CI run log: rad:zFTqZ3gCdUBCYwjsQ4vAeUNCNMTM

Radicle info

Trigger message
{
  "request": "trigger",
  "version": 1,
  "event_type": "push",
  "repository": {
    "id": "rad:zFTqZ3gCdUBCYwjsQ4vAeUNCNMTM",
    "name": "filecount",
    "description": "Count files in directories",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
    ]
  },
  "pusher": {
    "id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
    "alias": "ci-callisto.liw.fi"
  },
  "before": "8cdf713b011048fddaf0c63990f77962ec1dd0cd",
  "after": "8cdf713b011048fddaf0c63990f77962ec1dd0cd",
  "branch": "main",
  "commits": [
    "8cdf713b011048fddaf0c63990f77962ec1dd0cd"
  ]
}
Ambient stdout
Project {
    source: TildePathBuf {
        path: "src",
    },
    expanded_source: "/home/ci/tmp/.tmpdPCcAq/src",
    image: TildePathBuf {
        path: "/home/ci/ambient.qcow2",
    },
    expanded_image: "/home/ci/ambient.qcow2",
    pre_plan: Some(
        [
            CargoFetch,
        ],
    ),
    plan: Some(
        [
            CargoClippy {
                deps: true,
            },
            CargoBuild,
            CargoTest,
            Custom(
                Custom {
                    name: "dch",
                    args: {
                        "debemail": String("liw@liw.fi"),
                        "debfullname": String("Lars Wirzenius"),
                    },
                },
            ),
            Deb,
        ],
    ),
    post_plan: Some(
        [],
    ),
    artifact_max_size: None,
    cache_max_size: None,
    dependencies_max_size: None,
}
run CI for rad:zFTqZ3gCdUBCYwjsQ4vAeUNCNMTM
pre-plan QEMU didn't fail: exit=0
pre-plan SUCCEEDED
pre-plan DONE
plan QEMU didn't fail: exit=0
plan SUCCEEDED
post-plan SKIPPED
Ambient stderr
<empty log>

Pre-plan VM

Structured log: all OK
  1. 0 ms: Executor starts
    • Name: ambient-execute-plan
    • Version: 0.19.0@357668a
  2. 19 ms: Trace: Set environment variable "HOME"
    "HOME"="/root"
  3. 37 ms: Runnable plan
    steps:
    - action: mkdir
      pathname: /ci
    - action: mkdir
      pathname: /ci/artifacts
    - action: mkdir
      pathname: /ci/artifacts/debian
    - action: mkdir
      pathname: /ci/artifacts/rsync
    - action: mkdir
      pathname: /ci/secrets
    - action: mkdir
      pathname: /ci/deps
    - action: mkdir
      pathname: /ci/src
    - action: mkdir
      pathname: /ci/cache
    - action: tar_extract
      archive: /dev/vdc
      directory: /ci/src
    - action: tar_extract
      archive: /dev/vdf
      directory: /ci/deps
    - action: tar_extract
      archive: /dev/vde
      directory: /ci/cache
    - action: tar_extract
      archive: /dev/vdd
      directory: /ci/artifacts
    - action: tar_extract
      archive: /dev/vdg
      directory: /ci/secrets
    - action: symlink
      target: /ci
      link_name: /workspace
    - action: create_file
      filename: /root/.ssh/config
      content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                "
      overwrite: true
    - action: wait_online
    - action: network_diagnostics
    - action: cargo_fetch
    - action: tar_create
      archive: /dev/vde
      directory: /ci/cache
    - action: tar_create
      archive: /dev/vdd
      directory: /ci/artifacts
    - action: tar_create
      archive: /dev/vdf
      directory: /ci/deps
    executor_drive: /dev/vdb
    source_drive: /dev/vdc
    artifact_drive: /dev/vdd
    cache_drive: /dev/vde
    deps_drive: /dev/vdf
    secrets_drive: null
    workspace_dir: /ci
    source_dir: /ci/src
    deps_dir: /ci/deps
    cache_dir: /ci/cache
    artifacts_dir: /ci/artifacts
    secrets_dir: null
    envs: {}
    
  4. 128 ms: Trace: Set environment variable "CARGO_TARGET_DIR"
    "CARGO_TARGET_DIR"="/ci/cache/cargo-target"
  5. 129 ms: Trace: Set environment variable "CARGO_HOME"
    "CARGO_HOME"="/ci/deps"
  6. 129 ms: Trace: Set environment variable "PATH"
    "PATH"="/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
  7. 129 ms: Trace: Set environment variable "CARGO_TARGET_DIR"
    "CARGO_TARGET_DIR"="/ci/cache/cargo-target"
  8. 130 ms: Trace: Set environment variable "CARGO_HOME"
    "CARGO_HOME"="/ci/deps"
  9. 130 ms: Trace: Set environment variable "PATH"
    "PATH"="/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
  10. 131 ms: Trace: Execute action
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
  11. 137 ms: Action succeeded: mkdir: /ci
    - action: mkdir
      pathname: /ci
    
  12. 137 ms: Trace: Execute action
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
  13. 137 ms: Action succeeded: mkdir: /ci/artifacts
    - action: mkdir
      pathname: /ci/artifacts
    
  14. 137 ms: Trace: Execute action
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts/debian",
        },
    )
  15. 138 ms: Action succeeded: mkdir: /ci/artifacts/debian
    - action: mkdir
      pathname: /ci/artifacts/debian
    
  16. 138 ms: Trace: Execute action
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts/rsync",
        },
    )
  17. 139 ms: Action succeeded: mkdir: /ci/artifacts/rsync
    - action: mkdir
      pathname: /ci/artifacts/rsync
    
  18. 139 ms: Trace: Execute action
    Mkdir(
        Mkdir {
            pathname: "/ci/secrets",
        },
    )
  19. 139 ms: Action succeeded: mkdir: /ci/secrets
    - action: mkdir
      pathname: /ci/secrets
    
  20. 140 ms: Trace: Execute action
    Mkdir(
        Mkdir {
            pathname: "/ci/deps",
        },
    )
  21. 140 ms: Action succeeded: mkdir: /ci/deps
    - action: mkdir
      pathname: /ci/deps
    
  22. 141 ms: Trace: Execute action
    Mkdir(
        Mkdir {
            pathname: "/ci/src",
        },
    )
  23. 141 ms: Action succeeded: mkdir: /ci/src
    - action: mkdir
      pathname: /ci/src
    
  24. 142 ms: Trace: Execute action
    Mkdir(
        Mkdir {
            pathname: "/ci/cache",
        },
    )
  25. 142 ms: Action succeeded: mkdir: /ci/cache
    - action: mkdir
      pathname: /ci/cache
    
  26. 142 ms: Trace: Execute action
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
  27. 143 ms: Trace: Start program tar
    Command {
        program: "tar",
        args: [
            "tar",
            "-xvvvf",
            "/dev/vdc",
            "-C",
            "/ci/src",
            "--no-same-owner",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            ".",
        ),
        create_pidfd: false,
    }
  28. 313 ms: Program succeeded: tar
    • Exit code: 0
    • Stdout
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./
      -rw-r--r-- ci/ci         14651 2026-09-03 14:47 ./Cargo.lock
      -rw-r--r-- ci/ci           263 2026-09-03 14:47 ./Cargo.toml
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./debian/
      -rw-r--r-- ci/ci           372 2026-09-03 14:47 ./debian/copyright
      -rw-r--r-- ci/ci           316 2026-09-03 14:47 ./debian/control
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./debian/source/
      -rw-r--r-- ci/ci            12 2026-09-03 14:47 ./debian/source/format
      -rwxr-xr-x ci/ci          1000 2026-09-03 14:47 ./debian/build-deb
      -rw-r--r-- ci/ci           131 2026-09-03 14:47 ./debian/changelog
      -rw-r--r-- ci/ci             4 2026-09-03 14:47 ./debian/compat
      -rwxr-xr-x ci/ci           257 2026-09-03 14:47 ./debian/rules
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./src/
      -rw-r--r-- ci/ci          3996 2026-09-03 14:47 ./src/main.rs
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.radicle/
      -rw-r--r-- ci/ci           262 2026-09-03 14:47 ./.radicle/ambient.yaml
      -rw-r--r-- ci/ci           367 2026-09-03 14:47 ./Makefile
      -rw-r--r-- ci/ci             8 2026-09-03 14:47 ./.gitignore
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/logs/
      -rw-r--r-- ci/ci           400 2026-09-03 14:47 ./.git/logs/HEAD
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/logs/refs/
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/logs/refs/remotes/
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/logs/refs/remotes/origin/
      -rw-r--r-- ci/ci           198 2026-09-03 14:47 ./.git/logs/refs/remotes/origin/HEAD
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/logs/refs/heads/
      -rw-r--r-- ci/ci           198 2026-09-03 14:47 ./.git/logs/refs/heads/main
      -rw-r--r-- ci/ci            41 2026-09-03 14:47 ./.git/HEAD
      -rw-r--r-- ci/ci           306 2026-09-03 14:47 ./.git/config
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/refs/
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/refs/remotes/
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/refs/remotes/origin/
      -rw-r--r-- ci/ci            30 2026-09-03 14:47 ./.git/refs/remotes/origin/HEAD
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/refs/tags/
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/refs/heads/
      -rw-r--r-- ci/ci            41 2026-09-03 14:47 ./.git/refs/heads/main
      -rw-r--r-- ci/ci           112 2026-09-03 14:47 ./.git/packed-refs
      -rw-r--r-- ci/ci          1350 2026-09-03 14:47 ./.git/index
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/hooks/
      -rwxr-xr-x ci/ci          2308 2026-09-03 14:47 ./.git/hooks/sendemail-validate.sample
      -rwxr-xr-x ci/ci           189 2026-09-03 14:47 ./.git/hooks/post-update.sample
      -rwxr-xr-x ci/ci           896 2026-09-03 14:47 ./.git/hooks/commit-msg.sample
      -rwxr-xr-x ci/ci           478 2026-09-03 14:47 ./.git/hooks/applypatch-msg.sample
      -rwxr-xr-x ci/ci           544 2026-09-03 14:47 ./.git/hooks/pre-receive.sample
      -rwxr-xr-x ci/ci          1492 2026-09-03 14:47 ./.git/hooks/prepare-commit-msg.sample
      -rwxr-xr-x ci/ci           416 2026-09-03 14:47 ./.git/hooks/pre-merge-commit.sample
      -rwxr-xr-x ci/ci          1649 2026-09-03 14:47 ./.git/hooks/pre-commit.sample
      -rwxr-xr-x ci/ci          2783 2026-09-03 14:47 ./.git/hooks/push-to-checkout.sample
      -rwxr-xr-x ci/ci          1374 2026-09-03 14:47 ./.git/hooks/pre-push.sample
      -rwxr-xr-x ci/ci          4726 2026-09-03 14:47 ./.git/hooks/fsmonitor-watchman.sample
      -rwxr-xr-x ci/ci          4898 2026-09-03 14:47 ./.git/hooks/pre-rebase.sample
      -rwxr-xr-x ci/ci          3650 2026-09-03 14:47 ./.git/hooks/update.sample
      -rwxr-xr-x ci/ci           424 2026-09-03 14:47 ./.git/hooks/pre-applypatch.sample
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/info/
      -rw-r--r-- ci/ci           240 2026-09-03 14:47 ./.git/info/exclude
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b1/
      -r--r--r-- ci/ci           475 2026-06-30 15:12 ./.git/objects/b1/154e3f70a207cc382f60944df6e8914df730fc
      -r--r--r-- ci/ci            78 2026-06-30 15:09 ./.git/objects/b1/ac4a394a3dee0b9e731cf50ac442a222cab326
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/1d/
      -r--r--r-- ci/ci           170 2026-07-09 16:23 ./.git/objects/1d/ef862a127f8979ed9ad7fb040c21e8a5ba61f4
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/1e/
      -r--r--r-- ci/ci            92 2026-07-09 16:25 ./.git/objects/1e/e89654df723bf7e73e020e8982eabfcf208dd7
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/4e/
      -r--r--r-- ci/ci            83 2026-09-03 13:44 ./.git/objects/4e/e9d33b7c579b72f72ef7a3e5a929d65258e46b
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/2d/
      -r--r--r-- ci/ci           474 2026-07-22 12:58 ./.git/objects/2d/7e84ddf6510114d30f5d177a5bc005e5ca86b3
      -r--r--r-- ci/ci            82 2026-07-03 13:23 ./.git/objects/2d/70628984c3b2f5aa1ecdcc1e6de2584e9cfeda
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/78/
      -r--r--r-- ci/ci            83 2026-08-12 05:48 ./.git/objects/78/6e0bef38533f02fc420548dc98274513c0a26f
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/d4/
      -r--r--r-- ci/ci            82 2026-06-30 15:12 ./.git/objects/d4/b479c9fc08b85f48ea406b0a3d5d5c105e2016
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/20/
      -r--r--r-- ci/ci            78 2026-07-03 13:23 ./.git/objects/20/10ba25a255a67bc8bfd8ac004a16ed79c551a4
      -r--r--r-- ci/ci           277 2026-08-24 05:42 ./.git/objects/20/2e165b5fa517a0af6f8f511470f07c9d9e49f0
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/e1/
      -r--r--r-- ci/ci           477 2026-08-24 05:44 ./.git/objects/e1/f56a99fbb137751f1ac0b260307b3dba72a1ed
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/17/
      -r--r--r-- ci/ci            82 2026-07-09 16:25 ./.git/objects/17/da650d614f2dedf8e23f4317895ed69e570f33
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/53/
      -r--r--r-- ci/ci            81 2026-08-24 05:44 ./.git/objects/53/73eea5c761b2d5ba8f1b5bb21995fca5a57f86
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/d5/
      -r--r--r-- ci/ci           275 2026-08-28 10:07 ./.git/objects/d5/a114d15a06a78bbad9ebe994be442372813d0a
      -r--r--r-- ci/ci            82 2026-07-03 13:21 ./.git/objects/d5/acd60221707192fdb44177f0bd3f3dfbd1c6cb
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/d3/
      -r--r--r-- ci/ci           275 2026-07-09 16:25 ./.git/objects/d3/fa76d81e445022beda47558eca1bd89f90e493
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/48/
      -r--r--r-- ci/ci           470 2026-08-28 10:07 ./.git/objects/48/6f174acd353d38c6e6edf2fb89358a64604004
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/43/
      -r--r--r-- ci/ci           210 2026-06-30 15:12 ./.git/objects/43/5337a95989dad5ba0aede46313e95443490c8b
      -r--r--r-- ci/ci            81 2026-08-28 10:09 ./.git/objects/43/166e59a44a8a5cfe504d1a114c63592fdb063c
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/71/
      -r--r--r-- ci/ci            82 2026-09-03 13:44 ./.git/objects/71/d80d0bbc0f07b5166f13c62c9085108d8c496b
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/19/
      -r--r--r-- ci/ci            83 2026-08-12 05:51 ./.git/objects/19/654de7413b9a05b28fd3a77be17e7975839261
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/61/
      -r--r--r-- ci/ci            78 2026-06-30 15:12 ./.git/objects/61/b49b2d63fb60187adc6b2834956655be3e4f46
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/23/
      -r--r--r-- ci/ci           276 2026-09-03 13:46 ./.git/objects/23/d08c7af24c5d5cc47d44db94733faf7e664111
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/22/
      -r--r--r-- ci/ci           170 2026-08-28 10:07 ./.git/objects/22/d10baea29342de628484e1a04d1f766ad8ae63
      -r--r--r-- ci/ci            83 2026-08-28 10:07 ./.git/objects/22/4d1ff12df9ab7e82efec27acec595b119628a1
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/89/
      -r--r--r-- ci/ci            92 2026-08-18 10:07 ./.git/objects/89/abb3010b80315780be8ec7dd523832563a4969
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/03/
      -r--r--r-- ci/ci            78 2026-08-24 05:42 ./.git/objects/03/d8dd2ee59b27c04c6a5590e7338903cf193ccc
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/3a/
      -r--r--r-- ci/ci            83 2026-08-18 10:05 ./.git/objects/3a/ddba0763cf1fbbc7b1b925b62921a1b9c0a16d
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/64/
      -r--r--r-- ci/ci           198 2026-08-12 05:51 ./.git/objects/64/6dbfb77a4adb4d1714976b654cd15840e080aa
      -r--r--r-- ci/ci            78 2026-07-03 13:21 ./.git/objects/64/eee209972e03d02579d52a05e899708355e620
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/31/
      -r--r--r-- ci/ci            83 2026-08-24 05:44 ./.git/objects/31/0e0aa258eaab482c0c2eada30c9f084d2549d0
      -r--r--r-- ci/ci           275 2026-07-09 16:23 ./.git/objects/31/558c1b65e64ecd8f14e76e581b6a05ebd036fc
      -r--r--r-- ci/ci           198 2026-08-24 05:42 ./.git/objects/31/991205a9697f13da79337789d053cf615bf2f9
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/5b/
      -r--r--r-- ci/ci           198 2026-07-22 12:58 ./.git/objects/5b/1d8be32d95b87673550dfdbcc93621c0742b14
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/f6/
      -r--r--r-- ci/ci           276 2026-09-03 13:44 ./.git/objects/f6/84cff238f87eca4399086530ad4b03d1b8236a
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/bd/
      -r--r--r-- ci/ci            83 2026-07-09 15:42 ./.git/objects/bd/43067a1344b8a9b79e6c63ef53f57ee202aa8d
      -r--r--r-- ci/ci            81 2026-07-09 16:23 ./.git/objects/bd/bb6ad0930a1c4b293702b679e51e20f11a36bc
      -r--r--r-- ci/ci            82 2026-08-24 05:42 ./.git/objects/bd/73eb335f839686ec773b1bde788ce94a39b731
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/59/
      -r--r--r-- ci/ci            83 2026-09-03 13:46 ./.git/objects/59/cd8b49c33cb0ceba0efb084fbd0ed54951a1a8
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/a2/
      -r--r--r-- ci/ci            83 2026-07-03 13:23 ./.git/objects/a2/002db8d12ce69fe19c68ab4ae29e1a89ae430b
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/e7/
      -r--r--r-- ci/ci            78 2026-08-18 10:05 ./.git/objects/e7/ef31b314883677d63def16245f0cac43a40872
      -r--r--r-- ci/ci           275 2026-06-30 15:09 ./.git/objects/e7/c1c56c749304cdd64bff5044ed0a7bbef7a737
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/5e/
      -r--r--r-- ci/ci           470 2026-08-18 10:05 ./.git/objects/5e/83f953b0e67089319e245ee2b86c69d82a542f
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/0b/
      -r--r--r-- ci/ci            77 2026-09-03 13:44 ./.git/objects/0b/4430a580016d444b84a03e0a082fd01f970610
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/be/
      -r--r--r-- ci/ci            83 2026-07-22 12:58 ./.git/objects/be/962f5abd93742957ee419fccb48fd897f38285
      -r--r--r-- ci/ci            93 2026-08-24 05:44 ./.git/objects/be/1d8fc74f683c8a1c5088cb729a5f8d62b08b11
      -r--r--r-- ci/ci            78 2026-07-09 16:23 ./.git/objects/be/36b28f9d93af7b3980e707828bf6df1afc9cd8
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/0f/
      -r--r--r-- ci/ci            82 2026-08-28 10:07 ./.git/objects/0f/c6bfdfdbd64c0e63aca944d49ad83bada15429
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/50/
      -r--r--r-- ci/ci           277 2026-08-28 10:09 ./.git/objects/50/04084f4c687dff263cdb7caf5a822844c3012f
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/77/
      -r--r--r-- ci/ci            92 2026-07-22 12:58 ./.git/objects/77/75fe525ebd617e1e6a0e9a9cb690d886c48b17
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/8f/
      -r--r--r-- ci/ci           198 2026-08-28 10:09 ./.git/objects/8f/0b966340d45899e33490079c914c4facd341fe
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/bf/
      -r--r--r-- ci/ci           171 2026-08-18 10:05 ./.git/objects/bf/f2a6d43d4490c315192e1ccd0718565b7647c3
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/18/
      -r--r--r-- ci/ci            78 2026-07-22 12:58 ./.git/objects/18/12b4fb9c6c3aae055db97c6e2aae0a5b3ab2ce
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/ce/
      -r--r--r-- ci/ci           170 2026-08-24 05:42 ./.git/objects/ce/ca351bde092a435b4e48614df20401cbb2d1a0
      -r--r--r-- ci/ci           276 2026-08-12 05:48 ./.git/objects/ce/69921fa4e8bff923ad159ab3949002a333f29a
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/d8/
      -r--r--r-- ci/ci           276 2026-08-18 10:05 ./.git/objects/d8/d64d3cdcba79ce113d6ae06368692e01cf2f88
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b6/
      -r--r--r-- ci/ci           277 2026-07-03 13:23 ./.git/objects/b6/c2375c025f78402b67c9baf2cd07c3a172679e
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b3/
      -r--r--r-- ci/ci           170 2026-07-03 13:21 ./.git/objects/b3/6a6a9acb3be6c626737dc7c0b4edf23e5e9b0b
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/44/
      -r--r--r-- ci/ci            78 2026-07-09 16:25 ./.git/objects/44/eb676a8289d8a4a9a7ddfc06a085f85825b05e
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/bb/
      -r--r--r-- ci/ci           276 2026-08-24 05:44 ./.git/objects/bb/1085545ba61b1078598bbcfc3af32c3d55c931
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/88/
      -r--r--r-- ci/ci           471 2026-07-09 16:23 ./.git/objects/88/08e183d80ea8326dedd04a2cf2d9b2be5ed042
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/fa/
      -r--r--r-- ci/ci           198 2026-08-12 05:48 ./.git/objects/fa/0f41e055d90bda9a3cf22e1e85de2691655388
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/9a/
      -r--r--r-- ci/ci           476 2026-07-03 13:23 ./.git/objects/9a/024286424ea8519590880fd3a4b3993199b797
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/12/
      -r--r--r-- ci/ci            82 2026-09-03 13:46 ./.git/objects/12/85bc6b2047fe2c8b8aa7f322164880dc1b6164
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/98/
      -r--r--r-- ci/ci            81 2026-08-12 05:51 ./.git/objects/98/c74ec718e8f5849ac6124b7f646e7441c748b5
      -r--r--r-- ci/ci            83 2026-07-09 15:39 ./.git/objects/98/47865f0ea7a379eec940b54354bd24b4bee574
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/9d/
      -r--r--r-- ci/ci            81 2026-07-22 12:55 ./.git/objects/9d/64e29ad23247f5812a099c0c8d762c9c083989
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/cd/
      -r--r--r-- ci/ci           198 2026-09-03 13:44 ./.git/objects/cd/63c0115975c20979e0b4430a7692982034bbb8
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/60/
      -r--r--r-- ci/ci            82 2026-07-09 15:39 ./.git/objects/60/92d68df63f22a76e7aead32ddccd788d3c5a1b
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/42/
      -r--r--r-- ci/ci            93 2026-07-09 15:42 ./.git/objects/42/5f7e4c66442987515ac0035f6ced0cc0878f2b
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/1a/
      -r--r--r-- ci/ci           470 2026-08-24 05:42 ./.git/objects/1a/ea676e10f2f12221330d9cd87eaf46b236f7ef
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/35/
      -r--r--r-- ci/ci           470 2026-09-03 13:44 ./.git/objects/35/58b672c56d441aa25c7b401129158518029fd0
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/af/
      -r--r--r-- ci/ci            90 2026-08-28 10:09 ./.git/objects/af/7c6e46364c51dcd669b675832b980491cdccfe
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/99/
      -r--r--r-- ci/ci            78 2026-09-03 13:46 ./.git/objects/99/e441192787ae3e33808eb86d9cfa6b10d8d158
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/45/
      -r--r--r-- ci/ci           274 2026-08-12 05:51 ./.git/objects/45/fc3bfa0d051b57413bc2033358e59c24c83806
      -r--r--r-- ci/ci            83 2026-07-22 12:58 ./.git/objects/45/9557a20b8292b4973b852590245570eb6585ec
      -r--r--r-- ci/ci            78 2026-08-12 05:51 ./.git/objects/45/fee439814ad75dcb39e7ccba3833bb9489283c
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/f0/
      -r--r--r-- ci/ci           474 2026-08-18 10:07 ./.git/objects/f0/70dad5cfe21de9d28d35a064ade2e4eca438e5
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/e5/
      -r--r--r-- ci/ci           210 2026-06-30 15:09 ./.git/objects/e5/89b60292be8504493e4b939670e865731f621d
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/49/
      -r--r--r-- ci/ci           197 2026-07-09 16:25 ./.git/objects/49/5789aa5d6eaa6633ca67782f3ff954287e4dab
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/ed/
      -r--r--r-- ci/ci            77 2026-08-24 05:44 ./.git/objects/ed/58207f072b08b638f0bf38d5d73f6533c028db
      -r--r--r-- ci/ci            82 2026-08-18 10:07 ./.git/objects/ed/542ed6afc52b61463680e4610d10bc7924eb59
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/f2/
      -r--r--r-- ci/ci           275 2026-07-22 12:55 ./.git/objects/f2/a47abbc5784022118d641b38005e39c0d04123
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/7d/
      -r--r--r-- ci/ci            83 2026-07-09 16:25 ./.git/objects/7d/eac70b169c67c57d0e0fbbfe2e2182f68d300e
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b9/
      -r--r--r-- ci/ci           170 2026-07-09 15:39 ./.git/objects/b9/5d24a7ca6c5486802b4f0946cbdc92aec4c64e
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/8d/
      -r--r--r-- ci/ci           198 2026-07-09 16:23 ./.git/objects/8d/d464502ee585279b8cdb165037b917c4ee90f4
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/72/
      -r--r--r-- ci/ci           472 2026-07-09 15:42 ./.git/objects/72/3d05d2a23858e7c0f6732d1151b82007ea7550
      -r--r--r-- ci/ci           474 2026-09-03 13:46 ./.git/objects/72/2d5966f718a340af554312d47a7dd5fcbe2837
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/a9/
      -r--r--r-- ci/ci            78 2026-08-28 10:09 ./.git/objects/a9/ffaaef306fa8eed6fb4e938d8da1014a162abc
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/91/
      -r--r--r-- ci/ci           277 2026-08-18 10:07 ./.git/objects/91/0dc68a60d05422a9cbb194687008cff479677d
      -r--r--r-- ci/ci            78 2026-07-09 15:39 ./.git/objects/91/24ffd28f18d1cb7b226fe2f772406e7b180e5b
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/57/
      -r--r--r-- ci/ci           210 2026-07-03 13:21 ./.git/objects/57/87a3b9cbcddd7a3b318897cfeacd1fa9972700
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/ae/
      -r--r--r-- ci/ci           275 2026-07-03 13:21 ./.git/objects/ae/34b6380436deb719890c933a47b2ca1693c320
      -r--r--r-- ci/ci            82 2026-06-30 15:09 ./.git/objects/ae/315fb32b0fb58ad1ba34123aba7aace06be1c7
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/a5/
      -r--r--r-- ci/ci           471 2026-07-09 16:25 ./.git/objects/a5/d87d57e8e3bbb3beb87d577d4c70607afc1a91
      -r--r--r-- ci/ci           276 2026-07-09 15:42 ./.git/objects/a5/ee25a835d66b9df31ca08bb6f266664ac400e0
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/74/
      -r--r--r-- ci/ci            77 2026-07-09 15:42 ./.git/objects/74/b167012928119d348ae401c06f837b0f1b3376
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/66/
      -r--r--r-- ci/ci            83 2026-07-09 16:23 ./.git/objects/66/e3e0683585737d0973ba989c695f306a373f1a
      -r--r--r-- ci/ci           171 2026-08-12 05:48 ./.git/objects/66/abcc2dda476bf87c4739fd03e75ce859a2b51d
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/ba/
      -r--r--r-- ci/ci           170 2026-06-30 15:09 ./.git/objects/ba/1c71b0cb39be17e8cc14a252b3496ab5bc800c
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/8a/
      -r--r--r-- ci/ci            83 2026-08-28 10:09 ./.git/objects/8a/138d3585cd6c57ddc8bf740f9af169d3bdd56d
      -r--r--r-- ci/ci           198 2026-08-24 05:44 ./.git/objects/8a/87092acf9c6e711dfc95bb4e62ed3679d9b0e9
      -r--r--r-- ci/ci            83 2026-07-22 12:55 ./.git/objects/8a/706b914d14a07a8096479f95f3139176b5ed2e
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/e3/
      -r--r--r-- ci/ci            83 2026-06-30 15:12 ./.git/objects/e3/f09bcafdea9bcf5713de776827b6742af5562e
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/f7/
      -r--r--r-- ci/ci           198 2026-08-28 10:07 ./.git/objects/f7/9f826980d0074acb261af4181cc80ab190e8c4
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/7e/
      -r--r--r-- ci/ci           474 2026-08-12 05:51 ./.git/objects/7e/f10313864285508a2c2ab677aa31fb47630787
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/32/
      -r--r--r-- ci/ci           198 2026-08-18 10:05 ./.git/objects/32/e8b135943a0fd42e1f9851c426903bdbef433d
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/pack/
      -rw------- ci/ci           644 2026-06-19 02:28 ./.git/objects/pack/pack-6f0796d1461da2d427768482efde02f6a49fe19a.pack
      -rw------- ci/ci          3128 2026-06-17 03:55 ./.git/objects/pack/pack-eb46ebf2da21624091ae19f526cb413d2801a124.pack
      -rw------- ci/ci           806 2026-07-01 13:33 ./.git/objects/pack/pack-9b7e886c22fb5f02bc0a81742f57bb2ab98c9f5a.pack
      -r--r--r-- ci/ci         33748 2026-06-16 07:48 ./.git/objects/pack/pack-537dbedee396b74bd6ddeeeef8569b6ac4c6e858.idx
      -rw------- ci/ci          1156 2026-06-27 03:00 ./.git/objects/pack/pack-e3c94011ad0db61e576257b67702cc3e3cb14bdc.idx
      -rw------- ci/ci          1324 2026-07-01 13:33 ./.git/objects/pack/pack-a51f045aff1a4e98942bd1664de3c1ab90eec6a4.idx
      -r--r--r-- ci/ci          4720 2026-06-16 07:48 ./.git/objects/pack/pack-537dbedee396b74bd6ddeeeef8569b6ac4c6e858.rev
      -rw------- ci/ci          1212 2026-07-01 13:33 ./.git/objects/pack/pack-9b7e886c22fb5f02bc0a81742f57bb2ab98c9f5a.idx
      -rw------- ci/ci           649 2026-06-27 03:00 ./.git/objects/pack/pack-e3c94011ad0db61e576257b67702cc3e3cb14bdc.pack
      -rw------- ci/ci           806 2026-06-26 03:20 ./.git/objects/pack/pack-b5204e5090a5ec2f19782df8d9662f2abff6e066.pack
      -rw------- ci/ci          1733 2026-07-01 13:33 ./.git/objects/pack/pack-a51f045aff1a4e98942bd1664de3c1ab90eec6a4.pack
      -rw------- ci/ci           808 2026-06-27 03:00 ./.git/objects/pack/pack-4f4c6a831ac255dd90bb4d6a39c8da8f49606fdc.pack
      -rw------- ci/ci          1212 2026-06-27 03:00 ./.git/objects/pack/pack-4f4c6a831ac255dd90bb4d6a39c8da8f49606fdc.idx
      -rw------- ci/ci          1212 2026-06-19 02:28 ./.git/objects/pack/pack-b64fa0db0ba3abe3d23d8722d78c109d12b39d88.idx
      -r--r--r-- ci/ci         12630 2026-06-16 07:48 ./.git/objects/pack/pack-537dbedee396b74bd6ddeeeef8569b6ac4c6e858.bitmap
      -rw------- ci/ci           650 2026-06-26 03:20 ./.git/objects/pack/pack-cce30de131d82552e280a656dfaa37f9c4133637.pack
      -rw------- ci/ci          1772 2026-06-17 03:55 ./.git/objects/pack/pack-eb46ebf2da21624091ae19f526cb413d2801a124.idx
      -rw------- ci/ci          1212 2026-06-26 03:20 ./.git/objects/pack/pack-b5204e5090a5ec2f19782df8d9662f2abff6e066.idx
      -rw------- ci/ci          1576 2026-06-17 03:55 ./.git/objects/pack/pack-dae7cdf7c1eb4a6e752216df79a7538de3c29e2c.idx
      -rw------- ci/ci          1156 2026-06-19 02:28 ./.git/objects/pack/pack-6f0796d1461da2d427768482efde02f6a49fe19a.idx
      -r--r--r-- ci/ci        146898 2026-09-03 14:47 ./.git/objects/pack/pack-537dbedee396b74bd6ddeeeef8569b6ac4c6e858.pack
      -rw------- ci/ci           806 2026-06-19 02:28 ./.git/objects/pack/pack-b64fa0db0ba3abe3d23d8722d78c109d12b39d88.pack
      -rw------- ci/ci          2494 2026-06-17 03:55 ./.git/objects/pack/pack-dae7cdf7c1eb4a6e752216df79a7538de3c29e2c.pack
      -rw------- ci/ci          1156 2026-06-26 03:20 ./.git/objects/pack/pack-cce30de131d82552e280a656dfaa37f9c4133637.idx
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/69/
      -r--r--r-- ci/ci            77 2026-08-18 10:07 ./.git/objects/69/7a1e8d2d3ea3dab5b3ba997ddb6624605ca39f
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/9e/
      -r--r--r-- ci/ci            93 2026-08-12 05:51 ./.git/objects/9e/d4c09fe2339f8592b7656b527493aae7504e3b
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/f9/
      -r--r--r-- ci/ci           197 2026-08-18 10:07 ./.git/objects/f9/5d3b74e8ac1772c8472f5663c3d804ccf20dca
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b5/
      -r--r--r-- ci/ci            78 2026-08-12 05:48 ./.git/objects/b5/6d5a889bcc2b881e344d188d1f0b841ea60d5f
      -r--r--r-- ci/ci            82 2026-08-12 05:48 ./.git/objects/b5/1062c0da818638178fd67ac8aaef7f82d76837
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/info/
      -rw-r--r-- ci/ci            54 2026-06-16 07:48 ./.git/objects/info/packs
      -r--r--r-- ci/ci         20828 2026-06-16 07:48 ./.git/objects/info/commit-graph
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b8/
      -r--r--r-- ci/ci           475 2026-08-28 10:09 ./.git/objects/b8/db8408d606df420d2bc90315db9ed57dec684c
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/d2/
      -r--r--r-- ci/ci            83 2026-07-03 13:21 ./.git/objects/d2/32dd0f0dfee3699cca632430f6609fb4e25ffd
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/a0/
      -r--r--r-- ci/ci           211 2026-07-03 13:23 ./.git/objects/a0/9547ffb6b84f40541f3b112727164094b29377
      -r--r--r-- ci/ci           170 2026-09-03 13:44 ./.git/objects/a0/6e4b27a97b893a7415933915b7944d042dfa6e
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/a4/
      -r--r--r-- ci/ci            83 2026-08-18 10:07 ./.git/objects/a4/660f87387db7d3ec896b5657e526b1d02fcd43
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/62/
      -r--r--r-- ci/ci            83 2026-08-24 05:42 ./.git/objects/62/d83c532c6c74a6e9c7fb56f2054fa25bc5c071
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/c7/
      -r--r--r-- ci/ci           196 2026-07-22 12:55 ./.git/objects/c7/20efa957ada70bc90e7a2c40fdce2d7d820dbe
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b2/
      -r--r--r-- ci/ci           198 2026-07-09 15:39 ./.git/objects/b2/12171f6dfd4d5f2274544276ef867cd6b7167c
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/8e/
      -r--r--r-- ci/ci           197 2026-09-03 13:46 ./.git/objects/8e/28266535035084f510314fc7e140e399007d8f
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/c6/
      -r--r--r-- ci/ci           472 2026-08-12 05:48 ./.git/objects/c6/35ebd2d8870570abb9a979a9e07aaad8ac91ba
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/f4/
      -r--r--r-- ci/ci           470 2026-07-09 15:39 ./.git/objects/f4/ed533fcd0e0c2980f5a4a90b1ad237fc5be173
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/1b/
      -r--r--r-- ci/ci            82 2026-08-18 10:05 ./.git/objects/1b/6dcc7a6e994a6fdcd36f05729c032e7cad2d5f
      -r--r--r-- ci/ci           276 2026-07-22 12:58 ./.git/objects/1b/afd5ab2ca3b1d096d09a124fb46b4ec310cf91
      -r--r--r-- ci/ci           197 2026-07-09 15:42 ./.git/objects/1b/9d49f0403d4884afd00bb7212746e5542ea44f
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/a8/
      -r--r--r-- ci/ci           276 2026-07-09 15:39 ./.git/objects/a8/978449472ee201b2adce0224ea2645263c9083
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/5a/
      -r--r--r-- ci/ci            92 2026-09-03 13:46 ./.git/objects/5a/8655df146ff42a4ee1d01294196b0a21f04ab3
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/00/
      -r--r--r-- ci/ci            78 2026-07-22 12:55 ./.git/objects/00/2246c763864a3b31f898a601bbd6ca5a3cb5d1
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/7a/
      -r--r--r-- ci/ci           277 2026-06-30 15:12 ./.git/objects/7a/51d0051e5c7c52f5ea4e707873cc2e8a4c5bf0
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/3f/
      -r--r--r-- ci/ci           471 2026-07-03 13:21 ./.git/objects/3f/5a6f00c7ef806ea4a41655791d3c824b929cf2
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/9f/
      -r--r--r-- ci/ci            82 2026-07-09 15:42 ./.git/objects/9f/28cc855ad34fe4155aa71328327519edd073ed
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/07/
      -r--r--r-- ci/ci           171 2026-07-22 12:55 ./.git/objects/07/f23a2afc6eed4b1b4c4d30494fb7cc82b877be
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b0/
      -r--r--r-- ci/ci            93 2026-06-30 15:12 ./.git/objects/b0/f90566411dba61459edc730b197b263fa712e3
      -r--r--r-- ci/ci           470 2026-07-22 12:55 ./.git/objects/b0/36ddbd0ed72c35ac52010e43066efe67e1ebb3
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/24/
      -r--r--r-- ci/ci            92 2026-07-03 13:23 ./.git/objects/24/f653c4b1f215d080614961cfb91defab0715f0
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/67/
      -r--r--r-- ci/ci            83 2026-06-30 15:09 ./.git/objects/67/4bbbc0991f9e122d86713788b35858f12ebc3f
      -r--r--r-- ci/ci            78 2026-08-28 10:07 ./.git/objects/67/50c7bafe6ea24f3f42a92c54b772f2af12fec8
      -r--r--r-- ci/ci           470 2026-06-30 15:09 ./.git/objects/67/55479dedc04fb4fca694984cac9eb7e693eba9
      -rw-r--r-- ci/ci            73 2026-09-03 14:47 ./.git/description
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/branches/
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.ambient/
      -rwxr-xr-x ci/ci           452 2026-09-03 14:47 ./.ambient/dch
      
    • Stderr
  29. 1003 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdc
      directory: /ci/src
    
  30. 1004 ms: Trace: Execute action
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
  31. 1004 ms: Trace: Start program tar
    Command {
        program: "tar",
        args: [
            "tar",
            "-xvvvf",
            "/dev/vdf",
            "-C",
            "/ci/deps",
            "--no-same-owner",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            ".",
        ),
        create_pidfd: false,
    }
  32. 1024 ms: Program succeeded: tar
    • Exit code: 0
    • Stdout
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./
      
    • Stderr
  33. 1024 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdf
      directory: /ci/deps
    
  34. 1025 ms: Trace: Execute action
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
  35. 1025 ms: Trace: Start program tar
    Command {
        program: "tar",
        args: [
            "tar",
            "-xvvvf",
            "/dev/vde",
            "-C",
            "/ci/cache",
            "--no-same-owner",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            ".",
        ),
        create_pidfd: false,
    }
  36. 2598 ms: Program succeeded: tar
    • Exit code: 0
    • Stdout
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/
      -rw-r--r-- ci/ci           177 2026-08-28 10:07 ./cargo-target/CACHEDIR.TAG
      -rw-r--r-- ci/ci          1264 2026-09-03 13:46 ./cargo-target/.rustc_info.json
      drwxr-xr-x ci/ci             0 2026-09-03 13:46 ./cargo-target/release/
      drwxr-xr-x ci/ci             0 2026-09-03 13:46 ./cargo-target/release/deps/
      -rw-r--r-- ci/ci          2551 2026-08-28 10:08 ./cargo-target/release/deps/console-d431110703700aca.d
      -rw-r--r-- ci/ci         36377 2026-08-28 10:08 ./cargo-target/release/deps/libsame_file-3ba7bddfadca5e94.rmeta
      -rw-r--r-- ci/ci         12683 2026-08-28 10:09 ./cargo-target/release/deps/libclap-cd4b757ce892d4bb.rmeta
      -rw-r--r-- ci/ci       3961545 2026-08-28 10:08 ./cargo-target/release/deps/liblibc-d08669cc7cb3b24b.rmeta
      -rw-r--r-- ci/ci           902 2026-08-28 10:08 ./cargo-target/release/deps/unit_prefix-90ac74a1db971ce4.d
      -rw-r--r-- ci/ci        307178 2026-08-28 10:08 ./cargo-target/release/deps/libanstream-4ef7222b69d1da74.rlib
      -rw-r--r-- ci/ci          3148 2026-08-28 10:08 ./cargo-target/release/deps/heck-313a2ad31909d0ad.d
      -rw-r--r-- ci/ci          4319 2026-08-28 10:08 ./cargo-target/release/deps/proc_macro2-b9963ff11ae7668b.d
      -rw-r--r-- ci/ci         86722 2026-08-28 10:08 ./cargo-target/release/deps/libitoa-5a7ece7454b24b24.rlib
      -rw-r--r-- ci/ci          2311 2026-08-28 10:09 ./cargo-target/release/deps/serde-3629bc852049c1da.d
      -rw-r--r-- ci/ci       1365792 2026-08-28 10:08 ./cargo-target/release/deps/liblinux_raw_sys-0d2d901aa4573cc3.rlib
      -rw-r--r-- ci/ci          3669 2026-08-28 10:08 ./cargo-target/release/deps/anstream-4ef7222b69d1da74.d
      -rw-r--r-- ci/ci         69432 2026-08-28 10:08 ./cargo-target/release/deps/libzmij-4ee6bdb28bb72843.rlib
      -rw-r--r-- ci/ci          9813 2026-08-28 10:08 ./cargo-target/release/deps/libis_terminal_polyfill-d28475b24725bf33.rmeta
      -rw-r--r-- ci/ci       1746775 2026-08-28 10:08 ./cargo-target/release/deps/librustix-67750beee1ec3fd7.rmeta
      -rw-r--r-- ci/ci          6804 2026-08-28 10:08 ./cargo-target/release/deps/portable_atomic-df4d6b6423a57b4c.d
      -rw-r--r-- ci/ci        183011 2026-08-28 10:08 ./cargo-target/release/deps/libanstyle_parse-85e9f4b5cb1cf89e.rmeta
      -rw-r--r-- ci/ci           526 2026-08-28 10:08 ./cargo-target/release/deps/strsim-d9554b4734921b7c.d
      -rwxr-xr-x ci/ci       1419424 2026-09-03 13:46 ./cargo-target/release/deps/filecount-ac2daad50651c2d5
      -rw-r--r-- ci/ci       4235950 2026-08-28 10:09 ./cargo-target/release/deps/libclap_builder-6a73b8b54ebec844.rlib
      -rw-r--r-- ci/ci        237842 2026-08-28 10:08 ./cargo-target/release/deps/libonce_cell-26d30c93d8c7a2ae.rmeta
      -rw-r--r-- ci/ci       1557242 2026-08-28 10:08 ./cargo-target/release/deps/libportable_atomic-df4d6b6423a57b4c.rmeta
      -rw-r--r-- ci/ci       2702873 2026-08-28 10:08 ./cargo-target/release/deps/libsyn-b5617815f0a02c50.rmeta
      -rwxr-xr-x ci/ci       4126424 2026-08-28 10:08 ./cargo-target/release/deps/libclap_derive-8a179cbf9e32af15.so
      -rw-r--r-- ci/ci         24630 2026-08-28 10:08 ./cargo-target/release/deps/libterminal_size-a7f45f19706590f2.rlib
      -rw-r--r-- ci/ci          2075 2026-08-28 10:08 ./cargo-target/release/deps/anstyle_parse-85e9f4b5cb1cf89e.d
      -rw-r--r-- ci/ci        117774 2026-08-28 10:09 ./cargo-target/release/deps/libwalkdir-7905677f597ec379.rmeta
      -rw-r--r-- ci/ci       1931934 2026-08-28 10:08 ./cargo-target/release/deps/librustix-67750beee1ec3fd7.rlib
      -rw-r--r-- ci/ci        996188 2026-08-28 10:09 ./cargo-target/release/deps/libserde-3629bc852049c1da.rlib
      -rw-r--r-- ci/ci           880 2026-08-28 10:08 ./cargo-target/release/deps/utf8parse-e5c779f350c6b992.d
      -rw-r--r-- ci/ci           829 2026-08-28 10:08 ./cargo-target/release/deps/zmij-4ee6bdb28bb72843.d
      -rw-r--r-- ci/ci       2040682 2026-08-28 10:09 ./cargo-target/release/deps/libserde_json-2f74d718813f54f5.rlib
      -rw-r--r-- ci/ci        687506 2026-08-28 10:08 ./cargo-target/release/deps/libconsole-d431110703700aca.rmeta
      -rw-r--r-- ci/ci           932 2026-08-28 10:08 ./cargo-target/release/deps/anstyle_query-c3902ac7e5a9ff9c.d
      -rw-r--r-- ci/ci       1363538 2026-08-28 10:08 ./cargo-target/release/deps/liblinux_raw_sys-0d2d901aa4573cc3.rmeta
      -rw-r--r-- ci/ci          2476 2026-08-28 10:08 ./cargo-target/release/deps/linux_raw_sys-0d2d901aa4573cc3.d
      -rw-r--r-- ci/ci       1715537 2026-08-28 10:09 ./cargo-target/release/deps/libserde_json-2f74d718813f54f5.rmeta
      -rw-r--r-- ci/ci          2533 2026-08-28 10:08 ./cargo-target/release/deps/quote-ddea29ab556978ac.d
      -rw-r--r-- ci/ci       2573725 2026-08-28 10:08 ./cargo-target/release/deps/libclap_builder-6a73b8b54ebec844.rmeta
      -rw-r--r-- ci/ci          5901 2026-08-28 10:09 ./cargo-target/release/deps/serde_json-2f74d718813f54f5.d
      -rw-r--r-- ci/ci        223464 2026-08-28 10:08 ./cargo-target/release/deps/libbitflags-84a8a53f920e85fb.rmeta
      -rw-r--r-- ci/ci           876 2026-08-28 10:08 ./cargo-target/release/deps/same_file-3ba7bddfadca5e94.d
      -rw-r--r-- ci/ci         13341 2026-08-28 10:08 ./cargo-target/release/deps/rustix-67750beee1ec3fd7.d
      -rw-r--r-- ci/ci         52786 2026-08-28 10:08 ./cargo-target/release/deps/libzmij-4ee6bdb28bb72843.rmeta
      -rw-r--r-- ci/ci          7260 2026-08-28 10:08 ./cargo-target/release/deps/serde_core-394e72e429afbbef.d
      -rw-r--r-- ci/ci         34065 2026-08-28 10:08 ./cargo-target/release/deps/libunicode_ident-dbdd73b4c82907f6.rmeta
      -rw-r--r-- ci/ci         21862 2026-08-28 10:08 ./cargo-target/release/deps/clap_builder-6a73b8b54ebec844.d
      -rw-r--r-- ci/ci       9004686 2026-08-28 10:08 ./cargo-target/release/deps/libsyn-b5617815f0a02c50.rlib
      -rw-r--r-- ci/ci         65546 2026-08-28 10:08 ./cargo-target/release/deps/libunit_prefix-90ac74a1db971ce4.rmeta
      -rw-r--r-- ci/ci         19674 2026-08-28 10:08 ./cargo-target/release/deps/libanstyle_query-c3902ac7e5a9ff9c.rmeta
      -rw-r--r-- ci/ci        290920 2026-08-28 10:08 ./cargo-target/release/deps/libheck-313a2ad31909d0ad.rlib
      -rw-r--r-- ci/ci           845 2026-08-28 10:08 ./cargo-target/release/deps/itoa-5a7ece7454b24b24.d
      -rw-r--r-- ci/ci        890190 2026-08-28 10:08 ./cargo-target/release/deps/libunicode_width-ea74a36a53b64452.rlib
      -rw-r--r-- ci/ci         20181 2026-08-28 10:08 ./cargo-target/release/deps/libterminal_size-a7f45f19706590f2.rmeta
      -rw-r--r-- ci/ci        269624 2026-08-28 10:08 ./cargo-target/release/deps/libquote-ddea29ab556978ac.rmeta
      -rw-r--r-- ci/ci          1508 2026-08-28 10:09 ./cargo-target/release/deps/walkdir-7905677f597ec379.d
      -rw-r--r-- ci/ci       1168146 2026-08-28 10:08 ./cargo-target/release/deps/libproc_macro2-b9963ff11ae7668b.rlib
      -rw-r--r-- ci/ci        338730 2026-08-28 10:08 ./cargo-target/release/deps/libproc_macro2-b9963ff11ae7668b.rmeta
      -rw-r--r-- ci/ci         78342 2026-08-28 10:08 ./cargo-target/release/deps/libitoa-5a7ece7454b24b24.rmeta
      -rw-r--r-- ci/ci          8197 2026-08-28 10:08 ./cargo-target/release/deps/serde_derive-a4d68b660f21d9a1.d
      -rw-r--r-- ci/ci         81197 2026-08-28 10:08 ./cargo-target/release/deps/libclap_lex-20384d8ec24dace5.rmeta
      -rw-r--r-- ci/ci         13469 2026-08-28 10:08 ./cargo-target/release/deps/libcolorchoice-9cc885dc20138687.rmeta
      -rw-r--r-- ci/ci       1603272 2026-08-28 10:08 ./cargo-target/release/deps/libportable_atomic-df4d6b6423a57b4c.rlib
      -rw-r--r-- ci/ci        970014 2026-08-28 10:09 ./cargo-target/release/deps/libserde-3629bc852049c1da.rmeta
      -rw-r--r-- ci/ci         13761 2026-08-28 10:08 ./cargo-target/release/deps/libc-d08669cc7cb3b24b.d
      -rw-r--r-- ci/ci       5470778 2026-08-28 10:08 ./cargo-target/release/deps/libserde_core-394e72e429afbbef.rlib
      -rw-r--r-- ci/ci       3973538 2026-08-28 10:08 ./cargo-target/release/deps/liblibc-d08669cc7cb3b24b.rlib
      -rw-r--r-- ci/ci        227106 2026-08-28 10:09 ./cargo-target/release/deps/libwalkdir-7905677f597ec379.rlib
      -rw-r--r-- ci/ci         16812 2026-08-28 10:08 ./cargo-target/release/deps/libcolorchoice-9cc885dc20138687.rlib
      -rw-r--r-- ci/ci          3343 2026-08-28 10:08 ./cargo-target/release/deps/indicatif-42c43ffa084f5166.d
      -rw-r--r-- ci/ci          2594 2026-08-28 10:08 ./cargo-target/release/deps/bitflags-84a8a53f920e85fb.d
      -rw-r--r-- ci/ci        267473 2026-08-28 10:08 ./cargo-target/release/deps/libanstream-4ef7222b69d1da74.rmeta
      -rw-r--r-- ci/ci          1242 2026-08-28 10:09 ./cargo-target/release/deps/clap-cd4b757ce892d4bb.d
      -rw-r--r-- ci/ci         10128 2026-08-28 10:08 ./cargo-target/release/deps/memchr-0f3fa92d3d0fbb17.d
      -rw-r--r-- ci/ci        878122 2026-08-28 10:08 ./cargo-target/release/deps/libconsole-d431110703700aca.rlib
      -rw-r--r-- ci/ci         52102 2026-08-28 10:08 ./cargo-target/release/deps/libunicode_ident-dbdd73b4c82907f6.rlib
      -rw-r--r-- ci/ci        990772 2026-08-28 10:09 ./cargo-target/release/deps/libindicatif-42c43ffa084f5166.rlib
      -rw-r--r-- ci/ci        418366 2026-08-28 10:08 ./cargo-target/release/deps/libindicatif-42c43ffa084f5166.rmeta
      -rw-r--r-- ci/ci        505144 2026-08-28 10:08 ./cargo-target/release/deps/libquote-ddea29ab556978ac.rlib
      -rw-r--r-- ci/ci        239594 2026-08-28 10:08 ./cargo-target/release/deps/libbitflags-84a8a53f920e85fb.rlib
      -rw-r--r-- ci/ci         48566 2026-08-28 10:08 ./cargo-target/release/deps/libsame_file-3ba7bddfadca5e94.rlib
      -rw-r--r-- ci/ci         73286 2026-08-28 10:08 ./cargo-target/release/deps/libunit_prefix-90ac74a1db971ce4.rlib
      -rw-r--r-- ci/ci           861 2026-08-28 10:08 ./cargo-target/release/deps/clap_lex-20384d8ec24dace5.d
      -rw-r--r-- ci/ci           936 2026-08-28 10:08 ./cargo-target/release/deps/unicode_ident-dbdd73b4c82907f6.d
      -rw-r--r-- ci/ci         14886 2026-08-28 10:09 ./cargo-target/release/deps/libclap-cd4b757ce892d4bb.rlib
      -rwxr-xr-x ci/ci       4992096 2026-08-28 10:08 ./cargo-target/release/deps/libserde_derive-a4d68b660f21d9a1.so
      -rw-r--r-- ci/ci         12094 2026-08-28 10:08 ./cargo-target/release/deps/libis_terminal_polyfill-d28475b24725bf33.rlib
      -rw-r--r-- ci/ci        244792 2026-08-28 10:08 ./cargo-target/release/deps/libonce_cell-26d30c93d8c7a2ae.rlib
      -rw-r--r-- ci/ci          1233 2026-08-28 10:08 ./cargo-target/release/deps/once_cell-26d30c93d8c7a2ae.d
      -rw-r--r-- ci/ci       5391191 2026-08-28 10:08 ./cargo-target/release/deps/libserde_core-394e72e429afbbef.rmeta
      -rw-r--r-- ci/ci         15567 2026-08-28 10:08 ./cargo-target/release/deps/syn-b5617815f0a02c50.d
      -rw-r--r-- ci/ci        250380 2026-08-28 10:08 ./cargo-target/release/deps/libanstyle-b25e69b984bcaa4a.rlib
      -rw-r--r-- ci/ci           920 2026-08-28 10:08 ./cargo-target/release/deps/terminal_size-a7f45f19706590f2.d
      -rw-r--r-- ci/ci        868971 2026-08-28 10:08 ./cargo-target/release/deps/libunicode_width-ea74a36a53b64452.rmeta
      -rw-r--r-- ci/ci         31840 2026-08-28 10:08 ./cargo-target/release/deps/libutf8parse-e5c779f350c6b992.rlib
      -rw-r--r-- ci/ci         74453 2026-08-28 10:08 ./cargo-target/release/deps/libstrsim-d9554b4734921b7c.rmeta
      -rw-r--r-- ci/ci           624 2026-08-28 10:08 ./cargo-target/release/deps/is_terminal_polyfill-d28475b24725bf33.d
      -rw-r--r-- ci/ci          4884 2026-08-28 10:08 ./cargo-target/release/deps/clap_derive-8a179cbf9e32af15.d
      -rw-r--r-- ci/ci         78164 2026-08-28 10:08 ./cargo-target/release/deps/libheck-313a2ad31909d0ad.rmeta
      -rw-r--r-- ci/ci        111092 2026-08-28 10:08 ./cargo-target/release/deps/libclap_lex-20384d8ec24dace5.rlib
      -rw-r--r-- ci/ci        226892 2026-08-28 10:08 ./cargo-target/release/deps/libanstyle-b25e69b984bcaa4a.rmeta
      -rw-r--r-- ci/ci           169 2026-09-03 13:46 ./cargo-target/release/deps/filecount-ac2daad50651c2d5.d
      -rw-r--r-- ci/ci        192164 2026-08-28 10:08 ./cargo-target/release/deps/libanstyle_parse-85e9f4b5cb1cf89e.rlib
      -rw-r--r-- ci/ci           557 2026-08-28 10:08 ./cargo-target/release/deps/colorchoice-9cc885dc20138687.d
      -rw-r--r-- ci/ci        140710 2026-08-28 10:08 ./cargo-target/release/deps/libstrsim-d9554b4734921b7c.rlib
      -rw-r--r-- ci/ci         21928 2026-08-28 10:08 ./cargo-target/release/deps/libanstyle_query-c3902ac7e5a9ff9c.rlib
      -rw-r--r-- ci/ci       1448044 2026-08-28 10:08 ./cargo-target/release/deps/libmemchr-0f3fa92d3d0fbb17.rlib
      -rw-r--r-- ci/ci       1379572 2026-08-28 10:08 ./cargo-target/release/deps/libmemchr-0f3fa92d3d0fbb17.rmeta
      -rw-r--r-- ci/ci          2206 2026-08-28 10:08 ./cargo-target/release/deps/anstyle-b25e69b984bcaa4a.d
      -rw-r--r-- ci/ci           928 2026-08-28 10:08 ./cargo-target/release/deps/unicode_width-ea74a36a53b64452.d
      -rw-r--r-- ci/ci         29602 2026-08-28 10:08 ./cargo-target/release/deps/libutf8parse-e5c779f350c6b992.rmeta
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/incremental/
      -rw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.cargo-lock
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-31b138c731e29f26/
      -rw-r--r-- ci/ci            69 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-31b138c731e29f26/root-output
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-31b138c731e29f26/out/
      -rw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-31b138c731e29f26/stderr
      -rw-r--r-- ci/ci          1061 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-31b138c731e29f26/output
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-31b138c731e29f26/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/serde-b3a6a5f6be6dd29d/
      -rw-r--r-- ci/ci           433 2026-08-28 10:08 ./cargo-target/release/build/serde-b3a6a5f6be6dd29d/build_script_build-b3a6a5f6be6dd29d.d
      -rwxr-xr-x ci/ci        585872 2026-08-28 10:08 ./cargo-target/release/build/serde-b3a6a5f6be6dd29d/build_script_build-b3a6a5f6be6dd29d
      hrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/serde-b3a6a5f6be6dd29d/build-script-build link to ./cargo-target/release/build/serde-b3a6a5f6be6dd29d/build_script_build-b3a6a5f6be6dd29d
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/rustix-5de9323b30dd8142/
      -rw-r--r-- ci/ci           432 2026-08-28 10:08 ./cargo-target/release/build/rustix-5de9323b30dd8142/build_script_build-5de9323b30dd8142.d
      -rwxr-xr-x ci/ci        618048 2026-08-28 10:08 ./cargo-target/release/build/rustix-5de9323b30dd8142/build-script-build
      hrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/rustix-5de9323b30dd8142/build_script_build-5de9323b30dd8142 link to ./cargo-target/release/build/rustix-5de9323b30dd8142/build-script-build
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/quote-aff4c397d0dabeaa/
      -rwxr-xr-x ci/ci        558584 2026-08-28 10:08 ./cargo-target/release/build/quote-aff4c397d0dabeaa/build_script_build-aff4c397d0dabeaa
      -rw-r--r-- ci/ci           430 2026-08-28 10:08 ./cargo-target/release/build/quote-aff4c397d0dabeaa/build_script_build-aff4c397d0dabeaa.d
      hrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/quote-aff4c397d0dabeaa/build-script-build link to ./cargo-target/release/build/quote-aff4c397d0dabeaa/build_script_build-aff4c397d0dabeaa
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/serde_json-ce199174567cb54e/
      -rw-r--r-- ci/ci            68 2026-08-28 10:08 ./cargo-target/release/build/serde_json-ce199174567cb54e/root-output
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/serde_json-ce199174567cb54e/out/
      -rw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/serde_json-ce199174567cb54e/stderr
      -rw-r--r-- ci/ci           132 2026-08-28 10:08 ./cargo-target/release/build/serde_json-ce199174567cb54e/output
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/build/serde_json-ce199174567cb54e/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/
      -rwxr-xr-x ci/ci        617408 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/build_script_build-78009b6b2755a3d8
      -rw-r--r-- ci/ci           463 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/build_script_build-78009b6b2755a3d8.d
      hrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/build-script-build link to ./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/build_script_build-78009b6b2755a3d8
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/serde_core-239394e4c069d446/
      -rw-r--r-- ci/ci           458 2026-08-28 10:08 ./cargo-target/release/build/serde_core-239394e4c069d446/build_script_build-239394e4c069d446.d
      -rwxr-xr-x ci/ci        588680 2026-08-28 10:08 ./cargo-target/release/build/serde_core-239394e4c069d446/build_script_build-239394e4c069d446
      hrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/serde_core-239394e4c069d446/build-script-build link to ./cargo-target/release/build/serde_core-239394e4c069d446/build_script_build-239394e4c069d446
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-e222423cff2cd533/
      -rw-r--r-- ci/ci          1076 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-e222423cff2cd533/build_script_build-e222423cff2cd533.d
      -rwxr-xr-x ci/ci        690024 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-e222423cff2cd533/build_script_build-e222423cff2cd533
      hrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-e222423cff2cd533/build-script-build link to ./cargo-target/release/build/portable-atomic-e222423cff2cd533/build_script_build-e222423cff2cd533
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/
      -rwxr-xr-x ci/ci        562696 2026-08-28 10:08 ./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/build_script_build-3a9b45dfdb1c3cfb
      -rw-r--r-- ci/ci           422 2026-08-28 10:08 ./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/build_script_build-3a9b45dfdb1c3cfb.d
      hrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/build-script-build link to ./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/build_script_build-3a9b45dfdb1c3cfb
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/serde-86fab83030af3d1d/
      -rw-r--r-- ci/ci            63 2026-08-28 10:08 ./cargo-target/release/build/serde-86fab83030af3d1d/root-output
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/serde-86fab83030af3d1d/out/
      -rw-r--r-- ci/ci           142 2026-08-28 10:08 ./cargo-target/release/build/serde-86fab83030af3d1d/out/private.rs
      -rw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/serde-86fab83030af3d1d/stderr
      -rw-r--r-- ci/ci           582 2026-08-28 10:08 ./cargo-target/release/build/serde-86fab83030af3d1d/output
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/build/serde-86fab83030af3d1d/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/quote-6ab7b92ec066407a/
      -rw-r--r-- ci/ci            63 2026-08-28 10:08 ./cargo-target/release/build/quote-6ab7b92ec066407a/root-output
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/quote-6ab7b92ec066407a/out/
      -rw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/quote-6ab7b92ec066407a/stderr
      -rw-r--r-- ci/ci            83 2026-08-28 10:08 ./cargo-target/release/build/quote-6ab7b92ec066407a/output
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/build/quote-6ab7b92ec066407a/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/rustix-539e715fb9177003/
      -rw-r--r-- ci/ci            64 2026-08-28 10:08 ./cargo-target/release/build/rustix-539e715fb9177003/root-output
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/rustix-539e715fb9177003/out/
      -rw-r--r-- ci/ci          2157 2026-08-28 10:08 ./cargo-target/release/build/rustix-539e715fb9177003/out/rustix_test_can_compile
      -rw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/rustix-539e715fb9177003/stderr
      -rw-r--r-- ci/ci           525 2026-08-28 10:08 ./cargo-target/release/build/rustix-539e715fb9177003/output
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/build/rustix-539e715fb9177003/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/zmij-b55fa271062ab0ce/
      -rw-r--r-- ci/ci            62 2026-08-28 10:08 ./cargo-target/release/build/zmij-b55fa271062ab0ce/root-output
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/zmij-b55fa271062ab0ce/out/
      -rw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/zmij-b55fa271062ab0ce/stderr
      -rw-r--r-- ci/ci           126 2026-08-28 10:08 ./cargo-target/release/build/zmij-b55fa271062ab0ce/output
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/build/zmij-b55fa271062ab0ce/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/
      -rw-r--r-- ci/ci            73 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/root-output
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/out/
      -rw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/stderr
      -rw-r--r-- ci/ci          1783 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/output
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/libc-389560db9e61ef57/
      -rw-r--r-- ci/ci           428 2026-08-28 10:08 ./cargo-target/release/build/libc-389560db9e61ef57/build_script_build-389560db9e61ef57.d
      -rwxr-xr-x ci/ci        631584 2026-08-28 10:08 ./cargo-target/release/build/libc-389560db9e61ef57/build_script_build-389560db9e61ef57
      hrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/libc-389560db9e61ef57/build-script-build link to ./cargo-target/release/build/libc-389560db9e61ef57/build_script_build-389560db9e61ef57
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/serde_core-453ccb314de1ceca/
      -rw-r--r-- ci/ci            68 2026-08-28 10:08 ./cargo-target/release/build/serde_core-453ccb314de1ceca/root-output
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/serde_core-453ccb314de1ceca/out/
      -rw-r--r-- ci/ci            90 2026-08-28 10:08 ./cargo-target/release/build/serde_core-453ccb314de1ceca/out/private.rs
      -rw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/serde_core-453ccb314de1ceca/stderr
      -rw-r--r-- ci/ci           484 2026-08-28 10:08 ./cargo-target/release/build/serde_core-453ccb314de1ceca/output
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/build/serde_core-453ccb314de1ceca/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/serde_json-5b8acb2e93af171c/
      -rwxr-xr-x ci/ci        463600 2026-08-28 10:08 ./cargo-target/release/build/serde_json-5b8acb2e93af171c/build_script_build-5b8acb2e93af171c
      -rw-r--r-- ci/ci           458 2026-08-28 10:08 ./cargo-target/release/build/serde_json-5b8acb2e93af171c/build_script_build-5b8acb2e93af171c.d
      hrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/serde_json-5b8acb2e93af171c/build-script-build link to ./cargo-target/release/build/serde_json-5b8acb2e93af171c/build_script_build-5b8acb2e93af171c
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/libc-391a88266db9a2d2/
      -rw-r--r-- ci/ci            62 2026-08-28 10:08 ./cargo-target/release/build/libc-391a88266db9a2d2/root-output
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/libc-391a88266db9a2d2/out/
      -rw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/libc-391a88266db9a2d2/stderr
      -rw-r--r-- ci/ci          1249 2026-08-28 10:08 ./cargo-target/release/build/libc-391a88266db9a2d2/output
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/build/libc-391a88266db9a2d2/invoked.timestamp
      -rw-r--r-- ci/ci            62 2026-08-28 10:09 ./cargo-target/release/filecount.d
      hrwxr-xr-x ci/ci             0 2026-09-03 13:46 ./cargo-target/release/filecount link to ./cargo-target/release/deps/filecount-ac2daad50651c2d5
      -rw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.cargo-build-lock
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/dep-lib-libc
      -rw-r--r-- ci/ci           565 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/lib-libc.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/lib-libc
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/dep-lib-rustix
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/lib-rustix
      -rw-r--r-- ci/ci          1063 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/lib-rustix.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/lib-colorchoice
      -rw-r--r-- ci/ci           357 2026-08-28 10:08 ./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/lib-colorchoice.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/dep-lib-colorchoice
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-31b138c731e29f26/
      -rw-r--r-- ci/ci           488 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-31b138c731e29f26/run-build-script-build-script-build.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-31b138c731e29f26/run-build-script-build-script-build
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/
      -rw-r--r-- ci/ci           498 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/build-script-build-script-build.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/dep-build-script-build-script-build
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/build-script-build-script-build
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:09 ./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/
      -rw-r--r-- ci/ci           775 2026-08-28 10:09 ./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/lib-indicatif.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/invoked.timestamp
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/dep-lib-indicatif
      -rw-r--r-- ci/ci            16 2026-08-28 10:09 ./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/lib-indicatif
      drwxr-xr-x ci/ci             0 2026-08-28 10:09 ./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/
      -rw-r--r-- ci/ci           408 2026-08-28 10:09 ./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/lib-walkdir.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:09 ./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/lib-walkdir
      -rw-r--r-- ci/ci            14 2026-08-28 10:09 ./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/dep-lib-walkdir
      -rw-r--r-- ci/ci            48 2026-08-28 10:09 ./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:09 ./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/
      -rw-r--r-- ci/ci            31 2026-09-03 13:46 ./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/dep-bin-filecount
      -rw-r--r-- ci/ci           649 2026-09-03 13:46 ./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/bin-filecount.json
      -rw-r--r-- ci/ci            16 2026-09-03 13:46 ./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/bin-filecount
      -rw-r--r-- ci/ci            48 2026-09-03 13:46 ./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/lib-terminal_size
      -rw-r--r-- ci/ci           419 2026-08-28 10:08 ./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/lib-terminal_size.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/invoked.timestamp
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/dep-lib-terminal_size
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/
      -rw-r--r-- ci/ci           886 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/build-script-build-script-build.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/dep-build-script-build-script-build
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/build-script-build-script-build
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/
      -rw-r--r-- ci/ci           422 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/build-script-build-script-build.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/dep-build-script-build-script-build
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/build-script-build-script-build
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-ce199174567cb54e/
      -rw-r--r-- ci/ci           333 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-ce199174567cb54e/run-build-script-build-script-build.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-ce199174567cb54e/run-build-script-build-script-build
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/lib-linux_raw_sys
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/dep-lib-linux_raw_sys
      -rw-r--r-- ci/ci           764 2026-08-28 10:08 ./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/lib-linux_raw_sys.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/lib-heck
      -rw-r--r-- ci/ci           343 2026-08-28 10:08 ./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/lib-heck.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/invoked.timestamp
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/dep-lib-heck
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/
      -rw-r--r-- ci/ci           810 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/lib-anstream.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/dep-lib-anstream
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/invoked.timestamp
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/lib-anstream
      drwxr-xr-x ci/ci             0 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/
      -rw-r--r-- ci/ci            16 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/lib-serde_json
      -rw-r--r-- ci/ci           819 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/lib-serde_json.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/dep-lib-serde_json
      -rw-r--r-- ci/ci            48 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/
      -rw-r--r-- ci/ci           397 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/lib-unit_prefix.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/lib-unit_prefix
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/dep-lib-unit_prefix
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/dep-lib-same_file
      -rw-r--r-- ci/ci           352 2026-08-28 10:08 ./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/lib-same_file.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/invoked.timestamp
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/lib-same_file
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/
      -rw-r--r-- ci/ci           460 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/build-script-build-script-build.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/dep-build-script-build-script-build
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/build-script-build-script-build
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/
      -rw-r--r-- ci/ci           388 2026-08-28 10:08 ./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/lib-utf8parse.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/dep-lib-utf8parse
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/lib-utf8parse
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/
      -rw-r--r-- ci/ci           456 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/build-script-build-script-build.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/dep-build-script-build-script-build
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/build-script-build-script-build
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/lib-syn
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/dep-lib-syn
      -rw-r--r-- ci/ci           771 2026-08-28 10:08 ./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/lib-syn.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/
      -rw-r--r-- ci/ci           603 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/build-script-build-script-build.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/dep-build-script-build-script-build
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/build-script-build-script-build
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/dep-lib-serde_derive
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/lib-serde_derive
      -rw-r--r-- ci/ci           579 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/lib-serde_derive.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/
      -rw-r--r-- ci/ci           530 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/lib-quote.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/lib-quote
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/dep-lib-quote
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/
      -rw-r--r-- ci/ci           378 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/build-script-build-script-build.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/dep-build-script-build-script-build
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/build-script-build-script-build
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/lib-memchr
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/dep-lib-memchr
      -rw-r--r-- ci/ci           465 2026-08-28 10:08 ./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/lib-memchr.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/lib-portable_atomic
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/dep-lib-portable_atomic
      -rw-r--r-- ci/ci           659 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/lib-portable_atomic.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/dep-lib-unicode_width
      -rw-r--r-- ci/ci           455 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/lib-unicode_width.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/invoked.timestamp
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/lib-unicode_width
      drwxr-xr-x ci/ci             0 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/
      -rw-r--r-- ci/ci           997 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/lib-clap_builder.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/dep-lib-clap_builder
      -rw-r--r-- ci/ci            16 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/lib-clap_builder
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/dep-lib-unicode_ident
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/lib-unicode_ident
      -rw-r--r-- ci/ci           361 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/lib-unicode_ident.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-86fab83030af3d1d/
      -rw-r--r-- ci/ci           327 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-86fab83030af3d1d/run-build-script-build-script-build.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-86fab83030af3d1d/run-build-script-build-script-build
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-6ab7b92ec066407a/
      -rw-r--r-- ci/ci           326 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-6ab7b92ec066407a/run-build-script-build-script-build.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-6ab7b92ec066407a/run-build-script-build-script-build
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-539e715fb9177003/
      -rw-r--r-- ci/ci           677 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-539e715fb9177003/run-build-script-build-script-build.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-539e715fb9177003/run-build-script-build-script-build
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/dep-lib-is_terminal_polyfill
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/lib-is_terminal_polyfill
      -rw-r--r-- ci/ci           398 2026-08-28 10:08 ./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/lib-is_terminal_polyfill.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-b55fa271062ab0ce/
      -rw-r--r-- ci/ci           325 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-b55fa271062ab0ce/run-build-script-build-script-build.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-b55fa271062ab0ce/run-build-script-build-script-build
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/lib-serde_core
      -rw-r--r-- ci/ci           509 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/lib-serde_core.json
      -rw-r--r-- ci/ci            76 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/dep-lib-serde_core
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/console-d431110703700aca/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/console-d431110703700aca/dep-lib-console
      -rw-r--r-- ci/ci           680 2026-08-28 10:08 ./cargo-target/release/.fingerprint/console-d431110703700aca/lib-console.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/console-d431110703700aca/lib-console
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/console-d431110703700aca/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/lib-anstyle
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/dep-lib-anstyle
      -rw-r--r-- ci/ci           388 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/lib-anstyle.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-0d9da4dfacec7eff/
      -rw-r--r-- ci/ci           369 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-0d9da4dfacec7eff/run-build-script-build-script-build.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-0d9da4dfacec7eff/run-build-script-build-script-build
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/
      -rw-r--r-- ci/ci           694 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/lib-clap_derive.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/lib-clap_derive
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/dep-lib-clap_derive
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-389560db9e61ef57/
      -rw-r--r-- ci/ci           521 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-389560db9e61ef57/build-script-build-script-build.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-389560db9e61ef57/dep-build-script-build-script-build
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-389560db9e61ef57/build-script-build-script-build
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-389560db9e61ef57/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/dep-lib-zmij
      -rw-r--r-- ci/ci           424 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/lib-zmij.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/lib-zmij
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/dep-lib-proc_macro2
      -rw-r--r-- ci/ci           574 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/lib-proc_macro2.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/invoked.timestamp
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/lib-proc_macro2
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/dep-lib-anstyle_parse
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/lib-anstyle_parse
      -rw-r--r-- ci/ci           473 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/lib-anstyle_parse.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-453ccb314de1ceca/
      -rw-r--r-- ci/ci           332 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-453ccb314de1ceca/run-build-script-build-script-build.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-453ccb314de1ceca/run-build-script-build-script-build
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/
      -rw-r--r-- ci/ci           362 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/lib-anstyle_query.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/lib-anstyle_query
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/invoked.timestamp
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/dep-lib-anstyle_query
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/
      -rw-r--r-- ci/ci           539 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/build-script-build-script-build.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/dep-build-script-build-script-build
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/build-script-build-script-build
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/
      -rw-r--r-- ci/ci           442 2026-08-28 10:08 ./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/lib-bitflags.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/dep-lib-bitflags
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/lib-bitflags
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/lib-strsim
      -rw-r--r-- ci/ci           347 2026-08-28 10:08 ./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/lib-strsim.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/dep-lib-strsim
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde-3629bc852049c1da/
      -rw-r--r-- ci/ci           673 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde-3629bc852049c1da/lib-serde.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde-3629bc852049c1da/lib-serde
      -rw-r--r-- ci/ci            71 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde-3629bc852049c1da/dep-lib-serde
      -rw-r--r-- ci/ci            48 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde-3629bc852049c1da/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/lib-once_cell
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/dep-lib-once_cell
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/invoked.timestamp
      -rw-r--r-- ci/ci           531 2026-08-28 10:08 ./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/lib-once_cell.json
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-391a88266db9a2d2/
      -rw-r--r-- ci/ci           717 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-391a88266db9a2d2/run-build-script-build-script-build.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-391a88266db9a2d2/run-build-script-build-script-build
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/dep-lib-itoa
      -rw-r--r-- ci/ci           356 2026-08-28 10:08 ./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/lib-itoa.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/lib-itoa
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/dep-lib-clap_lex
      -rw-r--r-- ci/ci           350 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/lib-clap_lex.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/lib-clap_lex
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/
      -rw-r--r-- ci/ci            14 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/dep-lib-clap
      -rw-r--r-- ci/ci            16 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/lib-clap
      -rw-r--r-- ci/ci           896 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/lib-clap.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/invoked.timestamp
      -rw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.cargo-artifact-lock
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/examples/
      drwxr-xr-x ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/
      drwxr-xr-x ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/deps/
      -rw-r--r-- ci/ci        132966 2026-08-28 10:07 ./cargo-target/debug/deps/libanstyle-e78a0849de95a740.rmeta
      -rw-r--r-- ci/ci           653 2026-08-28 10:08 ./cargo-target/debug/deps/unit_prefix-d2850f1a5392769e.d
      -rw-r--r-- ci/ci       4479660 2026-08-28 10:08 ./cargo-target/debug/deps/libserde_json-72d1003fb119d2db.rlib
      -rw-r--r-- ci/ci        515344 2026-08-28 10:07 ./cargo-target/debug/deps/libquote-58c9686b0e89a703.rlib
      -rw-r--r-- ci/ci       2752110 2026-08-28 10:08 ./cargo-target/debug/deps/librustix-0e92ee9bdef408d9.rlib
      -rw-r--r-- ci/ci       1140689 2026-08-28 10:07 ./cargo-target/debug/deps/liblinux_raw_sys-b45069db06ed8eb3.rmeta
      -rw-r--r-- ci/ci         60732 2026-08-28 10:08 ./cargo-target/debug/deps/libitoa-43444eaacc0727d6.rmeta
      -rw-r--r-- ci/ci         65552 2026-08-28 10:08 ./cargo-target/debug/deps/libclap_lex-a37efa45f4c66e07.rmeta
      -rw-r--r-- ci/ci        305926 2026-08-28 10:08 ./cargo-target/debug/deps/libindicatif-40f5795ac8278760.rmeta
      -rw-r--r-- ci/ci           823 2026-08-28 10:08 ./cargo-target/debug/deps/zmij-2f285f973c7aee55.d
      -rw-r--r-- ci/ci         14885 2026-08-28 10:07 ./cargo-target/debug/deps/libterminal_size-88321ec22adc71e4.rmeta
      -rw-r--r-- ci/ci           672 2026-08-28 10:08 ./cargo-target/debug/deps/unicode_width-61c784d25cab2c40.d
      -rw-r--r-- ci/ci       4774450 2026-08-28 10:08 ./cargo-target/debug/deps/libserde_core-c315f8adcc0781da.rmeta
      -rw-r--r-- ci/ci           372 2026-08-28 10:08 ./cargo-target/debug/deps/strsim-350539075733e214.d
      -rw-r--r-- ci/ci          3337 2026-08-28 10:08 ./cargo-target/debug/deps/indicatif-e8e827ff1c149eee.d
      -rw-r--r-- ci/ci         11473 2026-08-28 10:08 ./cargo-target/debug/deps/libanstyle_query-a513904800864744.rmeta
      -rw-r--r-- ci/ci         35022 2026-08-28 10:08 ./cargo-target/debug/deps/libutf8parse-cb3c3b5db9af1162.rlib
      -rw-r--r-- ci/ci        157919 2026-08-28 10:07 ./cargo-target/debug/deps/libbitflags-ef9541d159acadf6.rmeta
      -rw-r--r-- ci/ci          2588 2026-08-28 10:08 ./cargo-target/debug/deps/bitflags-ca8c5e0086f3c3cf.d
      -rw-r--r-- ci/ci        484784 2026-08-28 10:08 ./cargo-target/debug/deps/libbitflags-ca8c5e0086f3c3cf.rlib
      -rw-r--r-- ci/ci           855 2026-08-28 10:08 ./cargo-target/debug/deps/clap_lex-a37efa45f4c66e07.d
      -rw-r--r-- ci/ci           926 2026-08-28 10:08 ./cargo-target/debug/deps/anstyle_query-a513904800864744.d
      -rw-r--r-- ci/ci           870 2026-08-28 10:08 ./cargo-target/debug/deps/same_file-4e4796d0efd5db1b.d
      -rw-r--r-- ci/ci        271932 2026-08-28 10:08 ./cargo-target/debug/deps/libzmij-2f285f973c7aee55.rlib
      -rw-r--r-- ci/ci        208146 2026-08-28 10:08 ./cargo-target/debug/deps/libsame_file-4e4796d0efd5db1b.rlib
      -rw-r--r-- ci/ci         16699 2026-08-28 10:08 ./cargo-target/debug/deps/clap_builder-3dc3f4f4110a1b3c.d
      -rw-r--r-- ci/ci       1539296 2026-08-28 10:08 ./cargo-target/debug/deps/librustix-0e92ee9bdef408d9.rmeta
      -rw-r--r-- ci/ci        165878 2026-08-28 10:07 ./cargo-target/debug/deps/libanstream-bf1aacbe7d54c374.rmeta
      -rw-r--r-- ci/ci         35383 2026-08-28 10:08 ./cargo-target/debug/deps/libstrsim-350539075733e214.rmeta
      -rw-r--r-- ci/ci        831903 2026-08-28 10:08 ./cargo-target/debug/deps/libserde-6c6a1007c8b0b81d.rmeta
      -rw-r--r-- ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/deps/libfilecount-baedafc9954bfcb8.rmeta
      -rw-r--r-- ci/ci        165944 2026-08-28 10:08 ./cargo-target/debug/deps/libanstyle_parse-de7ba1ab5f110919.rmeta
      -rw-r--r-- ci/ci           612 2026-08-28 10:08 ./cargo-target/debug/deps/itoa-7685dba7fc388658.d
      -rw-r--r-- ci/ci           666 2026-08-28 10:07 ./cargo-target/debug/deps/terminal_size-88321ec22adc71e4.d
      -rw-r--r-- ci/ci          2486 2026-08-28 10:08 ./cargo-target/debug/deps/indicatif-40f5795ac8278760.d
      -rw-r--r-- ci/ci           839 2026-08-28 10:08 ./cargo-target/debug/deps/itoa-43444eaacc0727d6.d
      -rw-r--r-- ci/ci          8193 2026-08-28 10:08 ./cargo-target/debug/deps/serde_derive-6ef9bf0fa671d689.d
      -rwxr-xr-x ci/ci      20742256 2026-09-03 13:46 ./cargo-target/debug/deps/filecount-540e5c648d65f765
      -rw-r--r-- ci/ci           910 2026-08-28 10:08 ./cargo-target/debug/deps/clap-c7f13c470629d00c.d
      -rw-r--r-- ci/ci          7244 2026-08-28 10:08 ./cargo-target/debug/deps/serde_core-c315f8adcc0781da.d
      -rw-r--r-- ci/ci          4880 2026-08-28 10:08 ./cargo-target/debug/deps/clap_derive-4d19da3e6e3666b8.d
      -rw-r--r-- ci/ci       1187230 2026-08-28 10:08 ./cargo-target/debug/deps/libserde-6c6a1007c8b0b81d.rlib
      -rw-r--r-- ci/ci       2705465 2026-08-28 10:07 ./cargo-target/debug/deps/libsyn-00944c1069f5fa82.rmeta
      -rw-r--r-- ci/ci        255234 2026-08-28 10:08 ./cargo-target/debug/deps/libanstyle_parse-de7ba1ab5f110919.rlib
      -rw-r--r-- ci/ci        814720 2026-08-28 10:08 ./cargo-target/debug/deps/libunicode_width-61c784d25cab2c40.rmeta
      -rw-r--r-- ci/ci         11343 2026-08-28 10:07 ./cargo-target/debug/deps/libcolorchoice-3d676ec3ba8687db.rmeta
      -rw-r--r-- ci/ci       1661022 2026-08-28 10:08 ./cargo-target/debug/deps/libportable_atomic-1d49fff76bae0776.rlib
      -rw-r--r-- ci/ci          7724 2026-08-28 10:07 ./cargo-target/debug/deps/libanstyle_query-198fbfe849ab02d0.rmeta
      -rw-r--r-- ci/ci          3663 2026-08-28 10:08 ./cargo-target/debug/deps/anstream-b6ac5dcc1d25c2fe.d
      -rw-r--r-- ci/ci          3142 2026-08-28 10:08 ./cargo-target/debug/deps/heck-9e7d86b5b43a0416.d
      -rw-r--r-- ci/ci         15561 2026-08-28 10:07 ./cargo-target/debug/deps/syn-00944c1069f5fa82.d
      -rw-r--r-- ci/ci          4406 2026-08-28 10:08 ./cargo-target/debug/deps/serde_json-a3ee79e5afaaf4fe.d
      -rw-r--r-- ci/ci        196532 2026-08-28 10:08 ./cargo-target/debug/deps/libitoa-43444eaacc0727d6.rlib
      -rw-r--r-- ci/ci         85894 2026-08-28 10:08 ./cargo-target/debug/deps/libwalkdir-a9fe914427991f4e.rmeta
      -rw-r--r-- ci/ci       1249286 2026-08-28 10:07 ./cargo-target/debug/deps/libproc_macro2-17071dc385286db1.rlib
      -rw-r--r-- ci/ci       2553568 2026-08-28 10:08 ./cargo-target/debug/deps/libmemchr-758d26ba49117321.rlib
      -rw-r--r-- ci/ci          2545 2026-08-28 10:08 ./cargo-target/debug/deps/console-130ca6e9cf03cd4e.d
      -rw-r--r-- ci/ci         55647 2026-08-28 10:08 ./cargo-target/debug/deps/libclap_lex-b0ffff2ebc0cd617.rmeta
      -rwxr-xr-x ci/ci       9452392 2026-08-28 10:08 ./cargo-target/debug/deps/libclap_derive-4d19da3e6e3666b8.so
      -rw-r--r-- ci/ci           618 2026-08-28 10:08 ./cargo-target/debug/deps/is_terminal_polyfill-cec1cb8ad672ff05.d
      -rw-r--r-- ci/ci        338742 2026-08-28 10:07 ./cargo-target/debug/deps/libproc_macro2-17071dc385286db1.rmeta
      -rw-r--r-- ci/ci          2200 2026-08-28 10:08 ./cargo-target/debug/deps/anstyle-717f8d844e892cbf.d
      -rwxr-xr-x ci/ci      10327368 2026-08-28 10:08 ./cargo-target/debug/deps/libserde_derive-6ef9bf0fa671d689.so
      -rw-r--r-- ci/ci        695598 2026-08-28 10:08 ./cargo-target/debug/deps/libanstream-b6ac5dcc1d25c2fe.rlib
      -rw-r--r-- ci/ci        240040 2026-08-28 10:08 ./cargo-target/debug/deps/libconsole-0dc3733b9fceec3c.rmeta
      -rw-r--r-- ci/ci          1109 2026-08-28 10:08 ./cargo-target/debug/deps/walkdir-a9fe914427991f4e.d
      -rw-r--r-- ci/ci          6798 2026-08-28 10:08 ./cargo-target/debug/deps/portable_atomic-1d49fff76bae0776.d
      -rw-r--r-- ci/ci           922 2026-08-28 10:08 ./cargo-target/debug/deps/unicode_width-5dcb97b189617948.d
      -rw-r--r-- ci/ci          2527 2026-08-28 10:07 ./cargo-target/debug/deps/quote-58c9686b0e89a703.d
      -rw-r--r-- ci/ci          7580 2026-08-28 10:08 ./cargo-target/debug/deps/memchr-50f95ebf8aa3ed81.d
      -rw-r--r-- ci/ci           914 2026-08-28 10:08 ./cargo-target/debug/deps/terminal_size-d215978d50643888.d
      -rw-r--r-- ci/ci       3871761 2026-08-28 10:08 ./cargo-target/debug/deps/liblibc-51af4c07ef0369c3.rmeta
      -rw-r--r-- ci/ci        333370 2026-08-28 10:08 ./cargo-target/debug/deps/libanstyle-717f8d844e892cbf.rlib
      -rw-r--r-- ci/ci           623 2026-08-28 10:08 ./cargo-target/debug/deps/clap_lex-b0ffff2ebc0cd617.d
      -rw-r--r-- ci/ci           902 2026-08-28 10:08 ./cargo-target/debug/deps/once_cell-6d84a9d35194e4b4.d
      -rw-r--r-- ci/ci         12683 2026-08-28 10:08 ./cargo-target/debug/deps/libclap-c7f13c470629d00c.rmeta
      -rw-r--r-- ci/ci       3916678 2026-08-28 10:08 ./cargo-target/debug/deps/liblibc-51af4c07ef0369c3.rlib
      -rw-r--r-- ci/ci          1924 2026-08-28 10:07 ./cargo-target/debug/deps/bitflags-ef9541d159acadf6.d
      -rw-r--r-- ci/ci          5895 2026-08-28 10:08 ./cargo-target/debug/deps/serde_json-72d1003fb119d2db.d
      -rw-r--r-- ci/ci         33225 2026-08-28 10:08 ./cargo-target/debug/deps/libsame_file-4e4796d0efd5db1b.rmeta
      -rw-r--r-- ci/ci        516358 2026-08-28 10:08 ./cargo-target/debug/deps/libserde-1f84ea849cb28baa.rmeta
      -rw-r--r-- ci/ci          1725 2026-08-28 10:08 ./cargo-target/debug/deps/serde-1f84ea849cb28baa.d
      -rw-r--r-- ci/ci       1169936 2026-08-28 10:08 ./cargo-target/debug/deps/libwalkdir-5340530dcf8bedaf.rlib
      -rw-r--r-- ci/ci        478406 2026-08-28 10:08 ./cargo-target/debug/deps/libclap_lex-a37efa45f4c66e07.rlib
      -rw-r--r-- ci/ci       4559982 2026-08-28 10:08 ./cargo-target/debug/deps/libindicatif-e8e827ff1c149eee.rlib
      -rw-r--r-- ci/ci        318908 2026-08-28 10:08 ./cargo-target/debug/deps/libheck-9e7d86b5b43a0416.rlib
      -rw-r--r-- ci/ci           520 2026-08-28 10:08 ./cargo-target/debug/deps/strsim-3f1ca007c91986d3.d
      -rw-r--r-- ci/ci           896 2026-08-28 10:08 ./cargo-target/debug/deps/unit_prefix-661dc44c7e384825.d
      -rw-r--r-- ci/ci         19677 2026-08-28 10:08 ./cargo-target/debug/deps/libterminal_size-d215978d50643888.rmeta
      -rw-r--r-- ci/ci          1533 2026-08-28 10:07 ./cargo-target/debug/deps/anstyle_parse-6771b1bf6e984b17.d
      -rw-r--r-- ci/ci          8361 2026-08-28 10:07 ./cargo-target/debug/deps/libis_terminal_polyfill-9c7573639267fe8d.rmeta
      -rw-r--r-- ci/ci        395578 2026-08-28 10:08 ./cargo-target/debug/deps/libindicatif-e8e827ff1c149eee.rmeta
      -rw-r--r-- ci/ci         11838 2026-08-28 10:08 ./cargo-target/debug/deps/libis_terminal_polyfill-cec1cb8ad672ff05.rlib
      -rw-r--r-- ci/ci         98880 2026-08-28 10:08 ./cargo-target/debug/deps/libterminal_size-d215978d50643888.rlib
      -rw-r--r-- ci/ci         22273 2026-08-28 10:08 ./cargo-target/debug/deps/clap_builder-e961d11c75aa25e0.d
      -rw-r--r-- ci/ci          5440 2026-08-28 10:07 ./cargo-target/debug/deps/serde_core-7369bbef0ddde4fa.d
      -rw-r--r-- ci/ci          1502 2026-08-28 10:08 ./cargo-target/debug/deps/walkdir-5340530dcf8bedaf.d
      -rw-r--r-- ci/ci         38436 2026-08-28 10:08 ./cargo-target/debug/deps/libcolorchoice-4b170734103dc5f0.rlib
      -rw-r--r-- ci/ci           551 2026-08-28 10:08 ./cargo-target/debug/deps/colorchoice-4b170734103dc5f0.d
      -rw-r--r-- ci/ci         10122 2026-08-28 10:08 ./cargo-target/debug/deps/memchr-758d26ba49117321.d
      -rw-r--r-- ci/ci         22686 2026-08-28 10:08 ./cargo-target/debug/deps/libanstyle_query-a513904800864744.rlib
      -rw-r--r-- ci/ci           634 2026-08-28 10:08 ./cargo-target/debug/deps/same_file-94c88d1787851e6a.d
      -rw-r--r-- ci/ci        225581 2026-08-28 10:08 ./cargo-target/debug/deps/libanstream-b6ac5dcc1d25c2fe.rmeta
      -rw-r--r-- ci/ci       1189138 2026-08-28 10:07 ./cargo-target/debug/deps/librustix-83d6e17a6e84a398.rmeta
      -rw-r--r-- ci/ci          1227 2026-08-28 10:08 ./cargo-target/debug/deps/once_cell-ca424a7c1403b4cb.d
      -rw-r--r-- ci/ci          1633 2026-08-28 10:07 ./cargo-target/debug/deps/anstyle-e78a0849de95a740.d
      -rw-r--r-- ci/ci       1348192 2026-08-28 10:08 ./cargo-target/debug/deps/liblinux_raw_sys-2e7d774a4e4d5ff6.rlib
      -rw-r--r-- ci/ci          2069 2026-08-28 10:08 ./cargo-target/debug/deps/anstyle_parse-de7ba1ab5f110919.d
      -rw-r--r-- ci/ci         37507 2026-08-28 10:08 ./cargo-target/debug/deps/libunit_prefix-d2850f1a5392769e.rmeta
      -rw-r--r-- ci/ci         97222 2026-08-28 10:08 ./cargo-target/debug/deps/libunit_prefix-661dc44c7e384825.rlib
      -rw-r--r-- ci/ci       2654811 2026-08-28 10:07 ./cargo-target/debug/deps/libserde_core-7369bbef0ddde4fa.rmeta
      -rw-r--r-- ci/ci        138266 2026-08-28 10:08 ./cargo-target/debug/deps/libonce_cell-6d84a9d35194e4b4.rmeta
      -rw-r--r-- ci/ci         20611 2026-08-28 10:07 ./cargo-target/debug/deps/libutf8parse-5c2360a30268ac05.rmeta
      -rw-r--r-- ci/ci          5082 2026-08-28 10:08 ./cargo-target/debug/deps/portable_atomic-c68246ef83343abb.d
      -rw-r--r-- ci/ci           600 2026-08-28 10:08 ./cargo-target/debug/deps/zmij-75872c2fcc3f1638.d
      -rw-r--r-- ci/ci       1291392 2026-08-28 10:08 ./cargo-target/debug/deps/libmemchr-758d26ba49117321.rmeta
      -rw-r--r-- ci/ci         13335 2026-08-28 10:08 ./cargo-target/debug/deps/rustix-0e92ee9bdef408d9.d
      -rw-r--r-- ci/ci         78176 2026-08-28 10:08 ./cargo-target/debug/deps/libheck-9e7d86b5b43a0416.rmeta
      -rw-r--r-- ci/ci       1165993 2026-08-28 10:08 ./cargo-target/debug/deps/libportable_atomic-c68246ef83343abb.rmeta
      -rw-r--r-- ci/ci        856980 2026-08-28 10:08 ./cargo-target/debug/deps/libunicode_width-5dcb97b189617948.rmeta
      -rw-r--r-- ci/ci          9992 2026-08-28 10:07 ./cargo-target/debug/deps/rustix-83d6e17a6e84a398.d
      -rw-r--r-- ci/ci         13755 2026-08-28 10:08 ./cargo-target/debug/deps/libc-51af4c07ef0369c3.d
      -rw-r--r-- ci/ci       9243914 2026-08-28 10:08 ./cargo-target/debug/deps/libsyn-00944c1069f5fa82.rlib
      -rw-r--r-- ci/ci         26783 2026-08-28 10:08 ./cargo-target/debug/deps/libsame_file-94c88d1787851e6a.rmeta
      -rw-r--r-- ci/ci           637 2026-08-28 10:07 ./cargo-target/debug/deps/utf8parse-5c2360a30268ac05.d
      -rw-r--r-- ci/ci        269624 2026-08-28 10:07 ./cargo-target/debug/deps/libquote-58c9686b0e89a703.rmeta
      -rw-r--r-- ci/ci          1236 2026-08-28 10:08 ./cargo-target/debug/deps/clap-f92b0b450e69f601.d
      -rw-r--r-- ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/deps/libfilecount-03faf0db0aabb720.rmeta
      -rw-r--r-- ci/ci         10307 2026-08-28 10:07 ./cargo-target/debug/deps/libc-e4e309fd9792fa72.d
      -rw-r--r-- ci/ci        102078 2026-08-28 10:08 ./cargo-target/debug/deps/libwalkdir-5340530dcf8bedaf.rmeta
      -rw-r--r-- ci/ci          4313 2026-08-28 10:07 ./cargo-target/debug/deps/proc_macro2-17071dc385286db1.d
      -rw-r--r-- ci/ci         56214 2026-08-28 10:07 ./cargo-target/debug/deps/libunicode_ident-4867c6df2646e718.rlib
      -rw-r--r-- ci/ci        193833 2026-08-28 10:08 ./cargo-target/debug/deps/libonce_cell-ca424a7c1403b4cb.rmeta
      -rw-r--r-- ci/ci         49527 2026-08-28 10:08 ./cargo-target/debug/deps/libitoa-7685dba7fc388658.rmeta
      -rw-r--r-- ci/ci         12683 2026-08-28 10:08 ./cargo-target/debug/deps/libclap-f92b0b450e69f601.rmeta
      -rw-r--r-- ci/ci        136144 2026-08-28 10:07 ./cargo-target/debug/deps/libanstyle_parse-6771b1bf6e984b17.rmeta
      -rw-r--r-- ci/ci          2295 2026-08-28 10:08 ./cargo-target/debug/deps/serde-6c6a1007c8b0b81d.d
      -rw-r--r-- ci/ci        201751 2026-08-28 10:08 ./cargo-target/debug/deps/libbitflags-ca8c5e0086f3c3cf.rmeta
      -rw-r--r-- ci/ci          2731 2026-08-28 10:07 ./cargo-target/debug/deps/anstream-bf1aacbe7d54c374.d
      -rw-r--r-- ci/ci        291372 2026-08-28 10:08 ./cargo-target/debug/deps/libonce_cell-ca424a7c1403b4cb.rlib
      -rw-r--r-- ci/ci       5275562 2026-08-28 10:08 ./cargo-target/debug/deps/libserde_core-c315f8adcc0781da.rlib
      -rw-r--r-- ci/ci       1400697 2026-08-28 10:08 ./cargo-target/debug/deps/libportable_atomic-1d49fff76bae0776.rmeta
      -rw-r--r-- ci/ci         69881 2026-08-28 10:08 ./cargo-target/debug/deps/libstrsim-3f1ca007c91986d3.rmeta
      -rw-r--r-- ci/ci          2470 2026-08-28 10:08 ./cargo-target/debug/deps/linux_raw_sys-2e7d774a4e4d5ff6.d
      -rw-r--r-- ci/ci           930 2026-08-28 10:07 ./cargo-target/debug/deps/unicode_ident-4867c6df2646e718.d
      -rw-r--r-- ci/ci           394 2026-08-28 10:07 ./cargo-target/debug/deps/colorchoice-3d676ec3ba8687db.d
      -rw-r--r-- ci/ci         14886 2026-08-28 10:08 ./cargo-target/debug/deps/libclap-f92b0b450e69f601.rlib
      -rw-r--r-- ci/ci        421708 2026-08-28 10:08 ./cargo-target/debug/deps/libconsole-130ca6e9cf03cd4e.rmeta
      -rw-r--r-- ci/ci        205588 2026-08-28 10:08 ./cargo-target/debug/deps/libanstyle-717f8d844e892cbf.rmeta
      -rwxr-xr-x ci/ci       7149728 2026-09-03 13:46 ./cargo-target/debug/deps/filecount-3fabc278663dcb7a
      -rw-r--r-- ci/ci        947584 2026-08-28 10:08 ./cargo-target/debug/deps/libserde_json-a3ee79e5afaaf4fe.rmeta
      -rw-r--r-- ci/ci           165 2026-09-03 13:46 ./cargo-target/debug/deps/filecount-540e5c648d65f765.d
      -rw-r--r-- ci/ci           291 2026-09-03 13:46 ./cargo-target/debug/deps/filecount-03faf0db0aabb720.d
      -rw-r--r-- ci/ci         46816 2026-08-28 10:08 ./cargo-target/debug/deps/libzmij-75872c2fcc3f1638.rmeta
      -rw-r--r-- ci/ci       1364240 2026-08-28 10:08 ./cargo-target/debug/deps/libstrsim-3f1ca007c91986d3.rlib
      -rw-r--r-- ci/ci        946098 2026-08-28 10:08 ./cargo-target/debug/deps/libunicode_width-5dcb97b189617948.rlib
      -rw-r--r-- ci/ci        974642 2026-08-28 10:08 ./cargo-target/debug/deps/libmemchr-50f95ebf8aa3ed81.rmeta
      -rw-r--r-- ci/ci       2212284 2026-08-28 10:08 ./cargo-target/debug/deps/libconsole-130ca6e9cf03cd4e.rlib
      -rw-r--r-- ci/ci         34065 2026-08-28 10:07 ./cargo-target/debug/deps/libunicode_ident-4867c6df2646e718.rmeta
      -rw-r--r-- ci/ci         30148 2026-08-28 10:08 ./cargo-target/debug/deps/libutf8parse-cb3c3b5db9af1162.rmeta
      -rw-r--r-- ci/ci         50231 2026-08-28 10:08 ./cargo-target/debug/deps/libzmij-2f285f973c7aee55.rmeta
      -rw-r--r-- ci/ci       1321055 2026-08-28 10:08 ./cargo-target/debug/deps/liblinux_raw_sys-2e7d774a4e4d5ff6.rmeta
      -rw-r--r-- ci/ci       3430974 2026-08-28 10:07 ./cargo-target/debug/deps/liblibc-e4e309fd9792fa72.rmeta
      -rw-r--r-- ci/ci       2143860 2026-08-28 10:08 ./cargo-target/debug/deps/libclap_builder-e961d11c75aa25e0.rmeta
      -rw-r--r-- ci/ci          9560 2026-08-28 10:08 ./cargo-target/debug/deps/libis_terminal_polyfill-cec1cb8ad672ff05.rmeta
      -rw-r--r-- ci/ci          1834 2026-08-28 10:07 ./cargo-target/debug/deps/linux_raw_sys-b45069db06ed8eb3.d
      -rw-r--r-- ci/ci           165 2026-09-03 13:46 ./cargo-target/debug/deps/filecount-3fabc278663dcb7a.d
      -rw-r--r-- ci/ci       1642841 2026-08-28 10:08 ./cargo-target/debug/deps/libclap_builder-3dc3f4f4110a1b3c.rmeta
      -rw-r--r-- ci/ci      21583578 2026-08-28 10:08 ./cargo-target/debug/deps/libclap_builder-e961d11c75aa25e0.rlib
      -rw-r--r-- ci/ci          1892 2026-08-28 10:08 ./cargo-target/debug/deps/console-0dc3733b9fceec3c.d
      -rw-r--r-- ci/ci           291 2026-09-03 13:46 ./cargo-target/debug/deps/filecount-baedafc9954bfcb8.d
      -rw-r--r-- ci/ci       1433146 2026-08-28 10:08 ./cargo-target/debug/deps/libserde_json-72d1003fb119d2db.rmeta
      -rw-r--r-- ci/ci         49963 2026-08-28 10:08 ./cargo-target/debug/deps/libunit_prefix-661dc44c7e384825.rmeta
      -rw-r--r-- ci/ci           442 2026-08-28 10:07 ./cargo-target/debug/deps/is_terminal_polyfill-9c7573639267fe8d.d
      -rw-r--r-- ci/ci           675 2026-08-28 10:07 ./cargo-target/debug/deps/anstyle_query-198fbfe849ab02d0.d
      -rw-r--r-- ci/ci         12761 2026-08-28 10:08 ./cargo-target/debug/deps/libcolorchoice-4b170734103dc5f0.rmeta
      -rw-r--r-- ci/ci           874 2026-08-28 10:08 ./cargo-target/debug/deps/utf8parse-cb3c3b5db9af1162.d
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/
      drwxr-xr-x ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/
      -rw------- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d.lock
      drwxr-xr-x ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/
      -rw-r--r-- ci/ci          3264 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/4it2w4qp9pqfx1olnjtl4lk86.o
      -rw-r--r-- ci/ci          6520 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/a4lny3pgx6zyqobiexzbuqocc.o
      -rw-r--r-- ci/ci          7408 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/88wyhqzkwmi70ooofsv89aw3o.o
      -rw-r--r-- ci/ci          3192 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/7wwcndi7fkpr11mqho1v8q46d.o
      -rw-r--r-- ci/ci        486159 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/query-cache.bin
      -rw-r--r-- ci/ci       1439856 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/dep-graph.bin
      -rw-r--r-- ci/ci           430 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/work-products.bin
      -rw-r--r-- ci/ci          4000 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/4fxhldviy5of1phoquypz3269.o
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/4it2w4qp9pqfx1olnjtl4lk86.o link to ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/4it2w4qp9pqfx1olnjtl4lk86.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/a4lny3pgx6zyqobiexzbuqocc.o link to ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/a4lny3pgx6zyqobiexzbuqocc.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/88wyhqzkwmi70ooofsv89aw3o.o link to ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/88wyhqzkwmi70ooofsv89aw3o.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/7wwcndi7fkpr11mqho1v8q46d.o link to ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/7wwcndi7fkpr11mqho1v8q46d.o
      -rw-r--r-- ci/ci        475500 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/query-cache.bin
      -rw-r--r-- ci/ci       1439762 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/dep-graph.bin
      -rw-r--r-- ci/ci           430 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/work-products.bin
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/4fxhldviy5of1phoquypz3269.o link to ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/4fxhldviy5of1phoquypz3269.o
      -rw------- ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk.lock
      drwxr-xr-x ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/
      -rw-r--r-- ci/ci         39056 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7ofbc9s5hkl5wheer5nj4y7ap.o
      -rw-r--r-- ci/ci         20488 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2pmnha4p5olv34xuj7qtetqfs.o
      -rw-r--r-- ci/ci          7312 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/44yghcewi22xouofxkbms21h1.o
      -rw-r--r-- ci/ci         56536 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5xa6i87y1r9yykkfv19mxw84i.o
      -rw-r--r-- ci/ci        151664 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1b4kugwjd254vmaut4gjr6bwf.o
      -rw-r--r-- ci/ci         47208 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/awx487b763l58hpr7mefxtxgh.o
      -rw-r--r-- ci/ci          3992 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4gpun5wrrvbyxncoux5jqvqj3.o
      -rw-r--r-- ci/ci          9632 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/76iqvj0us1isbpk6s61mz75ef.o
      -rw-r--r-- ci/ci         13696 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a1yrwdgxr8mxw53l3c9oz228v.o
      -rw-r--r-- ci/ci          9768 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/20khnlyux5xpbntoi6sy4yd2q.o
      -rw-r--r-- ci/ci          3816 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ca010hqhrvz7xuffekx5lsnoz.o
      -rw-r--r-- ci/ci          4000 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dezu0neu7gqb4ezqva6oy8qml.o
      -rw-r--r-- ci/ci         29664 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/3ug0bsvixo20f272au8fvms5f.o
      -rw-r--r-- ci/ci         22912 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/79yuxm1v7kzh3116eslk4k0oq.o
      -rw-r--r-- ci/ci          7408 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a85frv96m1scihpic8ne02tc4.o
      -rw-r--r-- ci/ci         15816 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/3ndxm5octkrfknke0692dluc9.o
      -rw-r--r-- ci/ci          9232 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6n2jdugmxptfyad2nj8ckeco4.o
      -rw-r--r-- ci/ci         79912 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8ac5rw99vb2f5dypptuhapghk.o
      -rw-r--r-- ci/ci          6248 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dfsi2ort9r3gpyk2ibrab7jgn.o
      -rw-r--r-- ci/ci         27088 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0kvo9zwidbbi80elpiij36brw.o
      -rw-r--r-- ci/ci        100248 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a4fetmswi2qnbyjrp1mhf5141.o
      -rw-r--r-- ci/ci          8952 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/abbcyzkwiqa0sd853aa4de6lm.o
      -rw-r--r-- ci/ci          8144 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6a5d7d81d45dy7crwv0llui58.o
      -rw-r--r-- ci/ci         50448 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ar2y4ojqknkxswmzhxcbhod19.o
      -rw-r--r-- ci/ci         44696 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6xajr3k5e3md85k6g7jjdxefc.o
      -rw-r--r-- ci/ci         26424 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2uf5ri4eqsgrc3a9hz6kityt8.o
      -rw-r--r-- ci/ci          8768 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bo0ee5ypmmzssnlfduchw1owt.o
      -rw-r--r-- ci/ci         50904 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/anbpr0b0n5tevm8c4n28as4sc.o
      -rw-r--r-- ci/ci         16616 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c2nsc40b6ghfiimk26clfep2z.o
      -rw-r--r-- ci/ci         11432 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5mak1ydh783dc8usotjaj54dx.o
      -rw-r--r-- ci/ci          7408 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8qwuw58801mn1tl33n051j1ck.o
      -rw-r--r-- ci/ci        327888 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6e0mdp7q7usflwxl3dybkapuc.o
      -rw-r--r-- ci/ci          9088 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0icxe7tp3tsyug6bygotc6y3x.o
      -rw-r--r-- ci/ci         12384 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2g568g2hhlcaavns2ansl73xi.o
      -rw-r--r-- ci/ci         41800 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0i7o4mj0jymqyrc81l66203zf.o
      -rw-r--r-- ci/ci         10544 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/504dymql67jzf1sbl7vfk0u0k.o
      -rw-r--r-- ci/ci         11664 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9egnmpd0zub9ws4rtiozc38ef.o
      -rw-r--r-- ci/ci         28344 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5tne9ies2zf1xp4k4vb83dbjn.o
      -rw-r--r-- ci/ci         10912 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c1je1uf2is8i5j0dja6bc2fsn.o
      -rw-r--r-- ci/ci         24904 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0dz8a41qke0llahqk3d5ebxj4.o
      -rw-r--r-- ci/ci          3472 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dbb308i80gtjej9f1lhnjvh8k.o
      -rw-r--r-- ci/ci         74304 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/acomuvwi7wtrfxnczcsqwobbs.o
      -rw-r--r-- ci/ci         95680 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1mw65vxnxb9a1lgim3tzylaqe.o
      -rw-r--r-- ci/ci         15120 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ardjdyowh3qfti3esy81jzuy8.o
      -rw-r--r-- ci/ci          4144 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9q0578rvltw0vs142ejq995wb.o
      -rw-r--r-- ci/ci         80512 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bpbcbehn7abylz62qoe23yx75.o
      -rw-r--r-- ci/ci       1066126 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/query-cache.bin
      -rw-r--r-- ci/ci         16784 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/f0c3l1e85mfaip3qdhii5t5p6.o
      -rw-r--r-- ci/ci          3160 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0fr3352hvsg2g4xk1itc9syis.o
      -rw-r--r-- ci/ci          2784 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/71708mpeietiitb1qi9zdlpd8.o
      -rw-r--r-- ci/ci          4280 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/54jibrqgxliqv9nc306qjc8xr.o
      -rw-r--r-- ci/ci         21576 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7y1nvsevrnzn5jj9gkgborw6g.o
      -rw-r--r-- ci/ci         34936 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/evj2o9iubk19q11bi1woh0alh.o
      -rw-r--r-- ci/ci       3386345 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dep-graph.bin
      -rw-r--r-- ci/ci         43720 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/308ghbyyfbv08twb27zph3l1h.o
      -rw-r--r-- ci/ci         39760 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/alejo6yky3ttoxhf3w9bvj2or.o
      -rw-r--r-- ci/ci         56504 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a1gzo1lzwpv7cnle515ekjpni.o
      -rw-r--r-- ci/ci          4552 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2zq5xglkeyyaw1o4ptgfvco4u.o
      -rw-r--r-- ci/ci          3600 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7fb1mk0vsz0v93lazib4yohck.o
      -rw-r--r-- ci/ci         21432 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/39b2r19rueesme5wxaekiv4ey.o
      -rw-r--r-- ci/ci          4640 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/aq334ivi9xmzm965vclfca1q3.o
      -rw-r--r-- ci/ci         92264 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5wme9m4engb5guqnduepb96x4.o
      -rw-r--r-- ci/ci          3456 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/eswr2c9186kvlbjk6zgzuc681.o
      -rw-r--r-- ci/ci          6184 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7alb9ub47q78s3xgbhitcwza4.o
      -rw-r--r-- ci/ci          5872 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/499tu0tsa4j85onc61pxdcujm.o
      -rw-r--r-- ci/ci          6568 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/d4sxebr9ff73pzbrbwkej729w.o
      -rw-r--r-- ci/ci         61184 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/11dphnyh3o6tf0voqxqnlvgze.o
      -rw-r--r-- ci/ci         56744 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2kzfdte79ykzje83u5e0m7wzc.o
      -rw-r--r-- ci/ci         31376 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bf7czx1a54d14h2035vlwx5ya.o
      -rw-r--r-- ci/ci         25552 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4cipqtmgqem2zbdhhdpn5kxuz.o
      -rw-r--r-- ci/ci          9912 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/epy46wx146to9niz3trla2bn9.o
      -rw-r--r-- ci/ci          3280 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/es2jgya4so963n4e8jiy6a459.o
      -rw-r--r-- ci/ci         53656 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6uf2d9uwso220fjbx335mdj53.o
      -rw-r--r-- ci/ci          9128 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7s4rth6jnbxlrieavvsocev9e.o
      -rw-r--r-- ci/ci         44568 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4lmfdjntjwe6e2w4jlvq9n25w.o
      -rw-r--r-- ci/ci         12688 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/czllvpsk8nn8vtq2zf5h3znis.o
      -rw-r--r-- ci/ci         17984 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5xl21jxiviiu8q7bh8kz5jql4.o
      -rw-r--r-- ci/ci        143344 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c9qnckuv369d8bid1nkvmkyc3.o
      -rw-r--r-- ci/ci          3688 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4mm1s00kptqnyqpfoiwsw2e77.o
      -rw-r--r-- ci/ci         19704 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6cfdnucee5oabkt6sj1tvlmpm.o
      -rw-r--r-- ci/ci         54728 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9lvxanu7r0bkk8pzl13hin7k0.o
      -rw-r--r-- ci/ci         11896 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bz51jxce8sv01s0lgpsszjvpu.o
      -rw-r--r-- ci/ci          7878 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/work-products.bin
      -rw-r--r-- ci/ci          4592 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1v5cmqbytwgv3qrcfvq97t4q2.o
      -rw-r--r-- ci/ci        124800 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0ugron1ij1frvpbx2akq6kmzv.o
      -rw-r--r-- ci/ci         36736 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8vslxnohe97f8d0kb216z6hfs.o
      -rw-r--r-- ci/ci          3264 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c0k9r3e9270dhkrnkmxpx93vq.o
      -rw-r--r-- ci/ci          6096 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/axepw7c0imbnfxduw2aufc7qr.o
      -rw-r--r-- ci/ci          5152 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ccb32161en9vvtyo1oylk14lb.o
      -rw-r--r-- ci/ci         11184 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/b0d48gh6rwhapyb4xrnun27es.o
      -rw-r--r-- ci/ci          7200 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1qf70z6bgfgx9ps7d2f7n11ak.o
      -rw-r--r-- ci/ci         12632 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ch5nr8gr20hw7ui09j1v7i1ds.o
      -rw-r--r-- ci/ci          9536 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8z2ombrilcgoo94qi8t3d3upi.o
      -rw-r--r-- ci/ci         14432 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dlm0amcvr6v8afwrad8mpdctj.o
      -rw-r--r-- ci/ci          4184 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9bllklve89uhzrxlb30jdtj0a.o
      -rw-r--r-- ci/ci         19760 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/80u0wu4v5i109rs4c8pa5551h.o
      -rw-r--r-- ci/ci         32600 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/cknnxasama73ns6u39mfmhzre.o
      -rw-r--r-- ci/ci         56120 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5ykcoq4wwyg0175b2rb2vt07m.o
      -rw-r--r-- ci/ci          4936 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/cifasyuom0g4nkfme4dxezjy5.o
      -rw-r--r-- ci/ci         53624 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8ycehe0r6n4gd0n8u8qe28aml.o
      -rw-r--r-- ci/ci         22272 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a8yjbfid3ue1p42lnuwfttva6.o
      -rw-r--r-- ci/ci         31560 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/3u0m3vjef33e2pe11wp16qxd8.o
      -rw-r--r-- ci/ci          5096 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6cf3b6b7xzz33pbikcrp7myuj.o
      -rw-r--r-- ci/ci          8464 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/esacx19qcejn927zvokbbb4qy.o
      -rw-r--r-- ci/ci         18024 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/duo19gi5guegpyw0s7hdp2w5w.o
      -rw-r--r-- ci/ci          9968 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dmzqcw3rxf0ie08tkosijggj6.o
      -rw------- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46.lock
      -rw------- ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev.lock
      drwxr-xr-x ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7ofbc9s5hkl5wheer5nj4y7ap.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7ofbc9s5hkl5wheer5nj4y7ap.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2pmnha4p5olv34xuj7qtetqfs.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2pmnha4p5olv34xuj7qtetqfs.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/44yghcewi22xouofxkbms21h1.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/44yghcewi22xouofxkbms21h1.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5xa6i87y1r9yykkfv19mxw84i.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5xa6i87y1r9yykkfv19mxw84i.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1b4kugwjd254vmaut4gjr6bwf.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1b4kugwjd254vmaut4gjr6bwf.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/awx487b763l58hpr7mefxtxgh.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/awx487b763l58hpr7mefxtxgh.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4gpun5wrrvbyxncoux5jqvqj3.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4gpun5wrrvbyxncoux5jqvqj3.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/76iqvj0us1isbpk6s61mz75ef.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/76iqvj0us1isbpk6s61mz75ef.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a1yrwdgxr8mxw53l3c9oz228v.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a1yrwdgxr8mxw53l3c9oz228v.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/20khnlyux5xpbntoi6sy4yd2q.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/20khnlyux5xpbntoi6sy4yd2q.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ca010hqhrvz7xuffekx5lsnoz.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ca010hqhrvz7xuffekx5lsnoz.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dezu0neu7gqb4ezqva6oy8qml.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dezu0neu7gqb4ezqva6oy8qml.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/3ug0bsvixo20f272au8fvms5f.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/3ug0bsvixo20f272au8fvms5f.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/79yuxm1v7kzh3116eslk4k0oq.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/79yuxm1v7kzh3116eslk4k0oq.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a85frv96m1scihpic8ne02tc4.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a85frv96m1scihpic8ne02tc4.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/3ndxm5octkrfknke0692dluc9.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/3ndxm5octkrfknke0692dluc9.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6n2jdugmxptfyad2nj8ckeco4.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6n2jdugmxptfyad2nj8ckeco4.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8ac5rw99vb2f5dypptuhapghk.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8ac5rw99vb2f5dypptuhapghk.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dfsi2ort9r3gpyk2ibrab7jgn.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dfsi2ort9r3gpyk2ibrab7jgn.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0kvo9zwidbbi80elpiij36brw.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0kvo9zwidbbi80elpiij36brw.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a4fetmswi2qnbyjrp1mhf5141.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a4fetmswi2qnbyjrp1mhf5141.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/abbcyzkwiqa0sd853aa4de6lm.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/abbcyzkwiqa0sd853aa4de6lm.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6a5d7d81d45dy7crwv0llui58.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6a5d7d81d45dy7crwv0llui58.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ar2y4ojqknkxswmzhxcbhod19.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ar2y4ojqknkxswmzhxcbhod19.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6xajr3k5e3md85k6g7jjdxefc.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6xajr3k5e3md85k6g7jjdxefc.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2uf5ri4eqsgrc3a9hz6kityt8.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2uf5ri4eqsgrc3a9hz6kityt8.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bo0ee5ypmmzssnlfduchw1owt.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bo0ee5ypmmzssnlfduchw1owt.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/anbpr0b0n5tevm8c4n28as4sc.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/anbpr0b0n5tevm8c4n28as4sc.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c2nsc40b6ghfiimk26clfep2z.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c2nsc40b6ghfiimk26clfep2z.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5mak1ydh783dc8usotjaj54dx.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5mak1ydh783dc8usotjaj54dx.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8qwuw58801mn1tl33n051j1ck.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8qwuw58801mn1tl33n051j1ck.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6e0mdp7q7usflwxl3dybkapuc.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6e0mdp7q7usflwxl3dybkapuc.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0icxe7tp3tsyug6bygotc6y3x.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0icxe7tp3tsyug6bygotc6y3x.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2g568g2hhlcaavns2ansl73xi.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2g568g2hhlcaavns2ansl73xi.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0i7o4mj0jymqyrc81l66203zf.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0i7o4mj0jymqyrc81l66203zf.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/504dymql67jzf1sbl7vfk0u0k.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/504dymql67jzf1sbl7vfk0u0k.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9egnmpd0zub9ws4rtiozc38ef.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9egnmpd0zub9ws4rtiozc38ef.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5tne9ies2zf1xp4k4vb83dbjn.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5tne9ies2zf1xp4k4vb83dbjn.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c1je1uf2is8i5j0dja6bc2fsn.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c1je1uf2is8i5j0dja6bc2fsn.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0dz8a41qke0llahqk3d5ebxj4.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0dz8a41qke0llahqk3d5ebxj4.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dbb308i80gtjej9f1lhnjvh8k.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dbb308i80gtjej9f1lhnjvh8k.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/acomuvwi7wtrfxnczcsqwobbs.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/acomuvwi7wtrfxnczcsqwobbs.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1mw65vxnxb9a1lgim3tzylaqe.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1mw65vxnxb9a1lgim3tzylaqe.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ardjdyowh3qfti3esy81jzuy8.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ardjdyowh3qfti3esy81jzuy8.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9q0578rvltw0vs142ejq995wb.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9q0578rvltw0vs142ejq995wb.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bpbcbehn7abylz62qoe23yx75.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bpbcbehn7abylz62qoe23yx75.o
      -rw-r--r-- ci/ci        909045 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/query-cache.bin
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/f0c3l1e85mfaip3qdhii5t5p6.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/f0c3l1e85mfaip3qdhii5t5p6.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0fr3352hvsg2g4xk1itc9syis.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0fr3352hvsg2g4xk1itc9syis.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/71708mpeietiitb1qi9zdlpd8.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/71708mpeietiitb1qi9zdlpd8.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/54jibrqgxliqv9nc306qjc8xr.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/54jibrqgxliqv9nc306qjc8xr.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7y1nvsevrnzn5jj9gkgborw6g.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7y1nvsevrnzn5jj9gkgborw6g.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/evj2o9iubk19q11bi1woh0alh.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/evj2o9iubk19q11bi1woh0alh.o
      -rw-r--r-- ci/ci       3386439 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dep-graph.bin
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/308ghbyyfbv08twb27zph3l1h.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/308ghbyyfbv08twb27zph3l1h.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/alejo6yky3ttoxhf3w9bvj2or.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/alejo6yky3ttoxhf3w9bvj2or.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a1gzo1lzwpv7cnle515ekjpni.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a1gzo1lzwpv7cnle515ekjpni.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2zq5xglkeyyaw1o4ptgfvco4u.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2zq5xglkeyyaw1o4ptgfvco4u.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7fb1mk0vsz0v93lazib4yohck.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7fb1mk0vsz0v93lazib4yohck.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/39b2r19rueesme5wxaekiv4ey.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/39b2r19rueesme5wxaekiv4ey.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/aq334ivi9xmzm965vclfca1q3.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/aq334ivi9xmzm965vclfca1q3.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5wme9m4engb5guqnduepb96x4.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5wme9m4engb5guqnduepb96x4.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/eswr2c9186kvlbjk6zgzuc681.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/eswr2c9186kvlbjk6zgzuc681.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7alb9ub47q78s3xgbhitcwza4.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7alb9ub47q78s3xgbhitcwza4.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/499tu0tsa4j85onc61pxdcujm.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/499tu0tsa4j85onc61pxdcujm.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/d4sxebr9ff73pzbrbwkej729w.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/d4sxebr9ff73pzbrbwkej729w.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/11dphnyh3o6tf0voqxqnlvgze.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/11dphnyh3o6tf0voqxqnlvgze.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2kzfdte79ykzje83u5e0m7wzc.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2kzfdte79ykzje83u5e0m7wzc.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bf7czx1a54d14h2035vlwx5ya.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bf7czx1a54d14h2035vlwx5ya.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4cipqtmgqem2zbdhhdpn5kxuz.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4cipqtmgqem2zbdhhdpn5kxuz.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/epy46wx146to9niz3trla2bn9.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/epy46wx146to9niz3trla2bn9.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/es2jgya4so963n4e8jiy6a459.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/es2jgya4so963n4e8jiy6a459.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6uf2d9uwso220fjbx335mdj53.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6uf2d9uwso220fjbx335mdj53.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7s4rth6jnbxlrieavvsocev9e.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7s4rth6jnbxlrieavvsocev9e.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4lmfdjntjwe6e2w4jlvq9n25w.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4lmfdjntjwe6e2w4jlvq9n25w.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/czllvpsk8nn8vtq2zf5h3znis.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/czllvpsk8nn8vtq2zf5h3znis.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5xl21jxiviiu8q7bh8kz5jql4.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5xl21jxiviiu8q7bh8kz5jql4.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c9qnckuv369d8bid1nkvmkyc3.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c9qnckuv369d8bid1nkvmkyc3.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4mm1s00kptqnyqpfoiwsw2e77.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4mm1s00kptqnyqpfoiwsw2e77.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6cfdnucee5oabkt6sj1tvlmpm.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6cfdnucee5oabkt6sj1tvlmpm.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9lvxanu7r0bkk8pzl13hin7k0.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9lvxanu7r0bkk8pzl13hin7k0.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bz51jxce8sv01s0lgpsszjvpu.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bz51jxce8sv01s0lgpsszjvpu.o
      -rw-r--r-- ci/ci          7878 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/work-products.bin
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1v5cmqbytwgv3qrcfvq97t4q2.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1v5cmqbytwgv3qrcfvq97t4q2.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0ugron1ij1frvpbx2akq6kmzv.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0ugron1ij1frvpbx2akq6kmzv.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8vslxnohe97f8d0kb216z6hfs.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8vslxnohe97f8d0kb216z6hfs.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c0k9r3e9270dhkrnkmxpx93vq.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c0k9r3e9270dhkrnkmxpx93vq.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/axepw7c0imbnfxduw2aufc7qr.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/axepw7c0imbnfxduw2aufc7qr.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ccb32161en9vvtyo1oylk14lb.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ccb32161en9vvtyo1oylk14lb.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/b0d48gh6rwhapyb4xrnun27es.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/b0d48gh6rwhapyb4xrnun27es.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1qf70z6bgfgx9ps7d2f7n11ak.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1qf70z6bgfgx9ps7d2f7n11ak.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ch5nr8gr20hw7ui09j1v7i1ds.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ch5nr8gr20hw7ui09j1v7i1ds.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8z2ombrilcgoo94qi8t3d3upi.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8z2ombrilcgoo94qi8t3d3upi.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dlm0amcvr6v8afwrad8mpdctj.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dlm0amcvr6v8afwrad8mpdctj.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9bllklve89uhzrxlb30jdtj0a.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9bllklve89uhzrxlb30jdtj0a.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/80u0wu4v5i109rs4c8pa5551h.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/80u0wu4v5i109rs4c8pa5551h.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/cknnxasama73ns6u39mfmhzre.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/cknnxasama73ns6u39mfmhzre.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5ykcoq4wwyg0175b2rb2vt07m.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5ykcoq4wwyg0175b2rb2vt07m.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/cifasyuom0g4nkfme4dxezjy5.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/cifasyuom0g4nkfme4dxezjy5.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8ycehe0r6n4gd0n8u8qe28aml.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8ycehe0r6n4gd0n8u8qe28aml.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a8yjbfid3ue1p42lnuwfttva6.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a8yjbfid3ue1p42lnuwfttva6.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/3u0m3vjef33e2pe11wp16qxd8.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/3u0m3vjef33e2pe11wp16qxd8.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6cf3b6b7xzz33pbikcrp7myuj.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6cf3b6b7xzz33pbikcrp7myuj.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/esacx19qcejn927zvokbbb4qy.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/esacx19qcejn927zvokbbb4qy.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/duo19gi5guegpyw0s7hdp2w5w.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/duo19gi5guegpyw0s7hdp2w5w.o
      hrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dmzqcw3rxf0ie08tkosijggj6.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dmzqcw3rxf0ie08tkosijggj6.o
      drwxr-xr-x ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/
      drwxr-xr-x ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/
      -rw-r--r-- ci/ci        467996 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/query-cache.bin
      -rw-r--r-- ci/ci       1403052 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/dep-graph.bin
      -rw-r--r-- ci/ci            50 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/work-products.bin
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hlrfai30g6-1xsuqp3-728q9yrhov9a6yczzo9znkd75/
      -rw-r--r-- ci/ci        470636 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hlrfai30g6-1xsuqp3-728q9yrhov9a6yczzo9znkd75/query-cache.bin
      -rw-r--r-- ci/ci       1399758 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hlrfai30g6-1xsuqp3-728q9yrhov9a6yczzo9znkd75/dep-graph.bin
      -rw-r--r-- ci/ci            50 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hlrfai30g6-1xsuqp3-728q9yrhov9a6yczzo9znkd75/work-products.bin
      -rw------- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hlrfai30g6-1xsuqp3.lock
      -rw------- ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f.lock
      drwxr-xr-x ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hlrfai2y5i-0hw6c1e-8w1ougi6dklta6jsgjovn1ejo/
      -rw-r--r-- ci/ci        464423 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hlrfai2y5i-0hw6c1e-8w1ougi6dklta6jsgjovn1ejo/query-cache.bin
      -rw-r--r-- ci/ci       1376721 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hlrfai2y5i-0hw6c1e-8w1ougi6dklta6jsgjovn1ejo/dep-graph.bin
      -rw-r--r-- ci/ci            50 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hlrfai2y5i-0hw6c1e-8w1ougi6dklta6jsgjovn1ejo/work-products.bin
      -rw------- ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy.lock
      -rw------- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hlrfai2y5i-0hw6c1e.lock
      drwxr-xr-x ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/
      -rw-r--r-- ci/ci        461768 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/query-cache.bin
      -rw-r--r-- ci/ci       1379469 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/dep-graph.bin
      -rw-r--r-- ci/ci            50 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/work-products.bin
      -rw-r--r-- ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.cargo-lock
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/rustix-d94b876d0044dacd/
      -rw-r--r-- ci/ci            62 2026-08-28 10:07 ./cargo-target/debug/build/rustix-d94b876d0044dacd/root-output
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/rustix-d94b876d0044dacd/out/
      -rw-r--r-- ci/ci          2157 2026-08-28 10:07 ./cargo-target/debug/build/rustix-d94b876d0044dacd/out/rustix_test_can_compile
      -rw-r--r-- ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/rustix-d94b876d0044dacd/stderr
      -rw-r--r-- ci/ci           525 2026-08-28 10:07 ./cargo-target/debug/build/rustix-d94b876d0044dacd/output
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/build/rustix-d94b876d0044dacd/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-d93e2101947be180/
      -rwxr-xr-x ci/ci       4513392 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-d93e2101947be180/build_script_build-d93e2101947be180
      -rw-r--r-- ci/ci           454 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-d93e2101947be180/build_script_build-d93e2101947be180.d
      hrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-d93e2101947be180/build-script-build link to ./cargo-target/debug/build/serde_json-d93e2101947be180/build_script_build-d93e2101947be180
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/libc-221c449f1c0c59f9/
      -rw-r--r-- ci/ci           424 2026-08-28 10:07 ./cargo-target/debug/build/libc-221c449f1c0c59f9/build_script_build-221c449f1c0c59f9.d
      -rwxr-xr-x ci/ci       4702392 2026-08-28 10:07 ./cargo-target/debug/build/libc-221c449f1c0c59f9/build_script_build-221c449f1c0c59f9
      hrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/libc-221c449f1c0c59f9/build-script-build link to ./cargo-target/debug/build/libc-221c449f1c0c59f9/build_script_build-221c449f1c0c59f9
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/
      -rw-r--r-- ci/ci            67 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/root-output
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/out/
      -rw-r--r-- ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/stderr
      -rw-r--r-- ci/ci          1061 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/output
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-15796e59bcea1517/
      -rw-r--r-- ci/ci           454 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-15796e59bcea1517/build_script_build-15796e59bcea1517.d
      -rwxr-xr-x ci/ci       4656008 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-15796e59bcea1517/build_script_build-15796e59bcea1517
      hrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-15796e59bcea1517/build-script-build link to ./cargo-target/debug/build/serde_core-15796e59bcea1517/build_script_build-15796e59bcea1517
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/
      -rwxr-xr-x ci/ci       4678592 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/build-script-build
      hrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/build_script_build-41f5b6717bfaf0a0 link to ./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/build-script-build
      -rw-r--r-- ci/ci           459 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/build_script_build-41f5b6717bfaf0a0.d
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/quote-7311c8ec19e3ec40/
      -rw-r--r-- ci/ci           426 2026-08-28 10:07 ./cargo-target/debug/build/quote-7311c8ec19e3ec40/build_script_build-7311c8ec19e3ec40.d
      -rwxr-xr-x ci/ci       4620552 2026-08-28 10:07 ./cargo-target/debug/build/quote-7311c8ec19e3ec40/build-script-build
      hrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/quote-7311c8ec19e3ec40/build_script_build-7311c8ec19e3ec40 link to ./cargo-target/debug/build/quote-7311c8ec19e3ec40/build-script-build
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/
      -rw-r--r-- ci/ci            71 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/root-output
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/out/
      -rw-r--r-- ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/stderr
      -rw-r--r-- ci/ci          1783 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/output
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/libc-7a998dd5d2eacb14/
      -rw-r--r-- ci/ci            60 2026-08-28 10:07 ./cargo-target/debug/build/libc-7a998dd5d2eacb14/root-output
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/libc-7a998dd5d2eacb14/out/
      -rw-r--r-- ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/libc-7a998dd5d2eacb14/stderr
      -rw-r--r-- ci/ci          1249 2026-08-28 10:07 ./cargo-target/debug/build/libc-7a998dd5d2eacb14/output
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/build/libc-7a998dd5d2eacb14/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/
      -rw-r--r-- ci/ci            66 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/root-output
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/out/
      -rw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/stderr
      -rw-r--r-- ci/ci           132 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/output
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/zmij-ef045e1f10ec3882/
      -rw-r--r-- ci/ci           418 2026-08-28 10:07 ./cargo-target/debug/build/zmij-ef045e1f10ec3882/build_script_build-ef045e1f10ec3882.d
      -rwxr-xr-x ci/ci       4624800 2026-08-28 10:07 ./cargo-target/debug/build/zmij-ef045e1f10ec3882/build_script_build-ef045e1f10ec3882
      hrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/zmij-ef045e1f10ec3882/build-script-build link to ./cargo-target/debug/build/zmij-ef045e1f10ec3882/build_script_build-ef045e1f10ec3882
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/
      -rw-r--r-- ci/ci            66 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/root-output
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/out/
      -rw-r--r-- ci/ci            90 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/out/private.rs
      -rw-r--r-- ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/stderr
      -rw-r--r-- ci/ci           484 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/output
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/zmij-e72495a7b11d41dc/
      -rw-r--r-- ci/ci            60 2026-08-28 10:07 ./cargo-target/debug/build/zmij-e72495a7b11d41dc/root-output
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/zmij-e72495a7b11d41dc/out/
      -rw-r--r-- ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/zmij-e72495a7b11d41dc/stderr
      -rw-r--r-- ci/ci           126 2026-08-28 10:07 ./cargo-target/debug/build/zmij-e72495a7b11d41dc/output
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/build/zmij-e72495a7b11d41dc/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/quote-a7e35c59b67bb804/
      -rw-r--r-- ci/ci            61 2026-08-28 10:07 ./cargo-target/debug/build/quote-a7e35c59b67bb804/root-output
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/quote-a7e35c59b67bb804/out/
      -rw-r--r-- ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/quote-a7e35c59b67bb804/stderr
      -rw-r--r-- ci/ci            83 2026-08-28 10:07 ./cargo-target/debug/build/quote-a7e35c59b67bb804/output
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/build/quote-a7e35c59b67bb804/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/
      -rw-r--r-- ci/ci            61 2026-08-28 10:08 ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/root-output
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/out/
      -rw-r--r-- ci/ci           142 2026-08-28 10:08 ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/out/private.rs
      -rw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/stderr
      -rw-r--r-- ci/ci           582 2026-08-28 10:08 ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/output
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/build/serde-70e51348ce6d6017/
      -rwxr-xr-x ci/ci       4653384 2026-08-28 10:08 ./cargo-target/debug/build/serde-70e51348ce6d6017/build_script_build-70e51348ce6d6017
      -rw-r--r-- ci/ci           429 2026-08-28 10:08 ./cargo-target/debug/build/serde-70e51348ce6d6017/build_script_build-70e51348ce6d6017.d
      hrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/build/serde-70e51348ce6d6017/build-script-build link to ./cargo-target/debug/build/serde-70e51348ce6d6017/build_script_build-70e51348ce6d6017
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/
      -rw-r--r-- ci/ci          1072 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/build_script_build-cad29f225c08c9de.d
      -rwxr-xr-x ci/ci       4761720 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/build-script-build
      hrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/build_script_build-cad29f225c08c9de link to ./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/build-script-build
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/rustix-2057de68928b4f33/
      -rwxr-xr-x ci/ci       4684064 2026-08-28 10:07 ./cargo-target/debug/build/rustix-2057de68928b4f33/build_script_build-2057de68928b4f33
      hrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/rustix-2057de68928b4f33/build-script-build link to ./cargo-target/debug/build/rustix-2057de68928b4f33/build_script_build-2057de68928b4f33
      -rw-r--r-- ci/ci           428 2026-08-28 10:07 ./cargo-target/debug/build/rustix-2057de68928b4f33/build_script_build-2057de68928b4f33.d
      -rw-r--r-- ci/ci            60 2026-08-28 10:08 ./cargo-target/debug/filecount.d
      hrwxr-xr-x ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/filecount link to ./cargo-target/debug/deps/filecount-540e5c648d65f765
      -rw-r--r-- ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.cargo-build-lock
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-d94b876d0044dacd/
      -rw-r--r-- ci/ci           675 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-d94b876d0044dacd/run-build-script-build-script-build.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-d94b876d0044dacd/run-build-script-build-script-build
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/
      -rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/dep-lib-proc_macro2
      -rw-r--r-- ci/ci           575 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/lib-proc_macro2.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/invoked.timestamp
      -rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/lib-proc_macro2
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/
      -rw-r--r-- ci/ci           396 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/lib-unit_prefix.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/lib-unit_prefix
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/dep-lib-unit_prefix
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/
      -rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/dep-lib-unicode_ident
      -rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/lib-unicode_ident
      -rw-r--r-- ci/ci           359 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/lib-unicode_ident.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/lib-serde_core
      -rw-r--r-- ci/ci           507 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/lib-serde_core.json
      -rw-r--r-- ci/ci            74 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/dep-lib-serde_core
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/
      -rw-r--r-- ci/ci           441 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/lib-bitflags.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/dep-lib-bitflags
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/lib-bitflags
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/
      -rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/lib-colorchoice
      -rw-r--r-- ci/ci           355 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/lib-colorchoice.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/dep-lib-colorchoice
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/
      -rw-r--r-- ci/ci           358 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/lib-anstyle_query.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/lib-anstyle_query
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/invoked.timestamp
      -rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/dep-lib-anstyle_query
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/dep-lib-itoa
      -rw-r--r-- ci/ci           355 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/lib-itoa.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/lib-itoa
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/
      -rw-r--r-- ci/ci           537 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/build-script-build-script-build.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/dep-build-script-build-script-build
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/build-script-build-script-build
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/dep-lib-console
      -rw-r--r-- ci/ci           678 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/lib-console.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/lib-console
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/dep-lib-clap_lex
      -rw-r--r-- ci/ci           349 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/lib-clap_lex.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/lib-clap_lex
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/dep-lib-libc
      -rw-r--r-- ci/ci           564 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/lib-libc.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/lib-libc
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/
      -rw-r--r-- ci/ci           519 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/build-script-build-script-build.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/dep-build-script-build-script-build
      -rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/build-script-build-script-build
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-331a3c244e3c25bf/
      -rw-r--r-- ci/ci           485 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-331a3c244e3c25bf/run-build-script-build-script-build.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-331a3c244e3c25bf/run-build-script-build-script-build
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/lib-serde_json
      -rw-r--r-- ci/ci           818 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/lib-serde_json.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/dep-lib-serde_json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/
      -rw-r--r-- ci/ci           387 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/lib-utf8parse.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/dep-lib-utf8parse
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/lib-utf8parse
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/
      -rw-r--r-- ci/ci            31 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/dep-bin-filecount
      -rw-r--r-- ci/ci           649 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/bin-filecount.json
      -rw-r--r-- ci/ci            16 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/bin-filecount
      -rw-r--r-- ci/ci            48 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/
      -rw-r--r-- ci/ci           454 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/build-script-build-script-build.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/dep-build-script-build-script-build
      -rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/build-script-build-script-build
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/dep-lib-serde_derive
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/lib-serde_derive
      -rw-r--r-- ci/ci           577 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/lib-serde_derive.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/lib-portable_atomic
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/dep-lib-portable_atomic
      -rw-r--r-- ci/ci           656 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/lib-portable_atomic.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/dep-lib-same_file
      -rw-r--r-- ci/ci           351 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/lib-same_file.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/invoked.timestamp
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/lib-same_file
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/
      -rw-r--r-- ci/ci           775 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/lib-indicatif.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/invoked.timestamp
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/dep-lib-indicatif
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/lib-indicatif
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/
      -rw-r--r-- ci/ci           407 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/lib-walkdir.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/lib-walkdir
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/dep-lib-walkdir
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/
      -rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/dep-lib-libc
      -rw-r--r-- ci/ci           565 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/lib-libc.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/lib-libc
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/lib-memchr
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/dep-lib-memchr
      -rw-r--r-- ci/ci           463 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/lib-memchr.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/
      -rw-r--r-- ci/ci           458 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/build-script-build-script-build.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/dep-build-script-build-script-build
      -rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/build-script-build-script-build
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/dep-lib-zmij
      -rw-r--r-- ci/ci           421 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/lib-zmij.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/lib-zmij
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/dep-lib-unicode_width
      -rw-r--r-- ci/ci           454 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/lib-unicode_width.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/invoked.timestamp
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/lib-unicode_width
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/
      -rw-r--r-- ci/ci           528 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/lib-quote.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/lib-quote
      -rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/dep-lib-quote
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/lib-portable_atomic
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/dep-lib-portable_atomic
      -rw-r--r-- ci/ci           657 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/lib-portable_atomic.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/lib-anstyle
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/dep-lib-anstyle
      -rw-r--r-- ci/ci           387 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/lib-anstyle.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/
      -rw-r--r-- ci/ci           420 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/build-script-build-script-build.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/dep-build-script-build-script-build
      -rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/build-script-build-script-build
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/lib-serde_json
      -rw-r--r-- ci/ci           818 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/lib-serde_json.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/dep-lib-serde_json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/dep-lib-rustix
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/lib-rustix
      -rw-r--r-- ci/ci          1059 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/lib-rustix.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/
      -rw-r--r-- ci/ci           120 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/dep-bin-filecount
      -rw-r--r-- ci/ci           647 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/bin-filecount.json
      -rw-r--r-- ci/ci            16 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/bin-filecount
      -rw-r--r-- ci/ci            48 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-da62ae0f8f5d731b/
      -rw-r--r-- ci/ci           368 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-da62ae0f8f5d731b/run-build-script-build-script-build.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-da62ae0f8f5d731b/run-build-script-build-script-build
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/dep-lib-same_file
      -rw-r--r-- ci/ci           350 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/lib-same_file.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/invoked.timestamp
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/lib-same_file
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-7a998dd5d2eacb14/
      -rw-r--r-- ci/ci           714 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-7a998dd5d2eacb14/run-build-script-build-script-build.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-7a998dd5d2eacb14/run-build-script-build-script-build
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/lib-memchr
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/dep-lib-memchr
      -rw-r--r-- ci/ci           464 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/lib-memchr.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/lib-syn
      -rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/dep-lib-syn
      -rw-r--r-- ci/ci           771 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/lib-syn.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/
      -rw-r--r-- ci/ci           775 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/lib-indicatif.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/invoked.timestamp
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/dep-lib-indicatif
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/lib-indicatif
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/
      -rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/lib-anstyle
      -rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/dep-lib-anstyle
      -rw-r--r-- ci/ci           386 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/lib-anstyle.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/lib-serde_core
      -rw-r--r-- ci/ci           508 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/lib-serde_core.json
      -rw-r--r-- ci/ci            74 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/dep-lib-serde_core
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/
      -rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/dep-lib-rustix
      -rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/lib-rustix
      -rw-r--r-- ci/ci          1060 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/lib-rustix.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/lib-linux_raw_sys
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/dep-lib-linux_raw_sys
      -rw-r--r-- ci/ci           762 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/lib-linux_raw_sys.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/
      -rw-r--r-- ci/ci           671 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/lib-serde.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/lib-serde
      -rw-r--r-- ci/ci            69 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/dep-lib-serde
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/
      -rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/dep-lib-is_terminal_polyfill
      -rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/lib-is_terminal_polyfill
      -rw-r--r-- ci/ci           396 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/lib-is_terminal_polyfill.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/
      -rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/lib-terminal_size
      -rw-r--r-- ci/ci           416 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/lib-terminal_size.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/invoked.timestamp
      -rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/dep-lib-terminal_size
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-cebbdeadc6d1451c/
      -rw-r--r-- ci/ci           331 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-cebbdeadc6d1451c/run-build-script-build-script-build.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-cebbdeadc6d1451c/run-build-script-build-script-build
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/
      -rw-r--r-- ci/ci           651 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/test-bin-filecount.json
      -rw-r--r-- ci/ci           120 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/dep-test-bin-filecount
      -rw-r--r-- ci/ci            16 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/test-bin-filecount
      -rw-r--r-- ci/ci            48 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/
      -rw-r--r-- ci/ci           994 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/lib-clap_builder.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/dep-lib-clap_builder
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/lib-clap_builder
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/dep-lib-clap_lex
      -rw-r--r-- ci/ci           349 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/lib-clap_lex.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/lib-clap_lex
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/
      -rw-r--r-- ci/ci           407 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/lib-walkdir.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/lib-walkdir
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/dep-lib-walkdir
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/
      -rw-r--r-- ci/ci           376 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/build-script-build-script-build.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/dep-build-script-build-script-build
      -rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/build-script-build-script-build
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/
      -rw-r--r-- ci/ci           359 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/lib-anstyle_query.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/lib-anstyle_query
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/invoked.timestamp
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/dep-lib-anstyle_query
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-476e5eeb5f852bfb/
      -rw-r--r-- ci/ci           330 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-476e5eeb5f852bfb/run-build-script-build-script-build.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-476e5eeb5f852bfb/run-build-script-build-script-build
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-e72495a7b11d41dc/
      -rw-r--r-- ci/ci           323 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-e72495a7b11d41dc/run-build-script-build-script-build.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-e72495a7b11d41dc/run-build-script-build-script-build
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/
      -rw-r--r-- ci/ci           395 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/lib-unit_prefix.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/lib-unit_prefix
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/dep-lib-unit_prefix
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/dep-lib-itoa
      -rw-r--r-- ci/ci           354 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/lib-itoa.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/lib-itoa
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/
      -rw-r--r-- ci/ci           692 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/lib-clap_derive.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/lib-clap_derive
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/dep-lib-clap_derive
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/lib-strsim
      -rw-r--r-- ci/ci           346 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/lib-strsim.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/dep-lib-strsim
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/dep-lib-unicode_width
      -rw-r--r-- ci/ci           453 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/lib-unicode_width.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/invoked.timestamp
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/lib-unicode_width
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/
      -rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/lib-linux_raw_sys
      -rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/dep-lib-linux_raw_sys
      -rw-r--r-- ci/ci           762 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/lib-linux_raw_sys.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-a7e35c59b67bb804/
      -rw-r--r-- ci/ci           325 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-a7e35c59b67bb804/run-build-script-build-script-build.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-a7e35c59b67bb804/run-build-script-build-script-build
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/
      -rw-r--r-- ci/ci           440 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/lib-bitflags.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/dep-lib-bitflags
      -rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/lib-bitflags
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/lib-colorchoice
      -rw-r--r-- ci/ci           356 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/lib-colorchoice.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/dep-lib-colorchoice
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/
      -rw-r--r-- ci/ci           807 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/lib-anstream.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/dep-lib-anstream
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/invoked.timestamp
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/lib-anstream
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/
      -rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/dep-lib-anstyle_parse
      -rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/lib-anstyle_parse
      -rw-r--r-- ci/ci           472 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/lib-anstyle_parse.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-4e36ccfdf11c5ecd/
      -rw-r--r-- ci/ci           326 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-4e36ccfdf11c5ecd/run-build-script-build-script-build.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-4e36ccfdf11c5ecd/run-build-script-build-script-build
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/
      -rw-r--r-- ci/ci           994 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/lib-clap_builder.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/dep-lib-clap_builder
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/lib-clap_builder
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-350539075733e214/
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-350539075733e214/lib-strsim
      -rw-r--r-- ci/ci           345 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-350539075733e214/lib-strsim.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-350539075733e214/dep-lib-strsim
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-350539075733e214/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/
      -rw-r--r-- ci/ci           496 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/build-script-build-script-build.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/dep-build-script-build-script-build
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/build-script-build-script-build
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/
      -rw-r--r-- ci/ci           808 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/lib-anstream.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/dep-lib-anstream
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/invoked.timestamp
      -rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/lib-anstream
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/
      -rw-r--r-- ci/ci           600 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/build-script-build-script-build.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/dep-build-script-build-script-build
      -rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/build-script-build-script-build
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/lib-once_cell
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/dep-lib-once_cell
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/invoked.timestamp
      -rw-r--r-- ci/ci           529 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/lib-once_cell.json
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/dep-lib-clap
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/lib-clap
      -rw-r--r-- ci/ci           895 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/lib-clap.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/dep-lib-clap
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/lib-clap
      -rw-r--r-- ci/ci           893 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/lib-clap.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/
      -rw-r--r-- ci/ci           654 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/test-bin-filecount.json
      -rw-r--r-- ci/ci            31 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/dep-test-bin-filecount
      -rw-r--r-- ci/ci            16 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/test-bin-filecount
      -rw-r--r-- ci/ci            48 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/
      -rw-r--r-- ci/ci           884 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/build-script-build-script-build.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/dep-build-script-build-script-build
      -rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/build-script-build-script-build
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/dep-lib-anstyle_parse
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/lib-anstyle_parse
      -rw-r--r-- ci/ci           472 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/lib-anstyle_parse.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/
      -rw-r--r-- ci/ci           673 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/lib-serde.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/lib-serde
      -rw-r--r-- ci/ci            69 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/dep-lib-serde
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/lib-once_cell
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/dep-lib-once_cell
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/invoked.timestamp
      -rw-r--r-- ci/ci           530 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/lib-once_cell.json
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/dep-lib-zmij
      -rw-r--r-- ci/ci           422 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/lib-zmij.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/lib-zmij
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/dep-lib-is_terminal_polyfill
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/lib-is_terminal_polyfill
      -rw-r--r-- ci/ci           396 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/lib-is_terminal_polyfill.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/lib-heck
      -rw-r--r-- ci/ci           341 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/lib-heck.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/invoked.timestamp
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/dep-lib-heck
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/dep-lib-console
      -rw-r--r-- ci/ci           677 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/lib-console.json
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/lib-console
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/invoked.timestamp
      drwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/
      -rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/lib-terminal_size
      -rw-r--r-- ci/ci           416 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/lib-terminal_size.json
      -rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/invoked.timestamp
      -rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/dep-lib-terminal_size
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/
      -rw-r--r-- ci/ci           386 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/lib-utf8parse.json
      -rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/dep-lib-utf8parse
      -rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/lib-utf8parse
      -rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/invoked.timestamp
      -rw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.cargo-artifact-lock
      drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/examples/
      
    • Stderr
  37. 6661 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vde
      directory: /ci/cache
    
  38. 6664 ms: Trace: Execute action
    TarExtract(
        TarExtract {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
  39. 6669 ms: Trace: Start program tar
    Command {
        program: "tar",
        args: [
            "tar",
            "-xvvvf",
            "/dev/vdd",
            "-C",
            "/ci/artifacts",
            "--no-same-owner",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            ".",
        ),
        create_pidfd: false,
    }
  40. 6692 ms: Program succeeded: tar
    • Exit code: 0
    • Stdout
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./
      
    • Stderr
  41. 6697 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdd
      directory: /ci/artifacts
    
  42. 6702 ms: Trace: Execute action
    TarExtract(
        TarExtract {
            archive: "/dev/vdg",
            directory: "/ci/secrets",
        },
    )
  43. 6707 ms: Trace: Start program tar
    Command {
        program: "tar",
        args: [
            "tar",
            "-xvvvf",
            "/dev/vdg",
            "-C",
            "/ci/secrets",
            "--no-same-owner",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            ".",
        ),
        create_pidfd: false,
    }
  44. 6730 ms: Program succeeded: tar
    • Exit code: 0
    • Stdout
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./
      
    • Stderr
  45. 6735 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdg
      directory: /ci/secrets
    
  46. 6739 ms: Trace: Execute action
    Symlink(
        Symlink {
            target: "/ci",
            link_name: "/workspace",
        },
    )
  47. 6745 ms: Trace: symlink target exists
    /ci
  48. 6748 ms: Action succeeded: symlink
    - action: symlink
      target: /ci
      link_name: /workspace
    
  49. 6752 ms: Trace: Execute action
    CreateFile(
        CreateFile {
            filename: "/root/.ssh/config",
            content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                ",
            overwrite: true,
        },
    )
  50. 6761 ms: Action succeeded: create_file
    - action: create_file
      filename: /root/.ssh/config
      content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                "
      overwrite: true
    
  51. 6768 ms: Trace: Execute action
    WaitOnline(
        WaitOnline,
    )
  52. 6772 ms: Trace: Start program systemctl
    Command {
        program: "systemctl",
        args: [
            "systemctl",
            "start",
            "systemd-networkd-wait-online",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  53. 6842 ms: Program succeeded: systemctl
    • Exit code: 0
    • Stdout
    • Stderr
  54. 6846 ms: Trace: Start program systemctl
    Command {
        program: "systemctl",
        args: [
            "systemctl",
            "status",
            "systemd-networkd-wait-online",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  55. 6885 ms: Program succeeded: systemctl
    • Exit code: 0
    • Stdout
      ● systemd-networkd-wait-online.service - Wait for Network to be Configured
           Loaded: loaded (/usr/lib/systemd/system/systemd-networkd-wait-online.service; enabled; preset: enabled)
           Active: active (exited) since Thu 2026-09-03 14:47:57 UTC; 43ms ago
       Invocation: c73bc6070aea458dba42862ee5c7c155
             Docs: man:systemd-networkd-wait-online.service(8)
          Process: 426 ExecStart=/usr/lib/systemd/systemd-networkd-wait-online (code=exited, status=0/SUCCESS)
         Main PID: 426 (code=exited, status=0/SUCCESS)
         Mem peak: 1.7M
              CPU: 14ms
      
      Sep 03 14:47:57 ambient-dev systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...
      Sep 03 14:47:57 ambient-dev systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured.
      
    • Stderr
  56. 6905 ms: Trace: Start program systemctl
    Command {
        program: "systemctl",
        args: [
            "systemctl",
            "status",
            "systemd-networkd",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  57. 6945 ms: Program succeeded: systemctl
    • Exit code: 0
    • Stdout
      ● systemd-networkd.service - Network Configuration
           Loaded: loaded (/usr/lib/systemd/system/systemd-networkd.service; enabled; preset: enabled)
           Active: active (running) since Thu 2026-09-03 14:47:51 UTC; 6s ago
       Invocation: 2185eea26d124d7092b1c5ffaa2e334c
      TriggeredBy: ● systemd-networkd.socket
             Docs: man:systemd-networkd.service(8)
                   man:org.freedesktop.network1(5)
         Main PID: 330 (systemd-network)
           Status: "Processing requests..."
            Tasks: 1 (limit: 13298)
         FD Store: 0 (limit: 512)
           Memory: 3.8M (peak: 13.5M)
              CPU: 212ms
           CGroup: /system.slice/systemd-networkd.service
                   └─330 /usr/lib/systemd/systemd-networkd
      
      Sep 03 14:47:51 ambient-dev systemd-networkd[330]: lo: Link UP
      Sep 03 14:47:51 ambient-dev systemd-networkd[330]: lo: Gained carrier
      Sep 03 14:47:51 ambient-dev systemd[1]: Started systemd-networkd.service - Network Configuration.
      Sep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network
      Sep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Configuring with /etc/systemd/network/external.network.
      Sep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Link UP
      Sep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Gained carrier
      Sep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network
      Sep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: DHCPv4 address 10.0.2.15/24, gateway 10.0.2.2 acquired from 10.0.2.2
      Sep 03 14:47:52 ambient-dev systemd-networkd[330]: eth0: Gained IPv6LL
      
    • Stderr
  58. 6983 ms: Trace: Start program systemctl
    Command {
        program: "systemctl",
        args: [
            "systemctl",
            "status",
            "systemd-networkd-wait-online",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  59. 7015 ms: Program succeeded: systemctl
    • Exit code: 0
    • Stdout
      ● systemd-networkd-wait-online.service - Wait for Network to be Configured
           Loaded: loaded (/usr/lib/systemd/system/systemd-networkd-wait-online.service; enabled; preset: enabled)
           Active: active (exited) since Thu 2026-09-03 14:47:57 UTC; 173ms ago
       Invocation: c73bc6070aea458dba42862ee5c7c155
             Docs: man:systemd-networkd-wait-online.service(8)
          Process: 426 ExecStart=/usr/lib/systemd/systemd-networkd-wait-online (code=exited, status=0/SUCCESS)
         Main PID: 426 (code=exited, status=0/SUCCESS)
         Mem peak: 1.7M
              CPU: 14ms
      
      Sep 03 14:47:57 ambient-dev systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...
      Sep 03 14:47:57 ambient-dev systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured.
      
    • Stderr
  60. 7032 ms: Trace: Start program systemctl
    Command {
        program: "systemctl",
        args: [
            "systemctl",
            "show",
            "systemd-networkd-wait-online",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  61. 7067 ms: Program succeeded: systemctl
    • Exit code: 0
    • Stdout
      Type=oneshot
      ExitType=main
      Restart=no
      RestartMode=normal
      NotifyAccess=none
      RestartUSec=100ms
      RestartSteps=0
      RestartMaxDelayUSec=infinity
      RestartUSecNext=100ms
      TimeoutStartUSec=infinity
      TimeoutStopUSec=1min 30s
      TimeoutAbortUSec=1min 30s
      TimeoutStartFailureMode=terminate
      TimeoutStopFailureMode=terminate
      RuntimeMaxUSec=infinity
      RuntimeRandomizedExtraUSec=0
      WatchdogUSec=0
      WatchdogTimestampMonotonic=0
      RootDirectoryStartOnly=no
      RemainAfterExit=yes
      GuessMainPID=yes
      MainPID=0
      ControlPID=0
      FileDescriptorStoreMax=0
      NFileDescriptorStore=0
      FileDescriptorStorePreserve=restart
      StatusErrno=0
      Result=success
      ReloadResult=success
      CleanResult=success
      LiveMountResult=success
      UID=[not set]
      GID=[not set]
      NRestarts=0
      OOMPolicy=stop
      ReloadSignal=1
      ExecMainStartTimestamp=Thu 2026-09-03 14:47:57 UTC
      ExecMainStartTimestampMonotonic=15884929
      ExecMainExitTimestamp=Thu 2026-09-03 14:47:57 UTC
      ExecMainExitTimestampMonotonic=15919933
      ExecMainHandoffTimestamp=Thu 2026-09-03 14:47:57 UTC
      ExecMainHandoffTimestampMonotonic=15912445
      ExecMainPID=426
      ExecMainCode=1
      ExecMainStatus=0
      ExecStart={ path=/usr/lib/systemd/systemd-networkd-wait-online ; argv[]=/usr/lib/systemd/systemd-networkd-wait-online ; ignore_errors=no ; start_time=[Thu 2026-09-03 14:47:57 UTC] ; stop_time=[Thu 2026-09-03 14:47:57 UTC] ; pid=426 ; code=exited ; status=0 }
      ExecStartEx={ path=/usr/lib/systemd/systemd-networkd-wait-online ; argv[]=/usr/lib/systemd/systemd-networkd-wait-online ; flags= ; start_time=[Thu 2026-09-03 14:47:57 UTC] ; stop_time=[Thu 2026-09-03 14:47:57 UTC] ; pid=426 ; code=exited ; status=0 }
      Slice=system.slice
      ControlGroupId=2153
      MemoryCurrent=[not set]
      MemoryPeak=1830912
      MemorySwapCurrent=[not set]
      MemorySwapPeak=0
      MemoryZSwapCurrent=[not set]
      MemoryAvailable=10998194176
      EffectiveMemoryMax=11670540288
      EffectiveMemoryHigh=11670540288
      CPUUsageNSec=14611000
      TasksCurrent=[not set]
      EffectiveTasksMax=13298
      IPIngressBytes=[no data]
      IPIngressPackets=[no data]
      IPEgressBytes=[no data]
      IPEgressPackets=[no data]
      IOReadBytes=[not set]
      IOReadOperations=[not set]
      IOWriteBytes=[not set]
      IOWriteOperations=[not set]
      Delegate=no
      CPUAccounting=yes
      CPUWeight=[not set]
      StartupCPUWeight=[not set]
      CPUShares=[not set]
      StartupCPUShares=[not set]
      CPUQuotaPerSecUSec=infinity
      CPUQuotaPeriodUSec=infinity
      IOAccounting=no
      IOWeight=[not set]
      StartupIOWeight=[not set]
      BlockIOAccounting=no
      BlockIOWeight=[not set]
      StartupBlockIOWeight=[not set]
      MemoryAccounting=yes
      DefaultMemoryLow=0
      DefaultStartupMemoryLow=0
      DefaultMemoryMin=0
      MemoryMin=0
      MemoryLow=0
      StartupMemoryLow=0
      MemoryHigh=infinity
      StartupMemoryHigh=infinity
      MemoryMax=infinity
      StartupMemoryMax=infinity
      MemorySwapMax=infinity
      StartupMemorySwapMax=infinity
      MemoryZSwapMax=infinity
      StartupMemoryZSwapMax=infinity
      MemoryZSwapWriteback=yes
      MemoryLimit=infinity
      DevicePolicy=auto
      TasksAccounting=yes
      TasksMax=13298
      IPAccounting=no
      ManagedOOMSwap=auto
      ManagedOOMMemoryPressure=auto
      ManagedOOMMemoryPressureLimit=0
      ManagedOOMMemoryPressureDurationUSec=[not set]
      ManagedOOMPreference=none
      MemoryPressureWatch=auto
      MemoryPressureThresholdUSec=200ms
      CoredumpReceive=no
      UMask=0022
      LimitCPU=infinity
      LimitCPUSoft=infinity
      LimitFSIZE=infinity
      LimitFSIZESoft=infinity
      LimitDATA=infinity
      LimitDATASoft=infinity
      LimitSTACK=infinity
      LimitSTACKSoft=8388608
      LimitCORE=infinity
      LimitCORESoft=0
      LimitRSS=infinity
      LimitRSSSoft=infinity
      LimitNOFILE=524288
      LimitNOFILESoft=1024
      LimitAS=infinity
      LimitASSoft=infinity
      LimitNPROC=44327
      LimitNPROCSoft=44327
      LimitMEMLOCK=8388608
      LimitMEMLOCKSoft=8388608
      LimitLOCKS=infinity
      LimitLOCKSSoft=infinity
      LimitSIGPENDING=44327
      LimitSIGPENDINGSoft=44327
      LimitMSGQUEUE=819200
      LimitMSGQUEUESoft=819200
      LimitNICE=0
      LimitNICESoft=0
      LimitRTPRIO=0
      LimitRTPRIOSoft=0
      LimitRTTIME=infinity
      LimitRTTIMESoft=infinity
      RootEphemeral=no
      OOMScoreAdjust=0
      CoredumpFilter=0x33
      Nice=0
      IOSchedulingClass=2
      IOSchedulingPriority=4
      CPUSchedulingPolicy=0
      CPUSchedulingPriority=0
      CPUAffinityFromNUMA=no
      NUMAPolicy=n/a
      TimerSlackNSec=50000
      CPUSchedulingResetOnFork=no
      NonBlocking=no
      StandardInput=null
      StandardOutput=journal
      StandardError=inherit
      TTYReset=no
      TTYVHangup=no
      TTYVTDisallocate=no
      SyslogPriority=30
      SyslogLevelPrefix=yes
      SyslogLevel=6
      SyslogFacility=3
      LogLevelMax=-1
      LogRateLimitIntervalUSec=0
      LogRateLimitBurst=0
      SecureBits=0
      CapabilityBoundingSet=cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
      DynamicUser=no
      SetLoginEnvironment=no
      RemoveIPC=no
      PrivateTmp=no
      PrivateTmpEx=no
      PrivateDevices=no
      ProtectClock=no
      ProtectKernelTunables=no
      ProtectKernelModules=no
      ProtectKernelLogs=no
      ProtectControlGroups=no
      ProtectControlGroupsEx=no
      PrivateNetwork=no
      PrivateUsers=no
      PrivateUsersEx=no
      PrivateMounts=no
      PrivateIPC=no
      PrivatePIDs=no
      ProtectHome=no
      ProtectSystem=no
      SameProcessGroup=no
      UtmpMode=init
      IgnoreSIGPIPE=yes
      NoNewPrivileges=no
      SystemCallErrorNumber=2147483646
      LockPersonality=no
      RuntimeDirectoryPreserve=no
      RuntimeDirectoryMode=0755
      StateDirectoryMode=0755
      CacheDirectoryMode=0755
      LogsDirectoryMode=0755
      ConfigurationDirectoryMode=0755
      TimeoutCleanUSec=infinity
      MemoryDenyWriteExecute=no
      RestrictRealtime=no
      RestrictSUIDSGID=no
      RestrictNamespaces=no
      MountAPIVFS=no
      BindLogSockets=no
      KeyringMode=private
      ProtectProc=default
      ProcSubset=all
      ProtectHostname=no
      MemoryKSM=no
      RootImagePolicy=root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent
      MountImagePolicy=root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent
      ExtensionImagePolicy=root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent
      KillMode=control-group
      KillSignal=15
      RestartKillSignal=15
      FinalKillSignal=9
      SendSIGKILL=yes
      SendSIGHUP=no
      WatchdogSignal=6
      Id=systemd-networkd-wait-online.service
      Names=systemd-networkd-wait-online.service
      Requires=system.slice
      BindsTo=systemd-networkd.service
      WantedBy=network-online.target
      Conflicts=shutdown.target
      Before=network-online.target shutdown.target
      After=systemd-journald.socket system.slice systemd-networkd.service
      Documentation="man:systemd-networkd-wait-online.service(8)"
      Description=Wait for Network to be Configured
      LoadState=loaded
      ActiveState=active
      FreezerState=running
      SubState=exited
      FragmentPath=/usr/lib/systemd/system/systemd-networkd-wait-online.service
      UnitFileState=enabled
      UnitFilePreset=enabled
      StateChangeTimestamp=Thu 2026-09-03 14:47:57 UTC
      StateChangeTimestampMonotonic=15920325
      InactiveExitTimestamp=Thu 2026-09-03 14:47:57 UTC
      InactiveExitTimestampMonotonic=15889939
      ActiveEnterTimestamp=Thu 2026-09-03 14:47:57 UTC
      ActiveEnterTimestampMonotonic=15920325
      ActiveExitTimestampMonotonic=0
      InactiveEnterTimestampMonotonic=0
      CanStart=yes
      CanStop=yes
      CanReload=no
      CanIsolate=no
      CanFreeze=yes
      CanLiveMount=no
      StopWhenUnneeded=no
      RefuseManualStart=no
      RefuseManualStop=no
      AllowIsolate=no
      DefaultDependencies=no
      SurviveFinalKillSignal=no
      OnSuccessJobMode=fail
      OnFailureJobMode=replace
      IgnoreOnIsolate=no
      NeedDaemonReload=no
      JobTimeoutUSec=infinity
      JobRunningTimeoutUSec=infinity
      JobTimeoutAction=none
      ConditionResult=yes
      AssertResult=yes
      ConditionTimestamp=Thu 2026-09-03 14:47:57 UTC
      ConditionTimestampMonotonic=15883965
      AssertTimestamp=Thu 2026-09-03 14:47:57 UTC
      AssertTimestampMonotonic=15884109
      Transient=no
      Perpetual=no
      StartLimitIntervalUSec=10s
      StartLimitBurst=5
      StartLimitAction=none
      FailureAction=none
      SuccessAction=none
      InvocationID=c73bc6070aea458dba42862ee5c7c155
      CollectMode=inactive
      DebugInvocation=no
      
    • Stderr
  62. 7261 ms: Trace: Start program ip
    Command {
        program: "ip",
        args: [
            "ip",
            "address",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  63. 7284 ms: Program succeeded: ip
    • Exit code: 0
    • Stdout
      1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
          link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
          inet 127.0.0.1/8 scope host lo
             valid_lft forever preferred_lft forever
          inet6 ::1/128 scope host noprefixroute 
             valid_lft forever preferred_lft forever
      2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
          link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff
          altname enp0s1
          altname enx525400123456
          inet 10.0.2.15/24 metric 1024 brd 10.0.2.255 scope global dynamic eth0
             valid_lft 86394sec preferred_lft 86394sec
          inet6 fec0::5054:ff:fe12:3456/64 scope site dynamic mngtmpaddr noprefixroute 
             valid_lft 86396sec preferred_lft 14396sec
          inet6 fe80::5054:ff:fe12:3456/64 scope link proto kernel_ll 
             valid_lft forever preferred_lft forever
      
    • Stderr
  64. 7305 ms: Trace: Start program networkctl
    Command {
        program: "networkctl",
        args: [
            "networkctl",
            "list",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  65. 7327 ms: Program succeeded: networkctl
    • Exit code: 0
    • Stdout
      IDX LINK TYPE     OPERATIONAL SETUP
        1 lo   loopback carrier     unmanaged
        2 eth0 ether    routable    configured
      
      2 links listed.
      
    • Stderr
  66. 7327 ms: Trace: Start program networkctl
    Command {
        program: "networkctl",
        args: [
            "networkctl",
            "status",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  67. 7357 ms: Program succeeded: networkctl
    • Exit code: 0
    • Stdout
      ● Interfaces: 1, 2
             State: routable
      Online state: online
           Address: 10.0.2.15 on eth0
                    fec0::5054:ff:fe12:3456 on eth0
                    fe80::5054:ff:fe12:3456 on eth0
           Gateway: 10.0.2.2 on eth0
                    fe80::2 on eth0
               DNS: 10.0.2.3
                    fec0::3
      
      Sep 03 14:47:51 ambient-dev systemd[1]: Started systemd-networkd.service - Network Configuration.
      Sep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network
      Sep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Configuring with /etc/systemd/network/external.network.
      Sep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Link UP
      Sep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Gained carrier
      Sep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network
      Sep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: DHCPv4 address 10.0.2.15/24, gateway 10.0.2.2 acquired from 10.0.2.2
      Sep 03 14:47:52 ambient-dev systemd-networkd[330]: eth0: Gained IPv6LL
      Sep 03 14:47:57 ambient-dev systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...
      Sep 03 14:47:57 ambient-dev systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured.
      
    • Stderr
  68. 7389 ms: Trace: Start program ping
    Command {
        program: "ping",
        args: [
            "ping",
            "-c1",
            "8.8.8.8",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  69. 7411 ms: Program succeeded: ping
    • Exit code: 0
    • Stdout
      PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
      64 bytes from 8.8.8.8: icmp_seq=1 ttl=255 time=1.34 ms
      
      --- 8.8.8.8 ping statistics ---
      1 packets transmitted, 1 received, 0% packet loss, time 0ms
      rtt min/avg/max/mdev = 1.343/1.343/1.343/0.000 ms
      
    • Stderr
  70. 7423 ms: Trace: Start program ping
    Command {
        program: "ping",
        args: [
            "ping",
            "-c1",
            "www.google.com",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  71. 7450 ms: Program succeeded: ping
    • Exit code: 0
    • Stdout
      PING www.google.com (142.251.156.119) 56(84) bytes of data.
      64 bytes from 142.251.156.119: icmp_seq=1 ttl=255 time=1.13 ms
      
      --- www.google.com ping statistics ---
      1 packets transmitted, 1 received, 0% packet loss, time 0ms
      rtt min/avg/max/mdev = 1.130/1.130/1.130/0.000 ms
      
    • Stderr
  72. 7450 ms: Action succeeded: wait_online
    - action: wait_online
    
  73. 7450 ms: Trace: Execute action
    NetworkDiagnostics(
        NetworkdDiagnostics,
    )
  74. 7450 ms: Trace: Start program systemctl
    Command {
        program: "systemctl",
        args: [
            "systemctl",
            "status",
            "systemd-networkd",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  75. 7465 ms: Program succeeded: systemctl
    • Exit code: 0
    • Stdout
      ● systemd-networkd.service - Network Configuration
           Loaded: loaded (/usr/lib/systemd/system/systemd-networkd.service; enabled; preset: enabled)
           Active: active (running) since Thu 2026-09-03 14:47:51 UTC; 6s ago
       Invocation: 2185eea26d124d7092b1c5ffaa2e334c
      TriggeredBy: ● systemd-networkd.socket
             Docs: man:systemd-networkd.service(8)
                   man:org.freedesktop.network1(5)
         Main PID: 330 (systemd-network)
           Status: "Processing requests..."
            Tasks: 1 (limit: 13298)
         FD Store: 0 (limit: 512)
           Memory: 3.8M (peak: 13.5M)
              CPU: 212ms
           CGroup: /system.slice/systemd-networkd.service
                   └─330 /usr/lib/systemd/systemd-networkd
      
      Sep 03 14:47:51 ambient-dev systemd-networkd[330]: lo: Link UP
      Sep 03 14:47:51 ambient-dev systemd-networkd[330]: lo: Gained carrier
      Sep 03 14:47:51 ambient-dev systemd[1]: Started systemd-networkd.service - Network Configuration.
      Sep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network
      Sep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Configuring with /etc/systemd/network/external.network.
      Sep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Link UP
      Sep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Gained carrier
      Sep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network
      Sep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: DHCPv4 address 10.0.2.15/24, gateway 10.0.2.2 acquired from 10.0.2.2
      Sep 03 14:47:52 ambient-dev systemd-networkd[330]: eth0: Gained IPv6LL
      
    • Stderr
  76. 7465 ms: Trace: Start program systemctl
    Command {
        program: "systemctl",
        args: [
            "systemctl",
            "status",
            "systemd-networkd-wait-online",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  77. 7480 ms: Program succeeded: systemctl
    • Exit code: 0
    • Stdout
      ● systemd-networkd-wait-online.service - Wait for Network to be Configured
           Loaded: loaded (/usr/lib/systemd/system/systemd-networkd-wait-online.service; enabled; preset: enabled)
           Active: active (exited) since Thu 2026-09-03 14:47:57 UTC; 637ms ago
       Invocation: c73bc6070aea458dba42862ee5c7c155
             Docs: man:systemd-networkd-wait-online.service(8)
          Process: 426 ExecStart=/usr/lib/systemd/systemd-networkd-wait-online (code=exited, status=0/SUCCESS)
         Main PID: 426 (code=exited, status=0/SUCCESS)
         Mem peak: 1.7M
              CPU: 14ms
      
      Sep 03 14:47:57 ambient-dev systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...
      Sep 03 14:47:57 ambient-dev systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured.
      
    • Stderr
  78. 7481 ms: Trace: Start program systemctl
    Command {
        program: "systemctl",
        args: [
            "systemctl",
            "show",
            "systemd-networkd-wait-online",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  79. 7577 ms: Program succeeded: systemctl
    • Exit code: 0
    • Stdout
      Type=oneshot
      ExitType=main
      Restart=no
      RestartMode=normal
      NotifyAccess=none
      RestartUSec=100ms
      RestartSteps=0
      RestartMaxDelayUSec=infinity
      RestartUSecNext=100ms
      TimeoutStartUSec=infinity
      TimeoutStopUSec=1min 30s
      TimeoutAbortUSec=1min 30s
      TimeoutStartFailureMode=terminate
      TimeoutStopFailureMode=terminate
      RuntimeMaxUSec=infinity
      RuntimeRandomizedExtraUSec=0
      WatchdogUSec=0
      WatchdogTimestampMonotonic=0
      RootDirectoryStartOnly=no
      RemainAfterExit=yes
      GuessMainPID=yes
      MainPID=0
      ControlPID=0
      FileDescriptorStoreMax=0
      NFileDescriptorStore=0
      FileDescriptorStorePreserve=restart
      StatusErrno=0
      Result=success
      ReloadResult=success
      CleanResult=success
      LiveMountResult=success
      UID=[not set]
      GID=[not set]
      NRestarts=0
      OOMPolicy=stop
      ReloadSignal=1
      ExecMainStartTimestamp=Thu 2026-09-03 14:47:57 UTC
      ExecMainStartTimestampMonotonic=15884929
      ExecMainExitTimestamp=Thu 2026-09-03 14:47:57 UTC
      ExecMainExitTimestampMonotonic=15919933
      ExecMainHandoffTimestamp=Thu 2026-09-03 14:47:57 UTC
      ExecMainHandoffTimestampMonotonic=15912445
      ExecMainPID=426
      ExecMainCode=1
      ExecMainStatus=0
      ExecStart={ path=/usr/lib/systemd/systemd-networkd-wait-online ; argv[]=/usr/lib/systemd/systemd-networkd-wait-online ; ignore_errors=no ; start_time=[Thu 2026-09-03 14:47:57 UTC] ; stop_time=[Thu 2026-09-03 14:47:57 UTC] ; pid=426 ; code=exited ; status=0 }
      ExecStartEx={ path=/usr/lib/systemd/systemd-networkd-wait-online ; argv[]=/usr/lib/systemd/systemd-networkd-wait-online ; flags= ; start_time=[Thu 2026-09-03 14:47:57 UTC] ; stop_time=[Thu 2026-09-03 14:47:57 UTC] ; pid=426 ; code=exited ; status=0 }
      Slice=system.slice
      ControlGroupId=2153
      MemoryCurrent=[not set]
      MemoryPeak=1830912
      MemorySwapCurrent=[not set]
      MemorySwapPeak=0
      MemoryZSwapCurrent=[not set]
      MemoryAvailable=10999164928
      EffectiveMemoryMax=11670540288
      EffectiveMemoryHigh=11670540288
      CPUUsageNSec=14611000
      TasksCurrent=[not set]
      EffectiveTasksMax=13298
      IPIngressBytes=[no data]
      IPIngressPackets=[no data]
      IPEgressBytes=[no data]
      IPEgressPackets=[no data]
      IOReadBytes=[not set]
      IOReadOperations=[not set]
      IOWriteBytes=[not set]
      IOWriteOperations=[not set]
      Delegate=no
      CPUAccounting=yes
      CPUWeight=[not set]
      StartupCPUWeight=[not set]
      CPUShares=[not set]
      StartupCPUShares=[not set]
      CPUQuotaPerSecUSec=infinity
      CPUQuotaPeriodUSec=infinity
      IOAccounting=no
      IOWeight=[not set]
      StartupIOWeight=[not set]
      BlockIOAccounting=no
      BlockIOWeight=[not set]
      StartupBlockIOWeight=[not set]
      MemoryAccounting=yes
      DefaultMemoryLow=0
      DefaultStartupMemoryLow=0
      DefaultMemoryMin=0
      MemoryMin=0
      MemoryLow=0
      StartupMemoryLow=0
      MemoryHigh=infinity
      StartupMemoryHigh=infinity
      MemoryMax=infinity
      StartupMemoryMax=infinity
      MemorySwapMax=infinity
      StartupMemorySwapMax=infinity
      MemoryZSwapMax=infinity
      StartupMemoryZSwapMax=infinity
      MemoryZSwapWriteback=yes
      MemoryLimit=infinity
      DevicePolicy=auto
      TasksAccounting=yes
      TasksMax=13298
      IPAccounting=no
      ManagedOOMSwap=auto
      ManagedOOMMemoryPressure=auto
      ManagedOOMMemoryPressureLimit=0
      ManagedOOMMemoryPressureDurationUSec=[not set]
      ManagedOOMPreference=none
      MemoryPressureWatch=auto
      MemoryPressureThresholdUSec=200ms
      CoredumpReceive=no
      UMask=0022
      LimitCPU=infinity
      LimitCPUSoft=infinity
      LimitFSIZE=infinity
      LimitFSIZESoft=infinity
      LimitDATA=infinity
      LimitDATASoft=infinity
      LimitSTACK=infinity
      LimitSTACKSoft=8388608
      LimitCORE=infinity
      LimitCORESoft=0
      LimitRSS=infinity
      LimitRSSSoft=infinity
      LimitNOFILE=524288
      LimitNOFILESoft=1024
      LimitAS=infinity
      LimitASSoft=infinity
      LimitNPROC=44327
      LimitNPROCSoft=44327
      LimitMEMLOCK=8388608
      LimitMEMLOCKSoft=8388608
      LimitLOCKS=infinity
      LimitLOCKSSoft=infinity
      LimitSIGPENDING=44327
      LimitSIGPENDINGSoft=44327
      LimitMSGQUEUE=819200
      LimitMSGQUEUESoft=819200
      LimitNICE=0
      LimitNICESoft=0
      LimitRTPRIO=0
      LimitRTPRIOSoft=0
      LimitRTTIME=infinity
      LimitRTTIMESoft=infinity
      RootEphemeral=no
      OOMScoreAdjust=0
      CoredumpFilter=0x33
      Nice=0
      IOSchedulingClass=2
      IOSchedulingPriority=4
      CPUSchedulingPolicy=0
      CPUSchedulingPriority=0
      CPUAffinityFromNUMA=no
      NUMAPolicy=n/a
      TimerSlackNSec=50000
      CPUSchedulingResetOnFork=no
      NonBlocking=no
      StandardInput=null
      StandardOutput=journal
      StandardError=inherit
      TTYReset=no
      TTYVHangup=no
      TTYVTDisallocate=no
      SyslogPriority=30
      SyslogLevelPrefix=yes
      SyslogLevel=6
      SyslogFacility=3
      LogLevelMax=-1
      LogRateLimitIntervalUSec=0
      LogRateLimitBurst=0
      SecureBits=0
      CapabilityBoundingSet=cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
      DynamicUser=no
      SetLoginEnvironment=no
      RemoveIPC=no
      PrivateTmp=no
      PrivateTmpEx=no
      PrivateDevices=no
      ProtectClock=no
      ProtectKernelTunables=no
      ProtectKernelModules=no
      ProtectKernelLogs=no
      ProtectControlGroups=no
      ProtectControlGroupsEx=no
      PrivateNetwork=no
      PrivateUsers=no
      PrivateUsersEx=no
      PrivateMounts=no
      PrivateIPC=no
      PrivatePIDs=no
      ProtectHome=no
      ProtectSystem=no
      SameProcessGroup=no
      UtmpMode=init
      IgnoreSIGPIPE=yes
      NoNewPrivileges=no
      SystemCallErrorNumber=2147483646
      LockPersonality=no
      RuntimeDirectoryPreserve=no
      RuntimeDirectoryMode=0755
      StateDirectoryMode=0755
      CacheDirectoryMode=0755
      LogsDirectoryMode=0755
      ConfigurationDirectoryMode=0755
      TimeoutCleanUSec=infinity
      MemoryDenyWriteExecute=no
      RestrictRealtime=no
      RestrictSUIDSGID=no
      RestrictNamespaces=no
      MountAPIVFS=no
      BindLogSockets=no
      KeyringMode=private
      ProtectProc=default
      ProcSubset=all
      ProtectHostname=no
      MemoryKSM=no
      RootImagePolicy=root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent
      MountImagePolicy=root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent
      ExtensionImagePolicy=root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent
      KillMode=control-group
      KillSignal=15
      RestartKillSignal=15
      FinalKillSignal=9
      SendSIGKILL=yes
      SendSIGHUP=no
      WatchdogSignal=6
      Id=systemd-networkd-wait-online.service
      Names=systemd-networkd-wait-online.service
      Requires=system.slice
      BindsTo=systemd-networkd.service
      WantedBy=network-online.target
      Conflicts=shutdown.target
      Before=network-online.target shutdown.target
      After=systemd-journald.socket system.slice systemd-networkd.service
      Documentation="man:systemd-networkd-wait-online.service(8)"
      Description=Wait for Network to be Configured
      LoadState=loaded
      ActiveState=active
      FreezerState=running
      SubState=exited
      FragmentPath=/usr/lib/systemd/system/systemd-networkd-wait-online.service
      UnitFileState=enabled
      UnitFilePreset=enabled
      StateChangeTimestamp=Thu 2026-09-03 14:47:57 UTC
      StateChangeTimestampMonotonic=15920325
      InactiveExitTimestamp=Thu 2026-09-03 14:47:57 UTC
      InactiveExitTimestampMonotonic=15889939
      ActiveEnterTimestamp=Thu 2026-09-03 14:47:57 UTC
      ActiveEnterTimestampMonotonic=15920325
      ActiveExitTimestampMonotonic=0
      InactiveEnterTimestampMonotonic=0
      CanStart=yes
      CanStop=yes
      CanReload=no
      CanIsolate=no
      CanFreeze=yes
      CanLiveMount=no
      StopWhenUnneeded=no
      RefuseManualStart=no
      RefuseManualStop=no
      AllowIsolate=no
      DefaultDependencies=no
      SurviveFinalKillSignal=no
      OnSuccessJobMode=fail
      OnFailureJobMode=replace
      IgnoreOnIsolate=no
      NeedDaemonReload=no
      JobTimeoutUSec=infinity
      JobRunningTimeoutUSec=infinity
      JobTimeoutAction=none
      ConditionResult=yes
      AssertResult=yes
      ConditionTimestamp=Thu 2026-09-03 14:47:57 UTC
      ConditionTimestampMonotonic=15883965
      AssertTimestamp=Thu 2026-09-03 14:47:57 UTC
      AssertTimestampMonotonic=15884109
      Transient=no
      Perpetual=no
      StartLimitIntervalUSec=10s
      StartLimitBurst=5
      StartLimitAction=none
      FailureAction=none
      SuccessAction=none
      InvocationID=c73bc6070aea458dba42862ee5c7c155
      CollectMode=inactive
      DebugInvocation=no
      
    • Stderr
  80. 7707 ms: Trace: Start program ip
    Command {
        program: "ip",
        args: [
            "ip",
            "address",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  81. 7709 ms: Program succeeded: ip
    • Exit code: 0
    • Stdout
      1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
          link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
          inet 127.0.0.1/8 scope host lo
             valid_lft forever preferred_lft forever
          inet6 ::1/128 scope host noprefixroute 
             valid_lft forever preferred_lft forever
      2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
          link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff
          altname enp0s1
          altname enx525400123456
          inet 10.0.2.15/24 metric 1024 brd 10.0.2.255 scope global dynamic eth0
             valid_lft 86394sec preferred_lft 86394sec
          inet6 fec0::5054:ff:fe12:3456/64 scope site dynamic mngtmpaddr noprefixroute 
             valid_lft 86396sec preferred_lft 14396sec
          inet6 fe80::5054:ff:fe12:3456/64 scope link proto kernel_ll 
             valid_lft forever preferred_lft forever
      
    • Stderr
  82. 7709 ms: Trace: Start program networkctl
    Command {
        program: "networkctl",
        args: [
            "networkctl",
            "list",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  83. 7714 ms: Program succeeded: networkctl
    • Exit code: 0
    • Stdout
      IDX LINK TYPE     OPERATIONAL SETUP
        1 lo   loopback carrier     unmanaged
        2 eth0 ether    routable    configured
      
      2 links listed.
      
    • Stderr
  84. 7714 ms: Trace: Start program networkctl
    Command {
        program: "networkctl",
        args: [
            "networkctl",
            "status",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  85. 7792 ms: Program succeeded: networkctl
    • Exit code: 0
    • Stdout
      ● Interfaces: 1, 2
             State: routable
      Online state: online
           Address: 10.0.2.15 on eth0
                    fec0::5054:ff:fe12:3456 on eth0
                    fe80::5054:ff:fe12:3456 on eth0
           Gateway: 10.0.2.2 on eth0
                    fe80::2 on eth0
               DNS: 10.0.2.3
                    fec0::3
      
      Sep 03 14:47:51 ambient-dev systemd[1]: Started systemd-networkd.service - Network Configuration.
      Sep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network
      Sep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Configuring with /etc/systemd/network/external.network.
      Sep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Link UP
      Sep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Gained carrier
      Sep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network
      Sep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: DHCPv4 address 10.0.2.15/24, gateway 10.0.2.2 acquired from 10.0.2.2
      Sep 03 14:47:52 ambient-dev systemd-networkd[330]: eth0: Gained IPv6LL
      Sep 03 14:47:57 ambient-dev systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...
      Sep 03 14:47:57 ambient-dev systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured.
      
    • Stderr
  86. 7792 ms: Trace: Start program ping
    Command {
        program: "ping",
        args: [
            "ping",
            "-c1",
            "8.8.8.8",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  87. 7837 ms: Program succeeded: ping
    • Exit code: 0
    • Stdout
      PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
      64 bytes from 8.8.8.8: icmp_seq=1 ttl=255 time=1.06 ms
      
      --- 8.8.8.8 ping statistics ---
      1 packets transmitted, 1 received, 0% packet loss, time 0ms
      rtt min/avg/max/mdev = 1.056/1.056/1.056/0.000 ms
      
    • Stderr
  88. 7837 ms: Trace: Start program ping
    Command {
        program: "ping",
        args: [
            "ping",
            "-c1",
            "www.google.com",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  89. 7901 ms: Program succeeded: ping
    • Exit code: 0
    • Stdout
      PING www.google.com (142.251.150.119) 56(84) bytes of data.
      64 bytes from 142.251.150.119: icmp_seq=1 ttl=255 time=1.22 ms
      
      --- www.google.com ping statistics ---
      1 packets transmitted, 1 received, 0% packet loss, time 0ms
      rtt min/avg/max/mdev = 1.223/1.223/1.223/0.000 ms
      
    • Stderr
  90. 7901 ms: Action succeeded: network_diagnostics
    - action: network_diagnostics
    
  91. 7901 ms: Trace: Execute action
    CargoFetch(
        CargoFetch,
    )
  92. 7901 ms: Trace: Start program cargo
    Command {
        program: "cargo",
        args: [
            "cargo",
            "--version",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  93. 8082 ms: Program succeeded: cargo
    • Exit code: 0
    • Stdout
      cargo 1.98.0 (797e8a9bc 2026-08-05)
      
    • Stderr
  94. 8082 ms: Trace: Start program cargo
    Command {
        program: "cargo",
        args: [
            "cargo",
            "clippy",
            "--version",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  95. 8197 ms: Program succeeded: cargo
    • Exit code: 0
    • Stdout
      clippy 0.1.98 (88d9e12ae1 2026-08-18)
      
    • Stderr
  96. 8197 ms: Trace: Start program rustc
    Command {
        program: "rustc",
        args: [
            "rustc",
            "--version",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  97. 8239 ms: Program succeeded: rustc
    • Exit code: 0
    • Stdout
      rustc 1.98.0 (88d9e12ae 2026-08-18)
      
    • Stderr
  98. 8243 ms: Trace: copy cargo files to temporary place to run cargo securely
    copying relevant files to /tmp/.tmpTHrcge
  99. 8250 ms: Trace: Start program cargo
    Command {
        program: "cargo",
        args: [
            "cargo",
            "fetch",
            "--locked",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/tmp/.tmpTHrcge",
        ),
        create_pidfd: false,
    }
  100. 10151 ms: Program succeeded: cargo
    • Exit code: 0
    • Stdout
    • Stderr
          Updating crates.io index
       Downloading crates ...
        Downloaded winapi-util v0.1.11
        Downloaded wasm-bindgen-macro v0.2.108
        Downloaded itoa v1.0.17
        Downloaded same-file v1.0.6
        Downloaded clap_lex v0.7.6
        Downloaded unit-prefix v0.5.2
        Downloaded strsim v0.11.1
        Downloaded is_terminal_polyfill v1.70.2
        Downloaded wasm-bindgen-shared v0.2.108
        Downloaded errno v0.3.14
        Downloaded heck v0.5.0
        Downloaded windows-link v0.2.1
        Downloaded colorchoice v1.0.4
        Downloaded once_cell_polyfill v1.70.2
        Downloaded utf8parse v0.2.2
        Downloaded windows-targets v0.53.5
        Downloaded terminal_size v0.4.3
        Downloaded anstyle-query v1.1.5
        Downloaded anstyle-wincon v3.0.11
        Downloaded cfg-if v1.0.4
        Downloaded walkdir v2.5.0
        Downloaded quote v1.0.42
        Downloaded rustversion v1.0.22
        Downloaded anstream v0.6.21
        Downloaded unicode-ident v1.0.22
        Downloaded anstyle-parse v0.2.7
        Downloaded anstyle v1.0.13
        Downloaded clap_derive v4.5.49
        Downloaded web-time v1.1.0
        Downloaded wasm-bindgen v0.2.108
        Downloaded zmij v1.0.2
        Downloaded serde_derive v1.0.228
        Downloaded proc-macro2 v1.0.104
        Downloaded console v0.16.2
        Downloaded bitflags v2.10.0
        Downloaded clap v4.5.53
        Downloaded wasm-bindgen-macro-support v0.2.108
        Downloaded once_cell v1.21.3
        Downloaded js-sys v0.3.85
        Downloaded serde_core v1.0.228
        Downloaded indicatif v0.18.3
        Downloaded encode_unicode v1.0.0
        Downloaded memchr v2.7.6
        Downloaded bumpalo v3.19.1
        Downloaded serde v1.0.228
        Downloaded serde_json v1.0.148
        Downloaded syn v2.0.111
        Downloaded clap_builder v4.5.53
        Downloaded portable-atomic v1.13.1
        Downloaded unicode-width v0.2.2
        Downloaded rustix v1.1.3
        Downloaded windows_x86_64_gnullvm v0.53.1
        Downloaded libc v0.2.178
        Downloaded windows_aarch64_gnullvm v0.53.1
        Downloaded windows_i686_gnullvm v0.53.1
        Downloaded windows_aarch64_msvc v0.53.1
        Downloaded windows_x86_64_msvc v0.53.1
        Downloaded windows_x86_64_gnu v0.53.1
        Downloaded windows_i686_msvc v0.53.1
        Downloaded windows_i686_gnu v0.53.1
        Downloaded windows-sys v0.60.2
        Downloaded windows-sys v0.61.2
        Downloaded linux-raw-sys v0.11.0
      
  101. 10151 ms: Action succeeded: cargo_fetch
    - action: cargo_fetch
    
  102. 10152 ms: Trace: Execute action
    TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
  103. 10152 ms: Trace: Start program tar
    Command {
        program: "tar",
        args: [
            "tar",
            "-cvf",
            "/dev/vde",
            "-C",
            "/ci/cache",
            ".",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            ".",
        ),
        create_pidfd: false,
    }
  104. 10813 ms: Program succeeded: tar
    • Exit code: 0
    • Stdout
      ./
      ./cargo-target/
      ./cargo-target/debug/
      ./cargo-target/debug/.cargo-artifact-lock
      ./cargo-target/debug/.fingerprint/
      ./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/
      ./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/dep-lib-colorchoice
      ./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/lib-colorchoice.json
      ./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/invoked.timestamp
      ./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/lib-colorchoice
      ./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/
      ./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/dep-lib-console
      ./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/lib-console.json
      ./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/invoked.timestamp
      ./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/lib-console
      ./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/
      ./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/dep-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/invoked.timestamp
      ./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/build-script-build-script-build
      ./cargo-target/debug/.fingerprint/libc-7a998dd5d2eacb14/
      ./cargo-target/debug/.fingerprint/libc-7a998dd5d2eacb14/run-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/libc-7a998dd5d2eacb14/run-build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/
      ./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/lib-zmij
      ./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/invoked.timestamp
      ./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/lib-zmij.json
      ./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/dep-lib-zmij
      ./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/
      ./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/lib-anstream.json
      ./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/dep-lib-anstream
      ./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/lib-anstream
      ./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/invoked.timestamp
      ./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/
      ./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/lib-clap
      ./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/lib-clap.json
      ./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/invoked.timestamp
      ./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/dep-lib-clap
      ./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/
      ./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/lib-serde_core.json
      ./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/lib-serde_core
      ./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/invoked.timestamp
      ./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/dep-lib-serde_core
      ./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/
      ./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/dep-lib-memchr
      ./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/lib-memchr
      ./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/lib-memchr.json
      ./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/invoked.timestamp
      ./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/
      ./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/dep-lib-console
      ./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/lib-console.json
      ./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/invoked.timestamp
      ./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/lib-console
      ./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/
      ./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/lib-same_file.json
      ./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/lib-same_file
      ./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/dep-lib-same_file
      ./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/invoked.timestamp
      ./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/
      ./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/lib-anstyle_query.json
      ./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/invoked.timestamp
      ./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/dep-lib-anstyle_query
      ./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/lib-anstyle_query
      ./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/
      ./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/lib-anstyle_parse.json
      ./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/invoked.timestamp
      ./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/lib-anstyle_parse
      ./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/dep-lib-anstyle_parse
      ./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/
      ./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/lib-anstyle
      ./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/invoked.timestamp
      ./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/dep-lib-anstyle
      ./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/lib-anstyle.json
      ./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/
      ./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/dep-lib-serde
      ./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/invoked.timestamp
      ./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/lib-serde
      ./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/lib-serde.json
      ./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/
      ./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/lib-serde_derive
      ./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/dep-lib-serde_derive
      ./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/lib-serde_derive.json
      ./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/invoked.timestamp
      ./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/
      ./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/dep-lib-terminal_size
      ./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/invoked.timestamp
      ./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/lib-terminal_size.json
      ./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/lib-terminal_size
      ./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/
      ./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/invoked.timestamp
      ./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/lib-indicatif.json
      ./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/lib-indicatif
      ./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/dep-lib-indicatif
      ./cargo-target/debug/.fingerprint/proc-macro2-331a3c244e3c25bf/
      ./cargo-target/debug/.fingerprint/proc-macro2-331a3c244e3c25bf/run-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/proc-macro2-331a3c244e3c25bf/run-build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/
      ./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/test-bin-filecount.json
      ./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/test-bin-filecount
      ./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/invoked.timestamp
      ./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/dep-test-bin-filecount
      ./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/
      ./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/dep-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/invoked.timestamp
      ./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/build-script-build-script-build
      ./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/
      ./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/lib-anstyle
      ./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/invoked.timestamp
      ./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/dep-lib-anstyle
      ./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/lib-anstyle.json
      ./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/
      ./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/dep-lib-rustix
      ./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/invoked.timestamp
      ./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/lib-rustix.json
      ./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/lib-rustix
      ./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/
      ./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/dep-bin-filecount
      ./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/bin-filecount
      ./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/invoked.timestamp
      ./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/bin-filecount.json
      ./cargo-target/debug/.fingerprint/portable-atomic-da62ae0f8f5d731b/
      ./cargo-target/debug/.fingerprint/portable-atomic-da62ae0f8f5d731b/run-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/portable-atomic-da62ae0f8f5d731b/run-build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/
      ./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/dep-lib-portable_atomic
      ./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/invoked.timestamp
      ./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/lib-portable_atomic.json
      ./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/lib-portable_atomic
      ./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/
      ./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/lib-anstyle_parse.json
      ./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/invoked.timestamp
      ./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/lib-anstyle_parse
      ./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/dep-lib-anstyle_parse
      ./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/
      ./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/test-bin-filecount.json
      ./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/test-bin-filecount
      ./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/invoked.timestamp
      ./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/dep-test-bin-filecount
      ./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/
      ./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/dep-lib-bitflags
      ./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/invoked.timestamp
      ./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/lib-bitflags
      ./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/lib-bitflags.json
      ./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/
      ./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/lib-unicode_width.json
      ./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/lib-unicode_width
      ./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/invoked.timestamp
      ./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/dep-lib-unicode_width
      ./cargo-target/debug/.fingerprint/serde-4e36ccfdf11c5ecd/
      ./cargo-target/debug/.fingerprint/serde-4e36ccfdf11c5ecd/run-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/serde-4e36ccfdf11c5ecd/run-build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/
      ./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/lib-clap_builder.json
      ./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/dep-lib-clap_builder
      ./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/invoked.timestamp
      ./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/lib-clap_builder
      ./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/
      ./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/dep-lib-colorchoice
      ./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/lib-colorchoice.json
      ./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/invoked.timestamp
      ./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/lib-colorchoice
      ./cargo-target/debug/.fingerprint/quote-a7e35c59b67bb804/
      ./cargo-target/debug/.fingerprint/quote-a7e35c59b67bb804/run-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/quote-a7e35c59b67bb804/run-build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/
      ./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/dep-lib-memchr
      ./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/lib-memchr
      ./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/lib-memchr.json
      ./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/invoked.timestamp
      ./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/
      ./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/lib-quote
      ./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/invoked.timestamp
      ./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/dep-lib-quote
      ./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/lib-quote.json
      ./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/
      ./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/lib-clap_lex.json
      ./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/lib-clap_lex
      ./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/invoked.timestamp
      ./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/dep-lib-clap_lex
      ./cargo-target/debug/.fingerprint/serde_json-cebbdeadc6d1451c/
      ./cargo-target/debug/.fingerprint/serde_json-cebbdeadc6d1451c/run-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/serde_json-cebbdeadc6d1451c/run-build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/
      ./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/dep-lib-is_terminal_polyfill
      ./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/invoked.timestamp
      ./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/lib-is_terminal_polyfill.json
      ./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/lib-is_terminal_polyfill
      ./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/
      ./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/lib-libc
      ./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/invoked.timestamp
      ./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/lib-libc.json
      ./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/dep-lib-libc
      ./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/
      ./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/dep-lib-serde
      ./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/invoked.timestamp
      ./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/lib-serde
      ./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/lib-serde.json
      ./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/
      ./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/lib-same_file.json
      ./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/lib-same_file
      ./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/dep-lib-same_file
      ./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/invoked.timestamp
      ./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/
      ./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/lib-libc
      ./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/invoked.timestamp
      ./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/lib-libc.json
      ./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/dep-lib-libc
      ./cargo-target/debug/.fingerprint/zmij-e72495a7b11d41dc/
      ./cargo-target/debug/.fingerprint/zmij-e72495a7b11d41dc/run-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/zmij-e72495a7b11d41dc/run-build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/
      ./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/lib-unicode_width.json
      ./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/lib-unicode_width
      ./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/invoked.timestamp
      ./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/dep-lib-unicode_width
      ./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/
      ./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/lib-anstream.json
      ./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/dep-lib-anstream
      ./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/lib-anstream
      ./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/invoked.timestamp
      ./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/
      ./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/invoked.timestamp
      ./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/lib-indicatif.json
      ./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/lib-indicatif
      ./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/dep-lib-indicatif
      ./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/
      ./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/lib-clap_lex.json
      ./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/lib-clap_lex
      ./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/invoked.timestamp
      ./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/dep-lib-clap_lex
      ./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/
      ./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/dep-lib-terminal_size
      ./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/invoked.timestamp
      ./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/lib-terminal_size.json
      ./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/lib-terminal_size
      ./cargo-target/debug/.fingerprint/serde_core-476e5eeb5f852bfb/
      ./cargo-target/debug/.fingerprint/serde_core-476e5eeb5f852bfb/run-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/serde_core-476e5eeb5f852bfb/run-build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/
      ./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/lib-heck.json
      ./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/dep-lib-heck
      ./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/lib-heck
      ./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/invoked.timestamp
      ./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/
      ./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/dep-lib-bitflags
      ./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/invoked.timestamp
      ./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/lib-bitflags
      ./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/lib-bitflags.json
      ./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/
      ./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/lib-serde_core.json
      ./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/lib-serde_core
      ./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/invoked.timestamp
      ./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/dep-lib-serde_core
      ./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/
      ./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/dep-lib-utf8parse
      ./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/lib-utf8parse.json
      ./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/invoked.timestamp
      ./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/lib-utf8parse
      ./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/
      ./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/dep-lib-unicode_ident
      ./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/lib-unicode_ident
      ./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/invoked.timestamp
      ./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/lib-unicode_ident.json
      ./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/
      ./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/dep-lib-utf8parse
      ./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/lib-utf8parse.json
      ./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/invoked.timestamp
      ./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/lib-utf8parse
      ./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/
      ./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/lib-once_cell
      ./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/dep-lib-once_cell
      ./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/invoked.timestamp
      ./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/lib-once_cell.json
      ./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/
      ./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/lib-clap_builder.json
      ./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/dep-lib-clap_builder
      ./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/invoked.timestamp
      ./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/lib-clap_builder
      ./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/
      ./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/invoked.timestamp
      ./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/lib-walkdir.json
      ./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/lib-walkdir
      ./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/dep-lib-walkdir
      ./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/
      ./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/dep-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/invoked.timestamp
      ./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/build-script-build-script-build
      ./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/
      ./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/dep-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/invoked.timestamp
      ./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/build-script-build-script-build
      ./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/
      ./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/lib-once_cell
      ./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/dep-lib-once_cell
      ./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/invoked.timestamp
      ./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/lib-once_cell.json
      ./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/
      ./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/lib-itoa
      ./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/dep-lib-itoa
      ./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/invoked.timestamp
      ./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/lib-itoa.json
      ./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/
      ./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/lib-linux_raw_sys
      ./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/invoked.timestamp
      ./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/lib-linux_raw_sys.json
      ./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/dep-lib-linux_raw_sys
      ./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/
      ./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/dep-lib-is_terminal_polyfill
      ./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/invoked.timestamp
      ./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/lib-is_terminal_polyfill.json
      ./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/lib-is_terminal_polyfill
      ./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/
      ./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/lib-unit_prefix
      ./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/dep-lib-unit_prefix
      ./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/invoked.timestamp
      ./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/lib-unit_prefix.json
      ./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/
      ./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/dep-lib-strsim
      ./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/invoked.timestamp
      ./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/lib-strsim
      ./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/lib-strsim.json
      ./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/
      ./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/lib-linux_raw_sys
      ./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/invoked.timestamp
      ./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/lib-linux_raw_sys.json
      ./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/dep-lib-linux_raw_sys
      ./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/
      ./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/invoked.timestamp
      ./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/lib-walkdir.json
      ./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/lib-walkdir
      ./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/dep-lib-walkdir
      ./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/
      ./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/lib-itoa
      ./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/dep-lib-itoa
      ./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/invoked.timestamp
      ./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/lib-itoa.json
      ./cargo-target/debug/.fingerprint/rustix-d94b876d0044dacd/
      ./cargo-target/debug/.fingerprint/rustix-d94b876d0044dacd/run-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/rustix-d94b876d0044dacd/run-build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/
      ./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/dep-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/invoked.timestamp
      ./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/build-script-build-script-build
      ./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/
      ./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/dep-lib-rustix
      ./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/invoked.timestamp
      ./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/lib-rustix.json
      ./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/lib-rustix
      ./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/
      ./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/dep-lib-syn
      ./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/lib-syn.json
      ./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/lib-syn
      ./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/invoked.timestamp
      ./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/
      ./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/dep-lib-serde_json
      ./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/lib-serde_json
      ./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/invoked.timestamp
      ./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/lib-serde_json.json
      ./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/
      ./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/dep-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/invoked.timestamp
      ./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/build-script-build-script-build
      ./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/
      ./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/dep-lib-portable_atomic
      ./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/invoked.timestamp
      ./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/lib-portable_atomic.json
      ./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/lib-portable_atomic
      ./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/
      ./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/lib-unit_prefix
      ./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/dep-lib-unit_prefix
      ./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/invoked.timestamp
      ./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/lib-unit_prefix.json
      ./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/
      ./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/lib-clap_derive.json
      ./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/lib-clap_derive
      ./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/invoked.timestamp
      ./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/dep-lib-clap_derive
      ./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/
      ./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/dep-lib-serde_json
      ./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/lib-serde_json
      ./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/invoked.timestamp
      ./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/lib-serde_json.json
      ./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/
      ./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/dep-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/invoked.timestamp
      ./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/build-script-build-script-build
      ./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/
      ./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/lib-anstyle_query.json
      ./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/invoked.timestamp
      ./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/dep-lib-anstyle_query
      ./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/lib-anstyle_query
      ./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/
      ./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/dep-bin-filecount
      ./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/bin-filecount
      ./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/invoked.timestamp
      ./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/bin-filecount.json
      ./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/
      ./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/dep-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/invoked.timestamp
      ./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/build-script-build-script-build
      ./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/
      ./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/lib-zmij
      ./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/invoked.timestamp
      ./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/lib-zmij.json
      ./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/dep-lib-zmij
      ./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/
      ./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/lib-clap
      ./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/lib-clap.json
      ./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/invoked.timestamp
      ./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/dep-lib-clap
      ./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/
      ./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/dep-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/invoked.timestamp
      ./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/build-script-build-script-build
      ./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/
      ./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/lib-proc_macro2.json
      ./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/lib-proc_macro2
      ./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/invoked.timestamp
      ./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/dep-lib-proc_macro2
      ./cargo-target/debug/.fingerprint/strsim-350539075733e214/
      ./cargo-target/debug/.fingerprint/strsim-350539075733e214/dep-lib-strsim
      ./cargo-target/debug/.fingerprint/strsim-350539075733e214/invoked.timestamp
      ./cargo-target/debug/.fingerprint/strsim-350539075733e214/lib-strsim
      ./cargo-target/debug/.fingerprint/strsim-350539075733e214/lib-strsim.json
      ./cargo-target/debug/build/
      ./cargo-target/debug/build/libc-221c449f1c0c59f9/
      ./cargo-target/debug/build/libc-221c449f1c0c59f9/build-script-build
      ./cargo-target/debug/build/libc-221c449f1c0c59f9/build_script_build-221c449f1c0c59f9.d
      ./cargo-target/debug/build/libc-221c449f1c0c59f9/build_script_build-221c449f1c0c59f9
      ./cargo-target/debug/build/libc-7a998dd5d2eacb14/
      ./cargo-target/debug/build/libc-7a998dd5d2eacb14/root-output
      ./cargo-target/debug/build/libc-7a998dd5d2eacb14/stderr
      ./cargo-target/debug/build/libc-7a998dd5d2eacb14/invoked.timestamp
      ./cargo-target/debug/build/libc-7a998dd5d2eacb14/out/
      ./cargo-target/debug/build/libc-7a998dd5d2eacb14/output
      ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/
      ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/root-output
      ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/stderr
      ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/invoked.timestamp
      ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/out/
      ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/output
      ./cargo-target/debug/build/serde-70e51348ce6d6017/
      ./cargo-target/debug/build/serde-70e51348ce6d6017/build-script-build
      ./cargo-target/debug/build/serde-70e51348ce6d6017/build_script_build-70e51348ce6d6017.d
      ./cargo-target/debug/build/serde-70e51348ce6d6017/build_script_build-70e51348ce6d6017
      ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/
      ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/root-output
      ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/stderr
      ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/invoked.timestamp
      ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/out/
      ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/output
      ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/
      ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/root-output
      ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/stderr
      ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/invoked.timestamp
      ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/out/
      ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/out/private.rs
      ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/output
      ./cargo-target/debug/build/quote-a7e35c59b67bb804/
      ./cargo-target/debug/build/quote-a7e35c59b67bb804/root-output
      ./cargo-target/debug/build/quote-a7e35c59b67bb804/stderr
      ./cargo-target/debug/build/quote-a7e35c59b67bb804/invoked.timestamp
      ./cargo-target/debug/build/quote-a7e35c59b67bb804/out/
      ./cargo-target/debug/build/quote-a7e35c59b67bb804/output
      ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/
      ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/root-output
      ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/stderr
      ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/invoked.timestamp
      ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/out/
      ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/output
      ./cargo-target/debug/build/zmij-e72495a7b11d41dc/
      ./cargo-target/debug/build/zmij-e72495a7b11d41dc/root-output
      ./cargo-target/debug/build/zmij-e72495a7b11d41dc/stderr
      ./cargo-target/debug/build/zmij-e72495a7b11d41dc/invoked.timestamp
      ./cargo-target/debug/build/zmij-e72495a7b11d41dc/out/
      ./cargo-target/debug/build/zmij-e72495a7b11d41dc/output
      ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/
      ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/root-output
      ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/stderr
      ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/invoked.timestamp
      ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/out/
      ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/out/private.rs
      ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/output
      ./cargo-target/debug/build/serde_json-d93e2101947be180/
      ./cargo-target/debug/build/serde_json-d93e2101947be180/build-script-build
      ./cargo-target/debug/build/serde_json-d93e2101947be180/build_script_build-d93e2101947be180
      ./cargo-target/debug/build/serde_json-d93e2101947be180/build_script_build-d93e2101947be180.d
      ./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/
      ./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/build-script-build
      ./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/build_script_build-cad29f225c08c9de.d
      ./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/build_script_build-cad29f225c08c9de
      ./cargo-target/debug/build/rustix-d94b876d0044dacd/
      ./cargo-target/debug/build/rustix-d94b876d0044dacd/root-output
      ./cargo-target/debug/build/rustix-d94b876d0044dacd/stderr
      ./cargo-target/debug/build/rustix-d94b876d0044dacd/invoked.timestamp
      ./cargo-target/debug/build/rustix-d94b876d0044dacd/out/
      ./cargo-target/debug/build/rustix-d94b876d0044dacd/out/rustix_test_can_compile
      ./cargo-target/debug/build/rustix-d94b876d0044dacd/output
      ./cargo-target/debug/build/serde_core-15796e59bcea1517/
      ./cargo-target/debug/build/serde_core-15796e59bcea1517/build_script_build-15796e59bcea1517
      ./cargo-target/debug/build/serde_core-15796e59bcea1517/build-script-build
      ./cargo-target/debug/build/serde_core-15796e59bcea1517/build_script_build-15796e59bcea1517.d
      ./cargo-target/debug/build/quote-7311c8ec19e3ec40/
      ./cargo-target/debug/build/quote-7311c8ec19e3ec40/build_script_build-7311c8ec19e3ec40
      ./cargo-target/debug/build/quote-7311c8ec19e3ec40/build-script-build
      ./cargo-target/debug/build/quote-7311c8ec19e3ec40/build_script_build-7311c8ec19e3ec40.d
      ./cargo-target/debug/build/zmij-ef045e1f10ec3882/
      ./cargo-target/debug/build/zmij-ef045e1f10ec3882/build_script_build-ef045e1f10ec3882.d
      ./cargo-target/debug/build/zmij-ef045e1f10ec3882/build-script-build
      ./cargo-target/debug/build/zmij-ef045e1f10ec3882/build_script_build-ef045e1f10ec3882
      ./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/
      ./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/build-script-build
      ./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/build_script_build-41f5b6717bfaf0a0.d
      ./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/build_script_build-41f5b6717bfaf0a0
      ./cargo-target/debug/build/rustix-2057de68928b4f33/
      ./cargo-target/debug/build/rustix-2057de68928b4f33/build-script-build
      ./cargo-target/debug/build/rustix-2057de68928b4f33/build_script_build-2057de68928b4f33.d
      ./cargo-target/debug/build/rustix-2057de68928b4f33/build_script_build-2057de68928b4f33
      ./cargo-target/debug/filecount.d
      ./cargo-target/debug/incremental/
      ./cargo-target/debug/incremental/filecount-09ljh6edss13p/
      ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/
      ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/work-products.bin
      ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/query-cache.bin
      ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/dep-graph.bin
      ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy.lock
      ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hlrfai2y5i-0hw6c1e.lock
      ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hlrfai2y5i-0hw6c1e-8w1ougi6dklta6jsgjovn1ejo/
      ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hlrfai2y5i-0hw6c1e-8w1ougi6dklta6jsgjovn1ejo/work-products.bin
      ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hlrfai2y5i-0hw6c1e-8w1ougi6dklta6jsgjovn1ejo/query-cache.bin
      ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hlrfai2y5i-0hw6c1e-8w1ougi6dklta6jsgjovn1ejo/dep-graph.bin
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev.lock
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1v5cmqbytwgv3qrcfvq97t4q2.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/39b2r19rueesme5wxaekiv4ey.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4gpun5wrrvbyxncoux5jqvqj3.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1b4kugwjd254vmaut4gjr6bwf.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8z2ombrilcgoo94qi8t3d3upi.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2pmnha4p5olv34xuj7qtetqfs.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bpbcbehn7abylz62qoe23yx75.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2uf5ri4eqsgrc3a9hz6kityt8.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/499tu0tsa4j85onc61pxdcujm.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6uf2d9uwso220fjbx335mdj53.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bf7czx1a54d14h2035vlwx5ya.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/awx487b763l58hpr7mefxtxgh.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8ac5rw99vb2f5dypptuhapghk.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/3ndxm5octkrfknke0692dluc9.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dlm0amcvr6v8afwrad8mpdctj.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a8yjbfid3ue1p42lnuwfttva6.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0ugron1ij1frvpbx2akq6kmzv.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/esacx19qcejn927zvokbbb4qy.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/80u0wu4v5i109rs4c8pa5551h.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ar2y4ojqknkxswmzhxcbhod19.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5tne9ies2zf1xp4k4vb83dbjn.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5ykcoq4wwyg0175b2rb2vt07m.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5xa6i87y1r9yykkfv19mxw84i.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/308ghbyyfbv08twb27zph3l1h.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4mm1s00kptqnyqpfoiwsw2e77.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bo0ee5ypmmzssnlfduchw1owt.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/axepw7c0imbnfxduw2aufc7qr.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/20khnlyux5xpbntoi6sy4yd2q.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ca010hqhrvz7xuffekx5lsnoz.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/anbpr0b0n5tevm8c4n28as4sc.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ccb32161en9vvtyo1oylk14lb.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/alejo6yky3ttoxhf3w9bvj2or.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/d4sxebr9ff73pzbrbwkej729w.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dezu0neu7gqb4ezqva6oy8qml.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6a5d7d81d45dy7crwv0llui58.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a4fetmswi2qnbyjrp1mhf5141.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dbb308i80gtjej9f1lhnjvh8k.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7alb9ub47q78s3xgbhitcwza4.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6cf3b6b7xzz33pbikcrp7myuj.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/duo19gi5guegpyw0s7hdp2w5w.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/acomuvwi7wtrfxnczcsqwobbs.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/evj2o9iubk19q11bi1woh0alh.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0dz8a41qke0llahqk3d5ebxj4.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/f0c3l1e85mfaip3qdhii5t5p6.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/b0d48gh6rwhapyb4xrnun27es.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9bllklve89uhzrxlb30jdtj0a.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7s4rth6jnbxlrieavvsocev9e.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a85frv96m1scihpic8ne02tc4.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a1yrwdgxr8mxw53l3c9oz228v.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8vslxnohe97f8d0kb216z6hfs.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/44yghcewi22xouofxkbms21h1.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6n2jdugmxptfyad2nj8ckeco4.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0kvo9zwidbbi80elpiij36brw.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/eswr2c9186kvlbjk6zgzuc681.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6cfdnucee5oabkt6sj1tvlmpm.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/work-products.bin
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bz51jxce8sv01s0lgpsszjvpu.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7y1nvsevrnzn5jj9gkgborw6g.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c9qnckuv369d8bid1nkvmkyc3.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/query-cache.bin
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/76iqvj0us1isbpk6s61mz75ef.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/abbcyzkwiqa0sd853aa4de6lm.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8qwuw58801mn1tl33n051j1ck.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/czllvpsk8nn8vtq2zf5h3znis.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5mak1ydh783dc8usotjaj54dx.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/79yuxm1v7kzh3116eslk4k0oq.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4cipqtmgqem2zbdhhdpn5kxuz.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2kzfdte79ykzje83u5e0m7wzc.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a1gzo1lzwpv7cnle515ekjpni.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5wme9m4engb5guqnduepb96x4.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6e0mdp7q7usflwxl3dybkapuc.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/epy46wx146to9niz3trla2bn9.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9egnmpd0zub9ws4rtiozc38ef.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c0k9r3e9270dhkrnkmxpx93vq.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8ycehe0r6n4gd0n8u8qe28aml.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ch5nr8gr20hw7ui09j1v7i1ds.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/11dphnyh3o6tf0voqxqnlvgze.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5xl21jxiviiu8q7bh8kz5jql4.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1qf70z6bgfgx9ps7d2f7n11ak.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9q0578rvltw0vs142ejq995wb.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dep-graph.bin
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7ofbc9s5hkl5wheer5nj4y7ap.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/504dymql67jzf1sbl7vfk0u0k.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/71708mpeietiitb1qi9zdlpd8.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2zq5xglkeyyaw1o4ptgfvco4u.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4lmfdjntjwe6e2w4jlvq9n25w.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6xajr3k5e3md85k6g7jjdxefc.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c2nsc40b6ghfiimk26clfep2z.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/aq334ivi9xmzm965vclfca1q3.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0icxe7tp3tsyug6bygotc6y3x.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2g568g2hhlcaavns2ansl73xi.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/es2jgya4so963n4e8jiy6a459.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/3u0m3vjef33e2pe11wp16qxd8.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dfsi2ort9r3gpyk2ibrab7jgn.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dmzqcw3rxf0ie08tkosijggj6.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9lvxanu7r0bkk8pzl13hin7k0.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/cifasyuom0g4nkfme4dxezjy5.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1mw65vxnxb9a1lgim3tzylaqe.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/3ug0bsvixo20f272au8fvms5f.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7fb1mk0vsz0v93lazib4yohck.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ardjdyowh3qfti3esy81jzuy8.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0fr3352hvsg2g4xk1itc9syis.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/54jibrqgxliqv9nc306qjc8xr.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/cknnxasama73ns6u39mfmhzre.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c1je1uf2is8i5j0dja6bc2fsn.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0i7o4mj0jymqyrc81l66203zf.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46.lock
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1v5cmqbytwgv3qrcfvq97t4q2.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/39b2r19rueesme5wxaekiv4ey.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4gpun5wrrvbyxncoux5jqvqj3.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1b4kugwjd254vmaut4gjr6bwf.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8z2ombrilcgoo94qi8t3d3upi.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2pmnha4p5olv34xuj7qtetqfs.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bpbcbehn7abylz62qoe23yx75.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2uf5ri4eqsgrc3a9hz6kityt8.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/499tu0tsa4j85onc61pxdcujm.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6uf2d9uwso220fjbx335mdj53.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bf7czx1a54d14h2035vlwx5ya.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/awx487b763l58hpr7mefxtxgh.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8ac5rw99vb2f5dypptuhapghk.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/3ndxm5octkrfknke0692dluc9.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dlm0amcvr6v8afwrad8mpdctj.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a8yjbfid3ue1p42lnuwfttva6.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0ugron1ij1frvpbx2akq6kmzv.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/esacx19qcejn927zvokbbb4qy.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/80u0wu4v5i109rs4c8pa5551h.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ar2y4ojqknkxswmzhxcbhod19.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5tne9ies2zf1xp4k4vb83dbjn.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5ykcoq4wwyg0175b2rb2vt07m.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5xa6i87y1r9yykkfv19mxw84i.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/308ghbyyfbv08twb27zph3l1h.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4mm1s00kptqnyqpfoiwsw2e77.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bo0ee5ypmmzssnlfduchw1owt.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/axepw7c0imbnfxduw2aufc7qr.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/20khnlyux5xpbntoi6sy4yd2q.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ca010hqhrvz7xuffekx5lsnoz.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/anbpr0b0n5tevm8c4n28as4sc.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ccb32161en9vvtyo1oylk14lb.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/alejo6yky3ttoxhf3w9bvj2or.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/d4sxebr9ff73pzbrbwkej729w.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dezu0neu7gqb4ezqva6oy8qml.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6a5d7d81d45dy7crwv0llui58.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a4fetmswi2qnbyjrp1mhf5141.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dbb308i80gtjej9f1lhnjvh8k.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7alb9ub47q78s3xgbhitcwza4.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6cf3b6b7xzz33pbikcrp7myuj.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/duo19gi5guegpyw0s7hdp2w5w.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/acomuvwi7wtrfxnczcsqwobbs.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/evj2o9iubk19q11bi1woh0alh.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0dz8a41qke0llahqk3d5ebxj4.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/f0c3l1e85mfaip3qdhii5t5p6.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/b0d48gh6rwhapyb4xrnun27es.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9bllklve89uhzrxlb30jdtj0a.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7s4rth6jnbxlrieavvsocev9e.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a85frv96m1scihpic8ne02tc4.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a1yrwdgxr8mxw53l3c9oz228v.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8vslxnohe97f8d0kb216z6hfs.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/44yghcewi22xouofxkbms21h1.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6n2jdugmxptfyad2nj8ckeco4.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0kvo9zwidbbi80elpiij36brw.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/eswr2c9186kvlbjk6zgzuc681.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6cfdnucee5oabkt6sj1tvlmpm.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/work-products.bin
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bz51jxce8sv01s0lgpsszjvpu.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7y1nvsevrnzn5jj9gkgborw6g.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c9qnckuv369d8bid1nkvmkyc3.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/query-cache.bin
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/76iqvj0us1isbpk6s61mz75ef.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/abbcyzkwiqa0sd853aa4de6lm.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8qwuw58801mn1tl33n051j1ck.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/czllvpsk8nn8vtq2zf5h3znis.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5mak1ydh783dc8usotjaj54dx.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/79yuxm1v7kzh3116eslk4k0oq.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4cipqtmgqem2zbdhhdpn5kxuz.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2kzfdte79ykzje83u5e0m7wzc.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a1gzo1lzwpv7cnle515ekjpni.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5wme9m4engb5guqnduepb96x4.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6e0mdp7q7usflwxl3dybkapuc.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/epy46wx146to9niz3trla2bn9.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9egnmpd0zub9ws4rtiozc38ef.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c0k9r3e9270dhkrnkmxpx93vq.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8ycehe0r6n4gd0n8u8qe28aml.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ch5nr8gr20hw7ui09j1v7i1ds.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/11dphnyh3o6tf0voqxqnlvgze.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5xl21jxiviiu8q7bh8kz5jql4.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1qf70z6bgfgx9ps7d2f7n11ak.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9q0578rvltw0vs142ejq995wb.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dep-graph.bin
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7ofbc9s5hkl5wheer5nj4y7ap.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/504dymql67jzf1sbl7vfk0u0k.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/71708mpeietiitb1qi9zdlpd8.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2zq5xglkeyyaw1o4ptgfvco4u.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4lmfdjntjwe6e2w4jlvq9n25w.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6xajr3k5e3md85k6g7jjdxefc.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c2nsc40b6ghfiimk26clfep2z.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/aq334ivi9xmzm965vclfca1q3.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0icxe7tp3tsyug6bygotc6y3x.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2g568g2hhlcaavns2ansl73xi.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/es2jgya4so963n4e8jiy6a459.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/3u0m3vjef33e2pe11wp16qxd8.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dfsi2ort9r3gpyk2ibrab7jgn.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dmzqcw3rxf0ie08tkosijggj6.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9lvxanu7r0bkk8pzl13hin7k0.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/cifasyuom0g4nkfme4dxezjy5.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1mw65vxnxb9a1lgim3tzylaqe.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/3ug0bsvixo20f272au8fvms5f.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7fb1mk0vsz0v93lazib4yohck.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ardjdyowh3qfti3esy81jzuy8.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0fr3352hvsg2g4xk1itc9syis.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/54jibrqgxliqv9nc306qjc8xr.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/cknnxasama73ns6u39mfmhzre.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c1je1uf2is8i5j0dja6bc2fsn.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0i7o4mj0jymqyrc81l66203zf.o
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/a4lny3pgx6zyqobiexzbuqocc.o
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/7wwcndi7fkpr11mqho1v8q46d.o
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/4it2w4qp9pqfx1olnjtl4lk86.o
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/4fxhldviy5of1phoquypz3269.o
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/work-products.bin
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/query-cache.bin
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/dep-graph.bin
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/88wyhqzkwmi70ooofsv89aw3o.o
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/a4lny3pgx6zyqobiexzbuqocc.o
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/7wwcndi7fkpr11mqho1v8q46d.o
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/4it2w4qp9pqfx1olnjtl4lk86.o
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/4fxhldviy5of1phoquypz3269.o
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/work-products.bin
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/query-cache.bin
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/dep-graph.bin
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/88wyhqzkwmi70ooofsv89aw3o.o
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk.lock
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d.lock
      ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/
      ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hlrfai30g6-1xsuqp3.lock
      ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hlrfai30g6-1xsuqp3-728q9yrhov9a6yczzo9znkd75/
      ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hlrfai30g6-1xsuqp3-728q9yrhov9a6yczzo9znkd75/work-products.bin
      ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hlrfai30g6-1xsuqp3-728q9yrhov9a6yczzo9znkd75/query-cache.bin
      ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hlrfai30g6-1xsuqp3-728q9yrhov9a6yczzo9znkd75/dep-graph.bin
      ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/
      ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/work-products.bin
      ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/query-cache.bin
      ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/dep-graph.bin
      ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f.lock
      ./cargo-target/debug/.cargo-build-lock
      ./cargo-target/debug/deps/
      ./cargo-target/debug/deps/is_terminal_polyfill-9c7573639267fe8d.d
      ./cargo-target/debug/deps/libsame_file-4e4796d0efd5db1b.rlib
      ./cargo-target/debug/deps/libanstyle_parse-de7ba1ab5f110919.rlib
      ./cargo-target/debug/deps/libanstyle-717f8d844e892cbf.rlib
      ./cargo-target/debug/deps/quote-58c9686b0e89a703.d
      ./cargo-target/debug/deps/libc-e4e309fd9792fa72.d
      ./cargo-target/debug/deps/libanstream-b6ac5dcc1d25c2fe.rmeta
      ./cargo-target/debug/deps/libanstyle-e78a0849de95a740.rmeta
      ./cargo-target/debug/deps/libclap-f92b0b450e69f601.rmeta
      ./cargo-target/debug/deps/proc_macro2-17071dc385286db1.d
      ./cargo-target/debug/deps/libunicode_width-61c784d25cab2c40.rmeta
      ./cargo-target/debug/deps/libunicode_ident-4867c6df2646e718.rmeta
      ./cargo-target/debug/deps/strsim-350539075733e214.d
      ./cargo-target/debug/deps/same_file-94c88d1787851e6a.d
      ./cargo-target/debug/deps/libcolorchoice-3d676ec3ba8687db.rmeta
      ./cargo-target/debug/deps/same_file-4e4796d0efd5db1b.d
      ./cargo-target/debug/deps/walkdir-a9fe914427991f4e.d
      ./cargo-target/debug/deps/libserde_json-72d1003fb119d2db.rlib
      ./cargo-target/debug/deps/liblinux_raw_sys-2e7d774a4e4d5ff6.rlib
      ./cargo-target/debug/deps/libsame_file-94c88d1787851e6a.rmeta
      ./cargo-target/debug/deps/libportable_atomic-c68246ef83343abb.rmeta
      ./cargo-target/debug/deps/itoa-7685dba7fc388658.d
      ./cargo-target/debug/deps/unicode_width-5dcb97b189617948.d
      ./cargo-target/debug/deps/libwalkdir-a9fe914427991f4e.rmeta
      ./cargo-target/debug/deps/filecount-540e5c648d65f765.d
      ./cargo-target/debug/deps/libis_terminal_polyfill-9c7573639267fe8d.rmeta
      ./cargo-target/debug/deps/libbitflags-ca8c5e0086f3c3cf.rmeta
      ./cargo-target/debug/deps/bitflags-ef9541d159acadf6.d
      ./cargo-target/debug/deps/filecount-baedafc9954bfcb8.d
      ./cargo-target/debug/deps/walkdir-5340530dcf8bedaf.d
      ./cargo-target/debug/deps/clap_builder-e961d11c75aa25e0.d
      ./cargo-target/debug/deps/libcolorchoice-4b170734103dc5f0.rmeta
      ./cargo-target/debug/deps/unit_prefix-d2850f1a5392769e.d
      ./cargo-target/debug/deps/libanstyle_parse-6771b1bf6e984b17.rmeta
      ./cargo-target/debug/deps/libanstyle_query-198fbfe849ab02d0.rmeta
      ./cargo-target/debug/deps/indicatif-e8e827ff1c149eee.d
      ./cargo-target/debug/deps/anstream-b6ac5dcc1d25c2fe.d
      ./cargo-target/debug/deps/rustix-83d6e17a6e84a398.d
      ./cargo-target/debug/deps/anstyle_query-198fbfe849ab02d0.d
      ./cargo-target/debug/deps/rustix-0e92ee9bdef408d9.d
      ./cargo-target/debug/deps/serde-1f84ea849cb28baa.d
      ./cargo-target/debug/deps/once_cell-6d84a9d35194e4b4.d
      ./cargo-target/debug/deps/libanstream-bf1aacbe7d54c374.rmeta
      ./cargo-target/debug/deps/libitoa-43444eaacc0727d6.rmeta
      ./cargo-target/debug/deps/clap_builder-3dc3f4f4110a1b3c.d
      ./cargo-target/debug/deps/libanstyle_parse-de7ba1ab5f110919.rmeta
      ./cargo-target/debug/deps/libcolorchoice-4b170734103dc5f0.rlib
      ./cargo-target/debug/deps/libitoa-43444eaacc0727d6.rlib
      ./cargo-target/debug/deps/libindicatif-e8e827ff1c149eee.rlib
      ./cargo-target/debug/deps/libquote-58c9686b0e89a703.rlib
      ./cargo-target/debug/deps/colorchoice-4b170734103dc5f0.d
      ./cargo-target/debug/deps/libterminal_size-88321ec22adc71e4.rmeta
      ./cargo-target/debug/deps/libunicode_width-5dcb97b189617948.rlib
      ./cargo-target/debug/deps/anstyle-717f8d844e892cbf.d
      ./cargo-target/debug/deps/libonce_cell-6d84a9d35194e4b4.rmeta
      ./cargo-target/debug/deps/libunicode_width-5dcb97b189617948.rmeta
      ./cargo-target/debug/deps/itoa-43444eaacc0727d6.d
      ./cargo-target/debug/deps/libserde_core-7369bbef0ddde4fa.rmeta
      ./cargo-target/debug/deps/bitflags-ca8c5e0086f3c3cf.d
      ./cargo-target/debug/deps/unit_prefix-661dc44c7e384825.d
      ./cargo-target/debug/deps/utf8parse-5c2360a30268ac05.d
      ./cargo-target/debug/deps/libmemchr-50f95ebf8aa3ed81.rmeta
      ./cargo-target/debug/deps/librustix-0e92ee9bdef408d9.rmeta
      ./cargo-target/debug/deps/libonce_cell-ca424a7c1403b4cb.rlib
      ./cargo-target/debug/deps/libclap-f92b0b450e69f601.rlib
      ./cargo-target/debug/deps/portable_atomic-c68246ef83343abb.d
      ./cargo-target/debug/deps/strsim-3f1ca007c91986d3.d
      ./cargo-target/debug/deps/libindicatif-40f5795ac8278760.rmeta
      ./cargo-target/debug/deps/libitoa-7685dba7fc388658.rmeta
      ./cargo-target/debug/deps/libonce_cell-ca424a7c1403b4cb.rmeta
      ./cargo-target/debug/deps/libclap_builder-e961d11c75aa25e0.rlib
      ./cargo-target/debug/deps/libportable_atomic-1d49fff76bae0776.rlib
      ./cargo-target/debug/deps/filecount-540e5c648d65f765
      ./cargo-target/debug/deps/indicatif-40f5795ac8278760.d
      ./cargo-target/debug/deps/libanstyle_query-a513904800864744.rmeta
      ./cargo-target/debug/deps/libanstyle_query-a513904800864744.rlib
      ./cargo-target/debug/deps/libanstream-b6ac5dcc1d25c2fe.rlib
      ./cargo-target/debug/deps/libconsole-130ca6e9cf03cd4e.rmeta
      ./cargo-target/debug/deps/liblibc-51af4c07ef0369c3.rlib
      ./cargo-target/debug/deps/filecount-3fabc278663dcb7a
      ./cargo-target/debug/deps/libstrsim-3f1ca007c91986d3.rmeta
      ./cargo-target/debug/deps/libheck-9e7d86b5b43a0416.rlib
      ./cargo-target/debug/deps/libmemchr-758d26ba49117321.rlib
      ./cargo-target/debug/deps/librustix-0e92ee9bdef408d9.rlib
      ./cargo-target/debug/deps/libclap_derive-4d19da3e6e3666b8.so
      ./cargo-target/debug/deps/libzmij-2f285f973c7aee55.rmeta
      ./cargo-target/debug/deps/libwalkdir-5340530dcf8bedaf.rmeta
      ./cargo-target/debug/deps/clap_lex-b0ffff2ebc0cd617.d
      ./cargo-target/debug/deps/anstyle_query-a513904800864744.d
      ./cargo-target/debug/deps/memchr-50f95ebf8aa3ed81.d
      ./cargo-target/debug/deps/syn-00944c1069f5fa82.d
      ./cargo-target/debug/deps/libserde-6c6a1007c8b0b81d.rmeta
      ./cargo-target/debug/deps/libunit_prefix-661dc44c7e384825.rlib
      ./cargo-target/debug/deps/liblibc-51af4c07ef0369c3.rmeta
      ./cargo-target/debug/deps/libunit_prefix-661dc44c7e384825.rmeta
      ./cargo-target/debug/deps/zmij-75872c2fcc3f1638.d
      ./cargo-target/debug/deps/libis_terminal_polyfill-cec1cb8ad672ff05.rmeta
      ./cargo-target/debug/deps/libstrsim-350539075733e214.rmeta
      ./cargo-target/debug/deps/console-0dc3733b9fceec3c.d
      ./cargo-target/debug/deps/terminal_size-d215978d50643888.d
      ./cargo-target/debug/deps/libserde_json-72d1003fb119d2db.rmeta
      ./cargo-target/debug/deps/libutf8parse-5c2360a30268ac05.rmeta
      ./cargo-target/debug/deps/liblinux_raw_sys-b45069db06ed8eb3.rmeta
      ./cargo-target/debug/deps/anstream-bf1aacbe7d54c374.d
      ./cargo-target/debug/deps/once_cell-ca424a7c1403b4cb.d
      ./cargo-target/debug/deps/anstyle_parse-6771b1bf6e984b17.d
      ./cargo-target/debug/deps/libserde_derive-6ef9bf0fa671d689.so
      ./cargo-target/debug/deps/clap-f92b0b450e69f601.d
      ./cargo-target/debug/deps/filecount-03faf0db0aabb720.d
      ./cargo-target/debug/deps/unicode_width-61c784d25cab2c40.d
      ./cargo-target/debug/deps/is_terminal_polyfill-cec1cb8ad672ff05.d
      ./cargo-target/debug/deps/libc-51af4c07ef0369c3.d
      ./cargo-target/debug/deps/libfilecount-03faf0db0aabb720.rmeta
      ./cargo-target/debug/deps/libbitflags-ca8c5e0086f3c3cf.rlib
      ./cargo-target/debug/deps/libproc_macro2-17071dc385286db1.rlib
      ./cargo-target/debug/deps/libconsole-0dc3733b9fceec3c.rmeta
      ./cargo-target/debug/deps/console-130ca6e9cf03cd4e.d
      ./cargo-target/debug/deps/libserde-6c6a1007c8b0b81d.rlib
      ./cargo-target/debug/deps/libzmij-2f285f973c7aee55.rlib
      ./cargo-target/debug/deps/clap-c7f13c470629d00c.d
      ./cargo-target/debug/deps/libquote-58c9686b0e89a703.rmeta
      ./cargo-target/debug/deps/serde-6c6a1007c8b0b81d.d
      ./cargo-target/debug/deps/libmemchr-758d26ba49117321.rmeta
      ./cargo-target/debug/deps/libclap-c7f13c470629d00c.rmeta
      ./cargo-target/debug/deps/libanstyle-717f8d844e892cbf.rmeta
      ./cargo-target/debug/deps/libserde_core-c315f8adcc0781da.rlib
      ./cargo-target/debug/deps/serde_core-c315f8adcc0781da.d
      ./cargo-target/debug/deps/liblinux_raw_sys-2e7d774a4e4d5ff6.rmeta
      ./cargo-target/debug/deps/filecount-3fabc278663dcb7a.d
      ./cargo-target/debug/deps/libserde_core-c315f8adcc0781da.rmeta
      ./cargo-target/debug/deps/libclap_builder-e961d11c75aa25e0.rmeta
      ./cargo-target/debug/deps/terminal_size-88321ec22adc71e4.d
      ./cargo-target/debug/deps/libterminal_size-d215978d50643888.rmeta
      ./cargo-target/debug/deps/libis_terminal_polyfill-cec1cb8ad672ff05.rlib
      ./cargo-target/debug/deps/libsyn-00944c1069f5fa82.rmeta
      ./cargo-target/debug/deps/libclap_lex-b0ffff2ebc0cd617.rmeta
      ./cargo-target/debug/deps/libconsole-130ca6e9cf03cd4e.rlib
      ./cargo-target/debug/deps/libzmij-75872c2fcc3f1638.rmeta
      ./cargo-target/debug/deps/serde_derive-6ef9bf0fa671d689.d
      ./cargo-target/debug/deps/libclap_lex-a37efa45f4c66e07.rlib
      ./cargo-target/debug/deps/libserde_json-a3ee79e5afaaf4fe.rmeta
      ./cargo-target/debug/deps/libterminal_size-d215978d50643888.rlib
      ./cargo-target/debug/deps/libclap_lex-a37efa45f4c66e07.rmeta
      ./cargo-target/debug/deps/librustix-83d6e17a6e84a398.rmeta
      ./cargo-target/debug/deps/portable_atomic-1d49fff76bae0776.d
      ./cargo-target/debug/deps/serde_json-a3ee79e5afaaf4fe.d
      ./cargo-target/debug/deps/libunicode_ident-4867c6df2646e718.rlib
      ./cargo-target/debug/deps/colorchoice-3d676ec3ba8687db.d
      ./cargo-target/debug/deps/clap_derive-4d19da3e6e3666b8.d
      ./cargo-target/debug/deps/zmij-2f285f973c7aee55.d
      ./cargo-target/debug/deps/libbitflags-ef9541d159acadf6.rmeta
      ./cargo-target/debug/deps/libunit_prefix-d2850f1a5392769e.rmeta
      ./cargo-target/debug/deps/libportable_atomic-1d49fff76bae0776.rmeta
      ./cargo-target/debug/deps/libheck-9e7d86b5b43a0416.rmeta
      ./cargo-target/debug/deps/unicode_ident-4867c6df2646e718.d
      ./cargo-target/debug/deps/libutf8parse-cb3c3b5db9af1162.rlib
      ./cargo-target/debug/deps/linux_raw_sys-2e7d774a4e4d5ff6.d
      ./cargo-target/debug/deps/libstrsim-3f1ca007c91986d3.rlib
      ./cargo-target/debug/deps/anstyle-e78a0849de95a740.d
      ./cargo-target/debug/deps/utf8parse-cb3c3b5db9af1162.d
      ./cargo-target/debug/deps/libclap_builder-3dc3f4f4110a1b3c.rmeta
      ./cargo-target/debug/deps/liblibc-e4e309fd9792fa72.rmeta
      ./cargo-target/debug/deps/serde_core-7369bbef0ddde4fa.d
      ./cargo-target/debug/deps/libserde-1f84ea849cb28baa.rmeta
      ./cargo-target/debug/deps/linux_raw_sys-b45069db06ed8eb3.d
      ./cargo-target/debug/deps/anstyle_parse-de7ba1ab5f110919.d
      ./cargo-target/debug/deps/serde_json-72d1003fb119d2db.d
      ./cargo-target/debug/deps/memchr-758d26ba49117321.d
      ./cargo-target/debug/deps/libsyn-00944c1069f5fa82.rlib
      ./cargo-target/debug/deps/heck-9e7d86b5b43a0416.d
      ./cargo-target/debug/deps/clap_lex-a37efa45f4c66e07.d
      ./cargo-target/debug/deps/libutf8parse-cb3c3b5db9af1162.rmeta
      ./cargo-target/debug/deps/libproc_macro2-17071dc385286db1.rmeta
      ./cargo-target/debug/deps/libindicatif-e8e827ff1c149eee.rmeta
      ./cargo-target/debug/deps/libfilecount-baedafc9954bfcb8.rmeta
      ./cargo-target/debug/deps/libwalkdir-5340530dcf8bedaf.rlib
      ./cargo-target/debug/deps/libsame_file-4e4796d0efd5db1b.rmeta
      ./cargo-target/debug/.cargo-lock
      ./cargo-target/debug/filecount
      ./cargo-target/debug/examples/
      ./cargo-target/CACHEDIR.TAG
      ./cargo-target/.rustc_info.json
      ./cargo-target/release/
      ./cargo-target/release/.cargo-artifact-lock
      ./cargo-target/release/.fingerprint/
      ./cargo-target/release/.fingerprint/quote-6ab7b92ec066407a/
      ./cargo-target/release/.fingerprint/quote-6ab7b92ec066407a/run-build-script-build-script-build
      ./cargo-target/release/.fingerprint/quote-6ab7b92ec066407a/run-build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/
      ./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/dep-build-script-build-script-build
      ./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/invoked.timestamp
      ./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/build-script-build-script-build
      ./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/
      ./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/dep-lib-terminal_size
      ./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/invoked.timestamp
      ./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/lib-terminal_size.json
      ./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/lib-terminal_size
      ./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/
      ./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/dep-build-script-build-script-build
      ./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/invoked.timestamp
      ./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/build-script-build-script-build
      ./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/
      ./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/lib-clap_derive.json
      ./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/lib-clap_derive
      ./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/invoked.timestamp
      ./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/dep-lib-clap_derive
      ./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/
      ./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/lib-proc_macro2.json
      ./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/lib-proc_macro2
      ./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/invoked.timestamp
      ./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/dep-lib-proc_macro2
      ./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/
      ./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/lib-clap_builder.json
      ./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/dep-lib-clap_builder
      ./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/invoked.timestamp
      ./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/lib-clap_builder
      ./cargo-target/release/.fingerprint/zmij-b55fa271062ab0ce/
      ./cargo-target/release/.fingerprint/zmij-b55fa271062ab0ce/run-build-script-build-script-build
      ./cargo-target/release/.fingerprint/zmij-b55fa271062ab0ce/run-build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/
      ./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/lib-once_cell
      ./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/dep-lib-once_cell
      ./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/invoked.timestamp
      ./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/lib-once_cell.json
      ./cargo-target/release/.fingerprint/serde-3629bc852049c1da/
      ./cargo-target/release/.fingerprint/serde-3629bc852049c1da/dep-lib-serde
      ./cargo-target/release/.fingerprint/serde-3629bc852049c1da/invoked.timestamp
      ./cargo-target/release/.fingerprint/serde-3629bc852049c1da/lib-serde
      ./cargo-target/release/.fingerprint/serde-3629bc852049c1da/lib-serde.json
      ./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/
      ./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/lib-serde_core.json
      ./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/lib-serde_core
      ./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/invoked.timestamp
      ./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/dep-lib-serde_core
      ./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/
      ./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/dep-lib-syn
      ./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/lib-syn.json
      ./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/lib-syn
      ./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/invoked.timestamp
      ./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/
      ./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/dep-build-script-build-script-build
      ./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/invoked.timestamp
      ./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/build-script-build-script-build
      ./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/
      ./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/lib-unicode_width.json
      ./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/lib-unicode_width
      ./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/invoked.timestamp
      ./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/dep-lib-unicode_width
      ./cargo-target/release/.fingerprint/serde_json-ce199174567cb54e/
      ./cargo-target/release/.fingerprint/serde_json-ce199174567cb54e/run-build-script-build-script-build
      ./cargo-target/release/.fingerprint/serde_json-ce199174567cb54e/run-build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/
      ./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/dep-lib-utf8parse
      ./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/lib-utf8parse.json
      ./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/invoked.timestamp
      ./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/lib-utf8parse
      ./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/
      ./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/lib-quote
      ./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/invoked.timestamp
      ./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/dep-lib-quote
      ./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/lib-quote.json
      ./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/
      ./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/lib-clap
      ./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/lib-clap.json
      ./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/invoked.timestamp
      ./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/dep-lib-clap
      ./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/
      ./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/lib-anstyle_query.json
      ./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/invoked.timestamp
      ./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/dep-lib-anstyle_query
      ./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/lib-anstyle_query
      ./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/
      ./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/dep-build-script-build-script-build
      ./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/invoked.timestamp
      ./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/build-script-build-script-build
      ./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/
      ./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/lib-clap_lex.json
      ./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/lib-clap_lex
      ./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/invoked.timestamp
      ./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/dep-lib-clap_lex
      ./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/
      ./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/dep-lib-colorchoice
      ./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/lib-colorchoice.json
      ./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/invoked.timestamp
      ./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/lib-colorchoice
      ./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/
      ./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/lib-anstyle
      ./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/invoked.timestamp
      ./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/dep-lib-anstyle
      ./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/lib-anstyle.json
      ./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/
      ./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/lib-anstyle_parse.json
      ./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/invoked.timestamp
      ./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/lib-anstyle_parse
      ./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/dep-lib-anstyle_parse
      ./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/
      ./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/lib-heck.json
      ./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/dep-lib-heck
      ./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/lib-heck
      ./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/invoked.timestamp
      ./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/
      ./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/dep-lib-serde_json
      ./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/lib-serde_json
      ./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/invoked.timestamp
      ./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/lib-serde_json.json
      ./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/
      ./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/lib-same_file.json
      ./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/lib-same_file
      ./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/dep-lib-same_file
      ./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/invoked.timestamp
      ./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/
      ./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/dep-lib-bitflags
      ./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/invoked.timestamp
      ./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/lib-bitflags
      ./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/lib-bitflags.json
      ./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/
      ./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/lib-linux_raw_sys
      ./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/invoked.timestamp
      ./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/lib-linux_raw_sys.json
      ./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/dep-lib-linux_raw_sys
      ./cargo-target/release/.fingerprint/serde_core-453ccb314de1ceca/
      ./cargo-target/release/.fingerprint/serde_core-453ccb314de1ceca/run-build-script-build-script-build
      ./cargo-target/release/.fingerprint/serde_core-453ccb314de1ceca/run-build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/
      ./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/lib-unit_prefix
      ./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/dep-lib-unit_prefix
      ./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/invoked.timestamp
      ./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/lib-unit_prefix.json
      ./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/
      ./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/dep-lib-memchr
      ./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/lib-memchr
      ./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/lib-memchr.json
      ./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/invoked.timestamp
      ./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/
      ./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/lib-anstream.json
      ./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/dep-lib-anstream
      ./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/lib-anstream
      ./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/invoked.timestamp
      ./cargo-target/release/.fingerprint/libc-389560db9e61ef57/
      ./cargo-target/release/.fingerprint/libc-389560db9e61ef57/dep-build-script-build-script-build
      ./cargo-target/release/.fingerprint/libc-389560db9e61ef57/invoked.timestamp
      ./cargo-target/release/.fingerprint/libc-389560db9e61ef57/build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/libc-389560db9e61ef57/build-script-build-script-build
      ./cargo-target/release/.fingerprint/console-d431110703700aca/
      ./cargo-target/release/.fingerprint/console-d431110703700aca/dep-lib-console
      ./cargo-target/release/.fingerprint/console-d431110703700aca/lib-console.json
      ./cargo-target/release/.fingerprint/console-d431110703700aca/invoked.timestamp
      ./cargo-target/release/.fingerprint/console-d431110703700aca/lib-console
      ./cargo-target/release/.fingerprint/portable-atomic-0d9da4dfacec7eff/
      ./cargo-target/release/.fingerprint/portable-atomic-0d9da4dfacec7eff/run-build-script-build-script-build
      ./cargo-target/release/.fingerprint/portable-atomic-0d9da4dfacec7eff/run-build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/
      ./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/lib-zmij
      ./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/invoked.timestamp
      ./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/lib-zmij.json
      ./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/dep-lib-zmij
      ./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/
      ./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/dep-build-script-build-script-build
      ./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/invoked.timestamp
      ./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/build-script-build-script-build
      ./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/
      ./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/dep-lib-strsim
      ./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/invoked.timestamp
      ./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/lib-strsim
      ./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/lib-strsim.json
      ./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/
      ./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/dep-build-script-build-script-build
      ./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/invoked.timestamp
      ./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/build-script-build-script-build
      ./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/
      ./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/dep-build-script-build-script-build
      ./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/invoked.timestamp
      ./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/build-script-build-script-build
      ./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/
      ./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/invoked.timestamp
      ./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/lib-walkdir.json
      ./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/lib-walkdir
      ./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/dep-lib-walkdir
      ./cargo-target/release/.fingerprint/proc-macro2-31b138c731e29f26/
      ./cargo-target/release/.fingerprint/proc-macro2-31b138c731e29f26/run-build-script-build-script-build
      ./cargo-target/release/.fingerprint/proc-macro2-31b138c731e29f26/run-build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/libc-391a88266db9a2d2/
      ./cargo-target/release/.fingerprint/libc-391a88266db9a2d2/run-build-script-build-script-build
      ./cargo-target/release/.fingerprint/libc-391a88266db9a2d2/run-build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/
      ./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/dep-build-script-build-script-build
      ./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/invoked.timestamp
      ./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/build-script-build-script-build
      ./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/
      ./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/invoked.timestamp
      ./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/lib-indicatif.json
      ./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/lib-indicatif
      ./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/dep-lib-indicatif
      ./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/
      ./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/dep-lib-unicode_ident
      ./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/lib-unicode_ident
      ./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/invoked.timestamp
      ./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/lib-unicode_ident.json
      ./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/
      ./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/lib-serde_derive
      ./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/dep-lib-serde_derive
      ./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/lib-serde_derive.json
      ./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/invoked.timestamp
      ./cargo-target/release/.fingerprint/rustix-539e715fb9177003/
      ./cargo-target/release/.fingerprint/rustix-539e715fb9177003/run-build-script-build-script-build
      ./cargo-target/release/.fingerprint/rustix-539e715fb9177003/run-build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/
      ./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/dep-lib-portable_atomic
      ./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/invoked.timestamp
      ./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/lib-portable_atomic.json
      ./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/lib-portable_atomic
      ./cargo-target/release/.fingerprint/serde-86fab83030af3d1d/
      ./cargo-target/release/.fingerprint/serde-86fab83030af3d1d/run-build-script-build-script-build
      ./cargo-target/release/.fingerprint/serde-86fab83030af3d1d/run-build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/
      ./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/lib-itoa
      ./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/dep-lib-itoa
      ./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/invoked.timestamp
      ./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/lib-itoa.json
      ./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/
      ./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/dep-lib-is_terminal_polyfill
      ./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/invoked.timestamp
      ./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/lib-is_terminal_polyfill.json
      ./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/lib-is_terminal_polyfill
      ./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/
      ./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/lib-libc
      ./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/invoked.timestamp
      ./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/lib-libc.json
      ./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/dep-lib-libc
      ./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/
      ./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/dep-lib-rustix
      ./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/invoked.timestamp
      ./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/lib-rustix.json
      ./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/lib-rustix
      ./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/
      ./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/dep-bin-filecount
      ./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/bin-filecount
      ./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/invoked.timestamp
      ./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/bin-filecount.json
      ./cargo-target/release/build/
      ./cargo-target/release/build/quote-6ab7b92ec066407a/
      ./cargo-target/release/build/quote-6ab7b92ec066407a/root-output
      ./cargo-target/release/build/quote-6ab7b92ec066407a/stderr
      ./cargo-target/release/build/quote-6ab7b92ec066407a/invoked.timestamp
      ./cargo-target/release/build/quote-6ab7b92ec066407a/out/
      ./cargo-target/release/build/quote-6ab7b92ec066407a/output
      ./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/
      ./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/build-script-build
      ./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/build_script_build-3a9b45dfdb1c3cfb
      ./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/build_script_build-3a9b45dfdb1c3cfb.d
      ./cargo-target/release/build/serde_json-5b8acb2e93af171c/
      ./cargo-target/release/build/serde_json-5b8acb2e93af171c/build_script_build-5b8acb2e93af171c
      ./cargo-target/release/build/serde_json-5b8acb2e93af171c/build-script-build
      ./cargo-target/release/build/serde_json-5b8acb2e93af171c/build_script_build-5b8acb2e93af171c.d
      ./cargo-target/release/build/zmij-b55fa271062ab0ce/
      ./cargo-target/release/build/zmij-b55fa271062ab0ce/root-output
      ./cargo-target/release/build/zmij-b55fa271062ab0ce/stderr
      ./cargo-target/release/build/zmij-b55fa271062ab0ce/invoked.timestamp
      ./cargo-target/release/build/zmij-b55fa271062ab0ce/out/
      ./cargo-target/release/build/zmij-b55fa271062ab0ce/output
      ./cargo-target/release/build/rustix-5de9323b30dd8142/
      ./cargo-target/release/build/rustix-5de9323b30dd8142/build_script_build-5de9323b30dd8142
      ./cargo-target/release/build/rustix-5de9323b30dd8142/build_script_build-5de9323b30dd8142.d
      ./cargo-target/release/build/rustix-5de9323b30dd8142/build-script-build
      ./cargo-target/release/build/serde_json-ce199174567cb54e/
      ./cargo-target/release/build/serde_json-ce199174567cb54e/root-output
      ./cargo-target/release/build/serde_json-ce199174567cb54e/stderr
      ./cargo-target/release/build/serde_json-ce199174567cb54e/invoked.timestamp
      ./cargo-target/release/build/serde_json-ce199174567cb54e/out/
      ./cargo-target/release/build/serde_json-ce199174567cb54e/output
      ./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/
      ./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/build_script_build-78009b6b2755a3d8.d
      ./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/build-script-build
      ./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/build_script_build-78009b6b2755a3d8
      ./cargo-target/release/build/serde_core-453ccb314de1ceca/
      ./cargo-target/release/build/serde_core-453ccb314de1ceca/root-output
      ./cargo-target/release/build/serde_core-453ccb314de1ceca/stderr
      ./cargo-target/release/build/serde_core-453ccb314de1ceca/invoked.timestamp
      ./cargo-target/release/build/serde_core-453ccb314de1ceca/out/
      ./cargo-target/release/build/serde_core-453ccb314de1ceca/out/private.rs
      ./cargo-target/release/build/serde_core-453ccb314de1ceca/output
      ./cargo-target/release/build/libc-389560db9e61ef57/
      ./cargo-target/release/build/libc-389560db9e61ef57/build_script_build-389560db9e61ef57.d
      ./cargo-target/release/build/libc-389560db9e61ef57/build-script-build
      ./cargo-target/release/build/libc-389560db9e61ef57/build_script_build-389560db9e61ef57
      ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/
      ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/root-output
      ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/stderr
      ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/invoked.timestamp
      ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/out/
      ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/output
      ./cargo-target/release/build/quote-aff4c397d0dabeaa/
      ./cargo-target/release/build/quote-aff4c397d0dabeaa/build_script_build-aff4c397d0dabeaa.d
      ./cargo-target/release/build/quote-aff4c397d0dabeaa/build-script-build
      ./cargo-target/release/build/quote-aff4c397d0dabeaa/build_script_build-aff4c397d0dabeaa
      ./cargo-target/release/build/serde-b3a6a5f6be6dd29d/
      ./cargo-target/release/build/serde-b3a6a5f6be6dd29d/build-script-build
      ./cargo-target/release/build/serde-b3a6a5f6be6dd29d/build_script_build-b3a6a5f6be6dd29d
      ./cargo-target/release/build/serde-b3a6a5f6be6dd29d/build_script_build-b3a6a5f6be6dd29d.d
      ./cargo-target/release/build/portable-atomic-e222423cff2cd533/
      ./cargo-target/release/build/portable-atomic-e222423cff2cd533/build-script-build
      ./cargo-target/release/build/portable-atomic-e222423cff2cd533/build_script_build-e222423cff2cd533
      ./cargo-target/release/build/portable-atomic-e222423cff2cd533/build_script_build-e222423cff2cd533.d
      ./cargo-target/release/build/proc-macro2-31b138c731e29f26/
      ./cargo-target/release/build/proc-macro2-31b138c731e29f26/root-output
      ./cargo-target/release/build/proc-macro2-31b138c731e29f26/stderr
      ./cargo-target/release/build/proc-macro2-31b138c731e29f26/invoked.timestamp
      ./cargo-target/release/build/proc-macro2-31b138c731e29f26/out/
      ./cargo-target/release/build/proc-macro2-31b138c731e29f26/output
      ./cargo-target/release/build/libc-391a88266db9a2d2/
      ./cargo-target/release/build/libc-391a88266db9a2d2/root-output
      ./cargo-target/release/build/libc-391a88266db9a2d2/stderr
      ./cargo-target/release/build/libc-391a88266db9a2d2/invoked.timestamp
      ./cargo-target/release/build/libc-391a88266db9a2d2/out/
      ./cargo-target/release/build/libc-391a88266db9a2d2/output
      ./cargo-target/release/build/serde_core-239394e4c069d446/
      ./cargo-target/release/build/serde_core-239394e4c069d446/build_script_build-239394e4c069d446.d
      ./cargo-target/release/build/serde_core-239394e4c069d446/build_script_build-239394e4c069d446
      ./cargo-target/release/build/serde_core-239394e4c069d446/build-script-build
      ./cargo-target/release/build/rustix-539e715fb9177003/
      ./cargo-target/release/build/rustix-539e715fb9177003/root-output
      ./cargo-target/release/build/rustix-539e715fb9177003/stderr
      ./cargo-target/release/build/rustix-539e715fb9177003/invoked.timestamp
      ./cargo-target/release/build/rustix-539e715fb9177003/out/
      ./cargo-target/release/build/rustix-539e715fb9177003/out/rustix_test_can_compile
      ./cargo-target/release/build/rustix-539e715fb9177003/output
      ./cargo-target/release/build/serde-86fab83030af3d1d/
      ./cargo-target/release/build/serde-86fab83030af3d1d/root-output
      ./cargo-target/release/build/serde-86fab83030af3d1d/stderr
      ./cargo-target/release/build/serde-86fab83030af3d1d/invoked.timestamp
      ./cargo-target/release/build/serde-86fab83030af3d1d/out/
      ./cargo-target/release/build/serde-86fab83030af3d1d/out/private.rs
      ./cargo-target/release/build/serde-86fab83030af3d1d/output
      ./cargo-target/release/filecount.d
      ./cargo-target/release/incremental/
      ./cargo-target/release/.cargo-build-lock
      ./cargo-target/release/deps/
      ./cargo-target/release/deps/libunicode_width-ea74a36a53b64452.rmeta
      ./cargo-target/release/deps/proc_macro2-b9963ff11ae7668b.d
      ./cargo-target/release/deps/libserde-3629bc852049c1da.rmeta
      ./cargo-target/release/deps/libstrsim-d9554b4734921b7c.rmeta
      ./cargo-target/release/deps/libanstream-4ef7222b69d1da74.rmeta
      ./cargo-target/release/deps/anstyle-b25e69b984bcaa4a.d
      ./cargo-target/release/deps/liblibc-d08669cc7cb3b24b.rmeta
      ./cargo-target/release/deps/bitflags-84a8a53f920e85fb.d
      ./cargo-target/release/deps/liblibc-d08669cc7cb3b24b.rlib
      ./cargo-target/release/deps/terminal_size-a7f45f19706590f2.d
      ./cargo-target/release/deps/libonce_cell-26d30c93d8c7a2ae.rlib
      ./cargo-target/release/deps/libheck-313a2ad31909d0ad.rlib
      ./cargo-target/release/deps/clap_derive-8a179cbf9e32af15.d
      ./cargo-target/release/deps/libunicode_ident-dbdd73b4c82907f6.rmeta
      ./cargo-target/release/deps/libportable_atomic-df4d6b6423a57b4c.rlib
      ./cargo-target/release/deps/itoa-5a7ece7454b24b24.d
      ./cargo-target/release/deps/libwalkdir-7905677f597ec379.rmeta
      ./cargo-target/release/deps/libutf8parse-e5c779f350c6b992.rmeta
      ./cargo-target/release/deps/libconsole-d431110703700aca.rlib
      ./cargo-target/release/deps/libmemchr-0f3fa92d3d0fbb17.rlib
      ./cargo-target/release/deps/libc-d08669cc7cb3b24b.d
      ./cargo-target/release/deps/console-d431110703700aca.d
      ./cargo-target/release/deps/is_terminal_polyfill-d28475b24725bf33.d
      ./cargo-target/release/deps/libcolorchoice-9cc885dc20138687.rlib
      ./cargo-target/release/deps/libutf8parse-e5c779f350c6b992.rlib
      ./cargo-target/release/deps/libserde_json-2f74d718813f54f5.rmeta
      ./cargo-target/release/deps/rustix-67750beee1ec3fd7.d
      ./cargo-target/release/deps/quote-ddea29ab556978ac.d
      ./cargo-target/release/deps/clap_builder-6a73b8b54ebec844.d
      ./cargo-target/release/deps/libclap_lex-20384d8ec24dace5.rmeta
      ./cargo-target/release/deps/memchr-0f3fa92d3d0fbb17.d
      ./cargo-target/release/deps/clap_lex-20384d8ec24dace5.d
      ./cargo-target/release/deps/libitoa-5a7ece7454b24b24.rlib
      ./cargo-target/release/deps/libsyn-b5617815f0a02c50.rmeta
      ./cargo-target/release/deps/libserde-3629bc852049c1da.rlib
      ./cargo-target/release/deps/libanstyle-b25e69b984bcaa4a.rmeta
      ./cargo-target/release/deps/colorchoice-9cc885dc20138687.d
      ./cargo-target/release/deps/serde_core-394e72e429afbbef.d
      ./cargo-target/release/deps/libanstyle_query-c3902ac7e5a9ff9c.rmeta
      ./cargo-target/release/deps/libitoa-5a7ece7454b24b24.rmeta
      ./cargo-target/release/deps/libzmij-4ee6bdb28bb72843.rlib
      ./cargo-target/release/deps/libserde_json-2f74d718813f54f5.rlib
      ./cargo-target/release/deps/serde_derive-a4d68b660f21d9a1.d
      ./cargo-target/release/deps/libquote-ddea29ab556978ac.rlib
      ./cargo-target/release/deps/anstyle_parse-85e9f4b5cb1cf89e.d
      ./cargo-target/release/deps/filecount-ac2daad50651c2d5.d
      ./cargo-target/release/deps/libproc_macro2-b9963ff11ae7668b.rmeta
      ./cargo-target/release/deps/libquote-ddea29ab556978ac.rmeta
      ./cargo-target/release/deps/libclap_lex-20384d8ec24dace5.rlib
      ./cargo-target/release/deps/same_file-3ba7bddfadca5e94.d
      ./cargo-target/release/deps/liblinux_raw_sys-0d2d901aa4573cc3.rmeta
      ./cargo-target/release/deps/libsyn-b5617815f0a02c50.rlib
      ./cargo-target/release/deps/libserde_core-394e72e429afbbef.rlib
      ./cargo-target/release/deps/libunit_prefix-90ac74a1db971ce4.rmeta
      ./cargo-target/release/deps/heck-313a2ad31909d0ad.d
      ./cargo-target/release/deps/unit_prefix-90ac74a1db971ce4.d
      ./cargo-target/release/deps/serde-3629bc852049c1da.d
      ./cargo-target/release/deps/libanstream-4ef7222b69d1da74.rlib
      ./cargo-target/release/deps/libunicode_ident-dbdd73b4c82907f6.rlib
      ./cargo-target/release/deps/strsim-d9554b4734921b7c.d
      ./cargo-target/release/deps/libportable_atomic-df4d6b6423a57b4c.rmeta
      ./cargo-target/release/deps/libproc_macro2-b9963ff11ae7668b.rlib
      ./cargo-target/release/deps/librustix-67750beee1ec3fd7.rmeta
      ./cargo-target/release/deps/libcolorchoice-9cc885dc20138687.rmeta
      ./cargo-target/release/deps/libindicatif-42c43ffa084f5166.rlib
      ./cargo-target/release/deps/portable_atomic-df4d6b6423a57b4c.d
      ./cargo-target/release/deps/libconsole-d431110703700aca.rmeta
      ./cargo-target/release/deps/libserde_core-394e72e429afbbef.rmeta
      ./cargo-target/release/deps/libanstyle_parse-85e9f4b5cb1cf89e.rmeta
      ./cargo-target/release/deps/zmij-4ee6bdb28bb72843.d
      ./cargo-target/release/deps/serde_json-2f74d718813f54f5.d
      ./cargo-target/release/deps/libbitflags-84a8a53f920e85fb.rmeta
      ./cargo-target/release/deps/indicatif-42c43ffa084f5166.d
      ./cargo-target/release/deps/walkdir-7905677f597ec379.d
      ./cargo-target/release/deps/libindicatif-42c43ffa084f5166.rmeta
      ./cargo-target/release/deps/libterminal_size-a7f45f19706590f2.rmeta
      ./cargo-target/release/deps/libsame_file-3ba7bddfadca5e94.rlib
      ./cargo-target/release/deps/libclap_builder-6a73b8b54ebec844.rlib
      ./cargo-target/release/deps/libstrsim-d9554b4734921b7c.rlib
      ./cargo-target/release/deps/utf8parse-e5c779f350c6b992.d
      ./cargo-target/release/deps/once_cell-26d30c93d8c7a2ae.d
      ./cargo-target/release/deps/libclap_builder-6a73b8b54ebec844.rmeta
      ./cargo-target/release/deps/libis_terminal_polyfill-d28475b24725bf33.rmeta
      ./cargo-target/release/deps/libzmij-4ee6bdb28bb72843.rmeta
      ./cargo-target/release/deps/anstyle_query-c3902ac7e5a9ff9c.d
      ./cargo-target/release/deps/libheck-313a2ad31909d0ad.rmeta
      ./cargo-target/release/deps/libclap-cd4b757ce892d4bb.rlib
      ./cargo-target/release/deps/librustix-67750beee1ec3fd7.rlib
      ./cargo-target/release/deps/libanstyle_query-c3902ac7e5a9ff9c.rlib
      ./cargo-target/release/deps/libwalkdir-7905677f597ec379.rlib
      ./cargo-target/release/deps/linux_raw_sys-0d2d901aa4573cc3.d
      ./cargo-target/release/deps/libbitflags-84a8a53f920e85fb.rlib
      ./cargo-target/release/deps/syn-b5617815f0a02c50.d
      ./cargo-target/release/deps/libmemchr-0f3fa92d3d0fbb17.rmeta
      ./cargo-target/release/deps/libsame_file-3ba7bddfadca5e94.rmeta
      ./cargo-target/release/deps/libanstyle_parse-85e9f4b5cb1cf89e.rlib
      ./cargo-target/release/deps/libclap_derive-8a179cbf9e32af15.so
      ./cargo-target/release/deps/unicode_width-ea74a36a53b64452.d
      ./cargo-target/release/deps/libserde_derive-a4d68b660f21d9a1.so
      ./cargo-target/release/deps/libterminal_size-a7f45f19706590f2.rlib
      ./cargo-target/release/deps/anstream-4ef7222b69d1da74.d
      ./cargo-target/release/deps/libonce_cell-26d30c93d8c7a2ae.rmeta
      ./cargo-target/release/deps/liblinux_raw_sys-0d2d901aa4573cc3.rlib
      ./cargo-target/release/deps/libunit_prefix-90ac74a1db971ce4.rlib
      ./cargo-target/release/deps/unicode_ident-dbdd73b4c82907f6.d
      ./cargo-target/release/deps/filecount-ac2daad50651c2d5
      ./cargo-target/release/deps/libclap-cd4b757ce892d4bb.rmeta
      ./cargo-target/release/deps/libanstyle-b25e69b984bcaa4a.rlib
      ./cargo-target/release/deps/clap-cd4b757ce892d4bb.d
      ./cargo-target/release/deps/libis_terminal_polyfill-d28475b24725bf33.rlib
      ./cargo-target/release/deps/libunicode_width-ea74a36a53b64452.rlib
      ./cargo-target/release/.cargo-lock
      ./cargo-target/release/filecount
      ./cargo-target/release/examples/
      
    • Stderr
  105. 12965 ms: Action succeeded: tar_create
    - action: tar_create
      archive: /dev/vde
      directory: /ci/cache
    
  106. 12965 ms: Trace: Execute action
    TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
  107. 12966 ms: Trace: Start program tar
    Command {
        program: "tar",
        args: [
            "tar",
            "-cvf",
            "/dev/vdd",
            "-C",
            "/ci/artifacts",
            ".",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            ".",
        ),
        create_pidfd: false,
    }
  108. 12972 ms: Program succeeded: tar
    • Exit code: 0
    • Stdout
      ./
      ./rsync/
      ./debian/
      
    • Stderr
  109. 12972 ms: Action succeeded: tar_create
    - action: tar_create
      archive: /dev/vdd
      directory: /ci/artifacts
    
  110. 12972 ms: Trace: Execute action
    TarCreate(
        TarCreate {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
  111. 12973 ms: Trace: Start program tar
    Command {
        program: "tar",
        args: [
            "tar",
            "-cvf",
            "/dev/vdf",
            "-C",
            "/ci/deps",
            ".",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            ".",
        ),
        create_pidfd: false,
    }
  112. 14207 ms: Program succeeded: tar
    • Exit code: 0
    • Stdout
      ./
      ./.package-cache
      ./registry/
      ./registry/cache/
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/serde-1.0.228.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/quote-1.0.42.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/console-0.16.2.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/heck-0.5.0.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/errno-0.3.14.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/libc-0.2.178.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/syn-2.0.111.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/clap-4.5.53.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0.crate
      ./registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108.crate
      ./registry/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.github/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.github/workflows/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.github/workflows/publish.yaml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.github/workflows/main.yaml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.github/dependabot.yml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/CHANGELOG.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.gitignore
      ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/tests/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/tests/xcrate.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/rustfmt.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/.ignore
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/cow.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/macros.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/vector.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/ext.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memmem/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memmem/searcher.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memmem/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/memchr/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/memchr/naive.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/memchr/prop.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/memchr/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/packedpair.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/substring/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/substring/naive.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/substring/prop.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/substring/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memchr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/wasm32/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/wasm32/simd128/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/wasm32/simd128/memchr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/wasm32/simd128/packedpair.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/wasm32/simd128/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/wasm32/memchr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/wasm32/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/memchr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/packedpair.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/twoway.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/rabinkarp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/shiftor.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/memchr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/packedpair/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/packedpair/default_rank.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/packedpair/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/aarch64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/aarch64/neon/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/aarch64/neon/memchr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/aarch64/neon/packedpair.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/aarch64/neon/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/aarch64/memchr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/aarch64/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/memchr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/packedpair.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/memchr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/packedpair.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/memchr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/.gitignore
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/COPYING
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/UNLICENSE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/.vim/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/.vim/coc-settings.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/CHANGELOG.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/windows_term/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/windows_term/colors.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/windows_term/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/kb.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/wasm_term.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/utils.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/ansi.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/unix_term.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/term.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/common_term.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/LICENSE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/build.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/lib/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/lib/windows.0.53.0.lib
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/readme.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/license-apache-2.0
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/license-mit
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/ORG_CODE_OF_CONDUCT.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/loop_device.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/btrfs.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/auxvec.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/ioctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/netlink.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/net.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/system.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/image.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/if_ether.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/mempolicy.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/if_arp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/xdp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/io_uring.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/if_packet.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/errno.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/landlock.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/elf_uapi.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/prctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/general.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/ptrace.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/bootparam.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/loop_device.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/btrfs.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/auxvec.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/ioctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/netlink.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/net.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/system.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/image.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/if_ether.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/mempolicy.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/if_arp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/xdp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/io_uring.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/if_packet.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/errno.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/landlock.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/elf_uapi.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/prctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/general.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/ptrace.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/bootparam.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/loop_device.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/btrfs.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/auxvec.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/ioctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/netlink.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/net.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/system.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/image.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/if_ether.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/mempolicy.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/if_arp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/xdp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/io_uring.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/if_packet.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/errno.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/landlock.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/elf_uapi.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/prctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/general.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/ptrace.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/bootparam.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/loop_device.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/btrfs.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/auxvec.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/ioctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/netlink.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/net.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/system.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/image.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/if_ether.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/mempolicy.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/if_arp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/xdp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/io_uring.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/if_packet.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/errno.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/landlock.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/elf_uapi.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/prctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/general.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/ptrace.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/bootparam.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/loop_device.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/btrfs.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/auxvec.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/ioctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/netlink.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/net.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/system.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/image.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/if_ether.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/mempolicy.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/if_arp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/xdp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/io_uring.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/if_packet.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/errno.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/landlock.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/elf_uapi.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/prctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/general.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/ptrace.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/bootparam.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/loop_device.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/btrfs.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/auxvec.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/ioctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/netlink.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/net.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/system.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/image.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/if_ether.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/mempolicy.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/if_arp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/xdp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/io_uring.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/if_packet.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/errno.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/landlock.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/elf_uapi.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/prctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/general.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/ptrace.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/bootparam.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/loop_device.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/btrfs.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/auxvec.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/ioctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/netlink.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/net.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/system.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/image.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/if_ether.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/mempolicy.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/if_arp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/xdp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/io_uring.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/if_packet.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/errno.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/landlock.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/elf_uapi.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/prctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/general.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/ptrace.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/bootparam.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/loop_device.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/btrfs.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/auxvec.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/ioctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/netlink.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/net.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/system.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/image.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/if_ether.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/mempolicy.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/if_arp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/xdp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/io_uring.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/if_packet.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/errno.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/landlock.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/elf_uapi.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/prctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/general.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/ptrace.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/bootparam.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/loop_device.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/btrfs.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/auxvec.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/ioctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/netlink.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/net.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/system.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/image.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/if_ether.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/mempolicy.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/if_arp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/xdp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/io_uring.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/if_packet.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/errno.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/landlock.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/elf_uapi.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/prctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/general.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/ptrace.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/bootparam.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/loop_device.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/btrfs.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/auxvec.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/ioctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/netlink.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/net.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/system.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/image.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/if_ether.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/mempolicy.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/if_arp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/xdp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/io_uring.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/if_packet.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/errno.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/landlock.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/elf_uapi.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/prctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/general.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/ptrace.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/bootparam.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/loop_device.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/btrfs.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/auxvec.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/ioctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/netlink.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/net.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/system.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/image.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/if_ether.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/mempolicy.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/if_arp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/xdp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/io_uring.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/if_packet.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/errno.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/landlock.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/elf_uapi.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/prctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/general.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/ptrace.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/bootparam.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/loop_device.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/btrfs.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/auxvec.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/ioctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/netlink.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/net.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/system.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/image.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/if_ether.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/mempolicy.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/if_arp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/xdp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/io_uring.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/if_packet.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/errno.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/landlock.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/elf_uapi.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/prctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/general.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/ptrace.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/bootparam.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/loop_device.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/btrfs.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/auxvec.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/ioctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/netlink.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/net.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/system.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/image.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/if_ether.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/mempolicy.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/if_arp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/xdp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/io_uring.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/if_packet.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/errno.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/landlock.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/elf_uapi.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/prctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/general.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/ptrace.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/bootparam.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/elf.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/loop_device.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/btrfs.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/auxvec.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/ioctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/netlink.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/net.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/system.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/image.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/if_ether.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/mempolicy.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/if_arp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/xdp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/io_uring.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/if_packet.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/errno.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/landlock.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/elf_uapi.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/prctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/general.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/ptrace.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/bootparam.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/loop_device.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/btrfs.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/auxvec.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/ioctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/netlink.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/net.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/system.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/image.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/if_ether.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/mempolicy.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/if_arp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/xdp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/io_uring.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/if_packet.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/errno.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/landlock.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/elf_uapi.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/prctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/general.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/ptrace.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/bootparam.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/loop_device.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/btrfs.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/auxvec.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/ioctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/netlink.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/net.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/system.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/image.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/if_ether.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/mempolicy.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/if_arp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/xdp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/io_uring.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/if_packet.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/errno.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/landlock.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/elf_uapi.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/prctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/general.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/ptrace.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/bootparam.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/loop_device.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/btrfs.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/auxvec.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/ioctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/netlink.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/net.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/system.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/image.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/if_ether.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/mempolicy.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/if_arp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/xdp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/io_uring.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/if_packet.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/errno.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/landlock.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/elf_uapi.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/prctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/general.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/ptrace.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/bootparam.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/loop_device.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/btrfs.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/auxvec.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/ioctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/netlink.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/net.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/system.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/image.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/if_ether.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/mempolicy.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/if_arp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/xdp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/io_uring.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/if_packet.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/errno.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/landlock.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/elf_uapi.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/prctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/general.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/ptrace.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/bootparam.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/COPYRIGHT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/CODE_OF_CONDUCT.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/LICENSE-Apache-2.0_WITH_LLVM-exception
      ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/.github/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/.github/workflows/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/.github/workflows/main.yml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/.github/dependabot.yml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/clippy.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/CHANGELOG.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/sys.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/windows.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/unix.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/hermit.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/wasi.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/.gitignore
      ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/scripts/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/scripts/unicode.py
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/src/tables.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/.gitignore
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/benches/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/benches/benches.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/COPYRIGHT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/tests/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/tests/tests.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/tests/emoji-test.txt
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/CHANGELOG.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/time/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/time/js.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/time/serde.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/time/system_time.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/time/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/time/instant.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/web.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/macros.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/color.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/effect.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/reset.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/style.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/examples/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/examples/dump-style.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/src/worker.js
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/state/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/state/table.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/state/codegen.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/state/definitions.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/state/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/params.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/examples/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/examples/parselog.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/src/sync/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/src/sync/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/ty.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/token.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/parse.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/punctuated.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/group.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/discouraged.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/derive.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/pat.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/macros.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/drops.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/parse_quote.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/expr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/export.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/lifetime.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/tt.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/fixup.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/generics.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/item.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/ext.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/spanned.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/op.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/visit_mut.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/token.css
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/debug.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/clone.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/visit.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/fold.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/hash.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/eq.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/path.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/whitespace.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/meta.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/data.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/span.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/sealed.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/precedence.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/lit.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/print.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/restriction.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/stmt.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/attr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/custom_keyword.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/parse_macro_input.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/bigint.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/mac.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/error.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/verbatim.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/custom_punctuation.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/ident.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/buffer.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/scan_expr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/lookahead.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/thread.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/file.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/classify.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/benches/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/benches/rust.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/benches/file.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_stmt.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_path.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_shebang.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_pat.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_generics.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_parse_buffer.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_round_trip.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/macros/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/macros/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_item.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_ident.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/debug/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/debug/gen.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/debug/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_token_trees.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/zzz_stable.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_parse_stream.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/repo/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/repo/progress.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/repo/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_punctuated.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_grouping.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_attribute.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_unparenthesize.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_derive_input.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/snapshot/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/snapshot/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_asyncness.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/regression/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/regression/issue1108.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/regression/issue1235.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_meta.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_receiver.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_precedence.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/regression.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_ty.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_lit.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_expr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/common/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/common/parse.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/common/visit.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/common/eq.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/common/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_size.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_visibility.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_parse_quote.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/.github/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/.github/workflows/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/.github/workflows/ci.yml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/rustfmt.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/util.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/tests/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/tests/util.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/tests/recursive.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/tests/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/error.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/dent.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/.gitignore
      ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/compare/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/compare/walk.py
      ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/compare/nftw.c
      ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/COPYING
      ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/UNLICENSE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/crates-io.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/private/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/private/string.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/private/doc.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/private/size_hint.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/private/seed.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/private/content.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/private/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/de/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/de/value.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/de/ignored_any.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/de/impls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/de/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/format.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/macros.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/std_error.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/ser/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/ser/fmt.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/ser/impossible.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/ser/impls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/ser/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/crate_root.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/integer128.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/.github/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/.github/workflows/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/.github/workflows/main.yml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/.github/dependabot.yml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/src/windows.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/src/unix.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/.gitignore
      ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/examples/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/examples/get_size.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/utils/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/utils/ty.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/utils/spanned.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/utils/doc_comments.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/utils/error.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/utils/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/macros.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/item.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/dummies.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/attr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/derives/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/derives/into_app.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/derives/parser.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/derives/value_enum.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/derives/args.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/derives/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/derives/subcommand.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/CHANGELOG.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/.gitignore
      ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/benches/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/benches/benches.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/SECURITY.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/.gitattributes
      ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/tests/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/tests/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/LICENSE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/.editorconfig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/src/windows.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/examples/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/examples/query.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/CHANGELOG.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/kebab.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/title.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/upper_camel.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/train.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/shouty_snake.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/shouty_kebab.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lower_camel.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/snake.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/.github/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/.github/FUNDING.yml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/.github/workflows/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/.github/workflows/ci.yml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/u128_ext.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/.gitignore
      ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/benches/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/benches/bench.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/tests/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/tests/test.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.github/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.github/FUNDING.yml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.github/workflows/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.github/workflows/ci.yml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/src/tables.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.gitignore
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/benches/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/benches/xid.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.gitattributes
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/LICENSE-UNICODE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/roaring/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/roaring/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/trie/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/trie/trie.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/trie/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/tables/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/tables/tables.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/tables/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/compare.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/fst/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/fst/xid_continue.fst
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/fst/xid_start.fst
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/fst/.gitignore
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/fst/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/static_size.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/crates-io.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/identifier.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/tuple.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_externally.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/unit.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_untagged.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_internally.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_adjacently.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/struct_.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/ser.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/this.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/bound.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/dummy.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/pretend.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/ctxt.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/ast.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/case.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/name.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/attr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/respan.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/check.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/receiver.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/symbol.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/fragment.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/deprecated.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/.github/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/.github/workflows/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/.github/workflows/ci.yml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/build.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/src/tests.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/src/traits.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/.gitignore
      ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/benches/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/benches/bench.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/tests/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/tests/test.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/tests/ryu_comparison.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/tests/exhaustive.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/.github/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/.github/FUNDING.yml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/.github/workflows/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/.github/workflows/ci.yml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/rustfmt.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/src/console.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/src/win.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/src/sysinfo.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/src/file.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/.gitignore
      ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/COPYING
      ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/UNLICENSE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/rustfmt.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/win.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/unix.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/unknown.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/.gitignore
      ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/COPYING
      ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/UNLICENSE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/examples/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/examples/is_stderr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/examples/is_same_file.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/build.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/CHANGES.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/CONTRIBUTING.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/ORG_CODE_OF_CONDUCT.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/fadvise.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/fd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/ioctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/at.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/constants.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/sendfile.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/xattr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/id.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/seek_from.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/abs.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/sync.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/inotify.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/statx.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/raw_dir.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/dir.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/getpath.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/memfd_create.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/fcntl_apple.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/special.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/fcopyfile.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/fcntl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/copy_file_range.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/openat2.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/makedev.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/ioctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/read_write.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/dup.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/errno.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/close.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/fcntl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/termios/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/termios/ioctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/termios/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/termios/tc.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/termios/tty.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/termios/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mm/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mm/userfaultfd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mm/msync.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mm/mmap.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mm/madvise.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mm/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/time/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/time/timerfd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/time/clock.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/time/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/rand/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/rand/getrandom.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/rand/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/signal.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/weak.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/pidfd_getfd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/exit.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/ioctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/umask.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/pivot_root.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/id.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/priority.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/rlimit.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/pidfd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/wait.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/kill.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/procctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/prctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/chdir.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/chroot.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/fcntl_getlk.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/pipe.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/msan.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/select.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/eventfd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/kqueue.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/poll.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/epoll.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/port.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/pause.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/param/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/param/auxv.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/param/init.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/param/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/shm.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/wsa.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/netdevice.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/socketpair.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/send_recv/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/send_recv/msg.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/send_recv/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/socket_addr_any.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/socket.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/addr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/sockopt.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/kernel_sigset.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/io/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/io/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/net/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/net/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/windows/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/windows/io/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/windows/io/raw.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/windows/io/socket.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/windows/io/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/windows/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/fd/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/fd/owned.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/fd/raw.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/fd/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/std/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/std/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ffi.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/check_types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/static_assertions.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/cstr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/pid.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/system.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/stdio.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/path/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/path/arg.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/path/dec_int.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/path/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/runtime.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/utils.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mount/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mount/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mount/fsopen.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mount/mount_unmount.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mount/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/fs/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/fs/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/fs/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/fs/inotify.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/fs/dir.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/fs/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/fs/makedev.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io/windows_syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io/errno.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/termios/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/termios/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/termios/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/termios/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mm/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mm/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mm/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mm/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/time/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/time/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/time/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/time/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/rand/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/rand/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/rand/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/rand/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/ugid/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/ugid/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/ugid/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/process/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/process/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/process/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/process/wait.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/process/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/event/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/event/windows_syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/event/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/event/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/event/epoll.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/event/poll_fd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/event/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/param/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/param/auxv.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/param/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/system/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/system/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/system/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/system/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/msghdr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/netdevice.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/ext.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/send_recv.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/read_sockaddr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/write_sockaddr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/addr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/sockopt.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/c.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pipe/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pipe/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pipe/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pipe/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/winsock_c.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/prctl/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/prctl/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/prctl/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mount/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mount/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mount/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mount/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/thread/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/thread/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/thread/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/thread/cpu_set.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/thread/futex.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/thread/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/conv.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/shm/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/shm/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/shm/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/shm/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io_uring/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io_uring/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io_uring/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pid/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pid/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pid/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pty/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pty/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pty/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/inotify.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/dir.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/makedev.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/errno.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/termios/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/termios/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/termios/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/termios/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mm/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mm/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mm/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mm/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/time/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/time/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/time/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/time/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/rand/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/rand/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/rand/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/rand/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/ugid/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/ugid/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/ugid/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/wait.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/epoll.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/poll_fd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/runtime/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/runtime/tls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/runtime/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/runtime/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/param/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/param/auxv.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/param/libc_auxv.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/param/init.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/param/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/system/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/system/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/system/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/system/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/msghdr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/netdevice.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/send_recv.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/read_sockaddr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/write_sockaddr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/addr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/sockopt.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/c.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/vdso.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pipe/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pipe/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pipe/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pipe/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/prctl/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/prctl/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/prctl/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/reg.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/vdso_wrappers.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mount/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mount/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mount/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mount/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/thread/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/thread/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/thread/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/thread/cpu_set.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/thread/futex.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/thread/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/conv.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/shm/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/shm/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/shm/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/shm/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io_uring/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io_uring/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io_uring/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/mips64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/riscv64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/arm.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/mips64r6.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/x86_64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/aarch64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/x86.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/powerpc.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/powerpc64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/mips.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/s390x.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/thumb.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/mips32r6.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pid/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pid/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pid/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pty/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pty/syscalls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pty/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/membarrier.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/sched.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/id.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/sched_yield.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/setns.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/libcap.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/clock.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/prctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/futex.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/not_implemented.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/timespec.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io_uring/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io_uring/bindgen_types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io_uring/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/bitcast.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/buffer.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/prctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ioctl/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ioctl/patterns.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ioctl/linux.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ioctl/bsd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ioctl/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/clockid.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/pty.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ugid.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/benches/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/benches/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/COPYRIGHT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/SECURITY.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/CODE_OF_CONDUCT.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/LICENSE-Apache-2.0_WITH_LLVM-exception
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/.github/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/.github/workflows/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/.github/workflows/rust.yml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/.github/dependabot.yml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/term_like.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/format.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/rayon.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/draw_target.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/multi.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/state.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/iter.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/style.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/in_memory.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/progress_bar.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/.gitignore
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/deny.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/tests/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/tests/render.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/tests/multi-autodrop.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/cargowrap.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/multi-tree.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/long-spinner.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/iterator.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/download.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/single.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/fastbar.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/cargo.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/multi.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/tokio.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/finebars.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/download-continued.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/morebars.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/download-speed.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/log.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/yarnish.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/multi-tree-ext.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/LICENSE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_faq.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/multicall_busybox.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/git.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/multicall_hostname.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/pacman.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/repl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/find.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/repl_derive.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/escaped_positional_derive.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/escaped_positional.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/cargo_example_derive.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/typed_derive.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/cargo_example.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/git_derive.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/bin/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/bin/stdio-fixture.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_concepts.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_features.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_derive/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_derive/_tutorial.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_derive/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_tutorial.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/cargo-example.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/02_apps.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_05_default_values.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_02_option_mult.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_03_positional.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_01_possible.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_04_subcommands.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_06_required.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_03_positional_mult.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_04_subcommands.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_01_flag_bool.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_02_option.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_01_flag_count.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_01_enum.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_04_custom.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/02_crate.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_01_flag_count.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/01_quick.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_03_relations.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/02_apps.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_02_option_mult.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/05_01_assert.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_06_required.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_01_flag_bool.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_01_possible.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/02_app_settings.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_05_default_values.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_02_parse.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_01_enum.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_02_option.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_02_parse.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_03_relations.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/01_quick.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/02_crate.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/02_app_settings.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_02_validate.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_04_custom.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_02_validate.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_03_positional_mult.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_03_positional.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/git-derive.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/multicall-busybox.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/git.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/02_apps.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_05_default_values.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_02_option_mult.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_03_positional.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_04_subcommands.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_03_positional_mult.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_04_subcommands.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_01_flag_bool.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_06_optional.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_02_option.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_01_flag_count.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_04_subcommands_alt.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_01_enum.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_04_custom.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/02_crate.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_01_flag_count.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/01_quick.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_03_relations.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/02_apps.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_02_option_mult.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/05_01_assert.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_01_flag_bool.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/02_app_settings.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_05_default_values.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_02_parse.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_01_enum.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_02_option.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_02_parse.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_03_relations.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_06_optional.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/01_quick.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/02_crate.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/02_app_settings.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_02_validate.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_04_custom.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_02_validate.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_03_positional_mult.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_03_positional.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/pacman.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/repl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/escaped-positional-derive.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/demo.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/git-derive.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/find.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/cargo-example-derive.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/demo.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/multicall-hostname.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/multicall-hostname.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/repl-derive.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/git.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/pacman.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/multicall-busybox.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/escaped-positional.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/escaped-positional.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/foreign_crate.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/custom.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/implicit.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/main.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/custom.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/implicit.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/fn_parser.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/fn_parser.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/builtin.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/builtin.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/cargo-example-derive.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/find.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/escaped-positional-derive.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/derive_ref/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/derive_ref/augment_subcommands.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/derive_ref/hand_subcommand.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/derive_ref/augment_args.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/derive_ref/interop_tests.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/derive_ref/flatten_hand_args.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/cargo-example.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/.github/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/.github/FUNDING.yml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/.github/workflows/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/.github/workflows/ci.yml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/rustc.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/token.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/constfn.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/expr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/bound.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/expand.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/time.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/iter.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/release.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/attr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/error.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/date.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/version.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/.gitignore
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/test_parse.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/const-not-fn.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-version.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-not.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-bound.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-date.stderr
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-not.stderr
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/const-not-fn.stderr
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-date.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-version.stderr
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-bound.stderr
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/test_eval.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/test_const.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/compiletest.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/build.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/lib/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/lib/windows.0.53.0.lib
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/readme.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/license-apache-2.0
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/license-mit
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/build.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/lib/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/lib/libwindows.0.53.0.a
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/readme.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/license-apache-2.0
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/license-mit
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/build.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/src/identifier.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/src/schema_hash_approval.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/src/tys.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/.github/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/.github/workflows/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/.github/workflows/ci.yaml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/CHANGELOG.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/imp_pl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/imp_std.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/imp_cs.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/race.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/.gitignore
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/bors.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/sync_lazy.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/sync_once_cell.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/unsync_once_cell.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/main.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/unsync_lazy.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/race.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/race_once_box.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/test_synchronization.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/reentrant_init_deadlocks.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/regex.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/lazy_static.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/bench.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/bench_acquire.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/build.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/cache/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/cache/intern.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/cache/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/describe.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/cast.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/closure.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/link.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/convert/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/convert/closures.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/convert/slices.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/convert/impls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/convert/traits.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/convert/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/rt/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/rt/marker.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/rt/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/externref.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/build.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/lib/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/lib/libwindows.0.53.0.a
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/readme.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/license-apache-2.0
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/license-mit
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/CONTRIBUTING.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/CHANGELOG.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/parser.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/external/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/external/bytemuck.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/external/serde.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/external/arbitrary.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/public.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/iter.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/external.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/internal.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/symmetric_difference.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/intersection.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/is_empty.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/is_all.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/parser.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/clear.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/bitflags_match.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/from_bits.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/intersects.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/from_bits_truncate.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/remove.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/fmt.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/from_name.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/all.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/empty.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/complement.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/iter.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/union.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/insert.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/flags.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/extend.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/unknown.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/difference.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/from_bits_retain.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/contains.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/eq.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/truncate.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/bits.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/example_generated.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/traits.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/.gitignore
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/benches/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/benches/parse.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/spec.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/SECURITY.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/examples/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/examples/custom_bits_type.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/examples/macro_free.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/examples/serde.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/examples/fmt.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/examples/custom_derive.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/CODE_OF_CONDUCT.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/build.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/lib/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/lib/libwindows.0.53.0.a
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/readme.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/license-apache-2.0
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/license-mit
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/build.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/lib/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/lib/windows.0.53.0.lib
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/readme.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/license-apache-2.0
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/license-mit
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/build.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/CONTRIBUTING.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/.git-blame-ignore-revs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/CHANGELOG.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/nuttx/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/nuttx/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/redox/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/redox/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/hurd/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/hurd/b32.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/hurd/b64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/hurd/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/x86_common.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/x86_64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/illumos.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/x86.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/solaris.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/compat.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/nto/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/nto/neutrino.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/nto/x86_64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/nto/aarch64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/nto/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/powerpc/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/powerpc/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/rtems/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/rtems/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/generic.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/espidf/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/espidf/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/aarch64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/aarch64/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/vita/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/vita/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/arm/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/arm/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/horizon/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/horizon/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/riscv64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/arm.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/sparc64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/x86_64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/aarch64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/x86.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/powerpc.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/mips.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/mips64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/riscv64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/arm.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/sparc64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/x86_64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/aarch64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/x86.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/powerpc.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/powerpc64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd11/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd11/b32.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd11/b64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/riscv64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd13/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd13/x86_64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd13/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd14/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd14/x86_64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd14/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/arm.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/aarch64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/x86.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/powerpc.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/powerpc64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd15/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd15/x86_64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd15/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd12/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd12/x86_64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd12/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/x86_64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/x86_64/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/dragonfly/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/dragonfly/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b32/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b32/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b64/aarch64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b64/aarch64/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b64/x86_64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b64/x86_64/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b64/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/aix/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/aix/powerpc64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/aix/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/haiku/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/haiku/native.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/haiku/x86_64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/haiku/bsd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/haiku/b32.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/haiku/b64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/haiku/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b32/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b32/arm.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b32/x86/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b32/x86/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b32/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/aarch64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/aarch64/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/riscv64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/riscv64/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/x86_64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/x86_64/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/mips/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/mips/mips64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/mips/mips64/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/mips/mips32/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/mips/mips32/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/mips/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/x86_64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/x86_64/other.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/x86_64/l4re.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/x86_64/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/arm/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/arm/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/riscv32/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/riscv32/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/mips/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/mips/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/x86/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/x86/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/hexagon.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/powerpc.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/arm/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/arm/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/lfs64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/mips64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/wasm32/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/wasm32/wali.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/wasm32/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/aarch64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/aarch64/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/riscv64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/riscv64/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/powerpc64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/loongarch64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/loongarch64/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/x86_64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/x86_64/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/s390x.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/powerpc/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/powerpc/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/sparc/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/sparc/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/generic/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/generic/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/mips/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/mips/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/riscv32/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/riscv32/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/sparc/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/sparc/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/mips/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/mips/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/x86/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/x86/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/m68k/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/m68k/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/powerpc.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/arm/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/arm/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/csky/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/csky/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/mips64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/mips64/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/aarch64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/aarch64/ilp32.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/aarch64/lp64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/aarch64/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/riscv64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/riscv64/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/sparc64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/sparc64/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/loongarch64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/loongarch64/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/x86_64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/x86_64/x32.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/s390x.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/powerpc64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/powerpc64/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/emscripten/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/emscripten/lfs64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/emscripten/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/cygwin/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/cygwin/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/trusty.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/fuchsia/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/fuchsia/riscv64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/fuchsia/x86_64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/fuchsia/aarch64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/fuchsia/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/macros.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/xous.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/riscv64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/arm.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/x86_64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/aarch64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/x86.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/powerpc.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/powerpc64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/riscv32.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/windows/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/windows/msvc/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/windows/msvc/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/windows/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/windows/gnu/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/windows/gnu/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/hermit.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/switch.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/rtems/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/rtems/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/nuttx/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/nuttx/unistd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/nuttx/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/solaris/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/solaris/unistd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/solaris/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/trusty/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/trusty/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/l4re/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/l4re/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/redox/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/redox/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/fuchsia/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/fuchsia/unistd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/fuchsia/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/hurd/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/hurd/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/espidf/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/espidf/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/illumos/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/illumos/unistd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/illumos/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/uclibc/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/uclibc/pthread.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/uclibc/unistd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/uclibc/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/vxworks/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/vxworks/unistd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/vxworks/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/sys/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/sys/ipc.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/sys/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/sys/timex.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/sys/time.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/sys/statvfs.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/sys/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/utmp_.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/utmpx_.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/net/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/net/if_.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/unistd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/nto/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/nto/unistd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/nto/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/newlib/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/newlib/unistd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/newlib/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/relibc/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/relibc/unistd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/relibc/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/hermit_abi/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/hermit_abi/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/sys/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/sys/socket.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/pthread.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/generic/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/generic/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips/bits/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips/bits/socket.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips64/bits/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips64/bits/socket.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips64/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/unistd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/freebsd/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/freebsd/unistd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/freebsd/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/ucrt/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/ucrt/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/can.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/keyctl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/can/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/can/raw.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/can/bcm.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/can/j1939.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/xous/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/xous/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/bionic_libc/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/bionic_libc/sys/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/bionic_libc/sys/socket.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/bionic_libc/sys/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/bionic_libc/pthread.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/bionic_libc/unistd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/bionic_libc/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libc/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libc/signal.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libc/unistd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/machine/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/machine/_mcontext.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/sys/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/sys/signal.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/sys/_types/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/sys/_types/_ucontext.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/sys/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/machine/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/machine/_structs.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/i386/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/i386/_structs.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/arm/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/arm/_structs.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/i386/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/i386/_mcontext.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/arm/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/arm/_mcontext.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/sys/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/sys/qos.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/sys/_pthread/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/sys/_pthread/_pthread_types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/sys/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/sched.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/pthread_impl.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/qos.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/pthread_spis.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/stack_np.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/pthread.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/spawn.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/introspection.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/aix/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/aix/unistd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/aix/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/vita/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/vita/unistd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/vita/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/haiku/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/haiku/unistd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/haiku/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/sgx/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/sgx/unistd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/sgx/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/openbsd/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/openbsd/sys/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/openbsd/sys/ipc.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/openbsd/sys/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/openbsd/unistd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/openbsd/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/emscripten/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/emscripten/pthread.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/emscripten/unistd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/emscripten/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/horizon/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/horizon/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/posix/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/posix/pthread.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/posix/unistd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/posix/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/solarish.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/bsd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/freebsd_like.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/linux_like/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/linux_like/pthread.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/linux_like/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/netbsd_like.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/wasi/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/wasi/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/solid/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/solid/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/dragonfly/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/dragonfly/unistd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/dragonfly/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/posix/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/posix/unistd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/unix/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/unix/linux/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/unix/linux/net/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/unix/linux/net/route.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/unix/linux/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/unix/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/nptl/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/nptl/pthread.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/nptl/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/teeos/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/teeos/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/cygwin/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/cygwin/unistd.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/cygwin/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/psp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/primitives.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/wasi/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/wasi/p2.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/wasi/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/solid/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/solid/arm.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/solid/aarch64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/solid/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/sgx.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/teeos/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/teeos/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/.gitignore
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/tests/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/tests/const_fn.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/.rustfmt.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/.release-plz.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/.editorconfig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/.github/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/.github/FUNDING.yml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/.github/workflows/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/.github/workflows/ci.yml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/build.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/rust-toolchain.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/parse.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/fallback.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/probe.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/rcvec.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/wrapper.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/rustc_literal_escaper.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/num.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/extra.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/location.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/detection.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/probe/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/probe/proc_macro_span_location.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/probe/proc_macro_span_file.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/probe/proc_macro_span.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/marker.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/.gitignore
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/tests/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/tests/features.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/tests/test.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/tests/comments.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/tests/test_fmt.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/tests/marker.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/tests/test_size.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/.forgejo/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/.forgejo/workflows/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/.forgejo/workflows/ci.yaml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/src/parse.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/.gitignore
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/examples/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/examples/conversions.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/LICENSE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/readme.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/rustfmt.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/Ndis/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/Ndis/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/WindowsFilteringPlatform/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/WindowsFilteringPlatform/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Devices/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Devices/Bluetooth/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Devices/Bluetooth/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Devices/HumanInterfaceDevice/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Devices/HumanInterfaceDevice/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Devices/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/SystemInformation/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/SystemInformation/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/IO/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/IO/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/OfflineRegistry/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/OfflineRegistry/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/Memory/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/Memory/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/Registry/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/Registry/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/Threading/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/Threading/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/SystemServices/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/SystemServices/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Graphics/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Graphics/Direct3D/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Graphics/Direct3D/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Graphics/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Foundation/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Foundation/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Storage/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Storage/FileSystem/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Storage/FileSystem/Minifilters/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Storage/FileSystem/Minifilters/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Storage/FileSystem/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Storage/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WNet/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WNet/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsConnectionManager/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsConnectionManager/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/IpHelper/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/IpHelper/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Ndis/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Ndis/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Rras/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Rras/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetManagement/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetManagement/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WiFi/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WiFi/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/P2P/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/P2P/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Dhcp/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Dhcp/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetShell/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetShell/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/InternetConnectionWizard/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/InternetConnectionWizard/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WebDav/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WebDav/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Snmp/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Snmp/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsFirewall/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsFirewall/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Dns/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Dns/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/QoS/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/QoS/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Multicast/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Multicast/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetBios/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetBios/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsFilteringPlatform/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsFilteringPlatform/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsNetworkVirtualization/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsNetworkVirtualization/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Communication/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Communication/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Properties/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Properties/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Tapi/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Tapi/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/DeviceAndDriverInstallation/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/DeviceAndDriverInstallation/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Enumeration/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Enumeration/Pnp/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Enumeration/Pnp/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Enumeration/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Usb/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Usb/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Beep/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Beep/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Cdrom/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Cdrom/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/BiometricFramework/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/BiometricFramework/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Bluetooth/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Bluetooth/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/HumanInterfaceDevice/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/HumanInterfaceDevice/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/PortableDevices/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/PortableDevices/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Nfc/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Nfc/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Nfp/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Nfp/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Fax/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Fax/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Display/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Display/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/WebServicesOnDevices/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/WebServicesOnDevices/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/AllJoyn/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/AllJoyn/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Sensors/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Sensors/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Dvd/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Dvd/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/DeviceQuery/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/DeviceQuery/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Pwm/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Pwm/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/SerialCommunication/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/SerialCommunication/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Data/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Data/RightsManagement/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Data/RightsManagement/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Data/HtmlHelp/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Data/HtmlHelp/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Data/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/Audio/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/Audio/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/Multimedia/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/Multimedia/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/KernelStreaming/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/KernelStreaming/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/WindowsMediaFormat/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/WindowsMediaFormat/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/DxMediaObjects/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/DxMediaObjects/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/Streaming/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/Streaming/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SecurityCenter/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SecurityCenter/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/CorrelationVector/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/CorrelationVector/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/LibraryLoader/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/LibraryLoader/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/HostComputeNetwork/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/HostComputeNetwork/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/GroupPolicy/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/GroupPolicy/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ClrHosting/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ClrHosting/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SystemInformation/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SystemInformation/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/JobObjects/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/JobObjects/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/IO/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/IO/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/RemoteDesktop/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/RemoteDesktop/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Recovery/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Recovery/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SubsystemForLinux/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SubsystemForLinux/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/RestartManager/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/RestartManager/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/AddressBook/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/AddressBook/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Iis/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Iis/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Mailslots/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Mailslots/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/HostComputeSystem/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/HostComputeSystem/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/MixedReality/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/MixedReality/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Variant/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Variant/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Environment/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Environment/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Ioctl/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Ioctl/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/MessageQueuing/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/MessageQueuing/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/PasswordManagement/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/PasswordManagement/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Mapi/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Mapi/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DeploymentServices/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DeploymentServices/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Ceip/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Ceip/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/ToolHelp/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/ToolHelp/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Etw/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Etw/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Debug/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Debug/Extensions/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Debug/Extensions/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Debug/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/ProcessSnapshotting/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/ProcessSnapshotting/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/TraceLogging/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/TraceLogging/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ProcessStatus/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ProcessStatus/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/TpmBaseServices/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/TpmBaseServices/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Js/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Js/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/StationsAndDesktops/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/StationsAndDesktops/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Search/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Search/Common/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Search/Common/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Search/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Antimalware/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Antimalware/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Power/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Power/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Hypervisor/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Hypervisor/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Kernel/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Kernel/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Memory/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Memory/NonVolatile/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Memory/NonVolatile/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Memory/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ErrorReporting/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ErrorReporting/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Shutdown/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Shutdown/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/EventCollector/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/EventCollector/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DeveloperLicensing/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DeveloperLicensing/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/EventNotificationService/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/EventNotificationService/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ComponentServices/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ComponentServices/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Pipes/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Pipes/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Performance/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Performance/HardwareCounterProfiling/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Performance/HardwareCounterProfiling/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Performance/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Time/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Time/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ApplicationVerifier/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ApplicationVerifier/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/StructuredStorage/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/StructuredStorage/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/Urlmon/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/Urlmon/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/Marshal/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/Marshal/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/EventLog/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/EventLog/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/UserAccessLogging/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/UserAccessLogging/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DistributedTransactionCoordinator/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DistributedTransactionCoordinator/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Ole/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Ole/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DataExchange/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DataExchange/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Registry/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Registry/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/WindowsProgramming/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/WindowsProgramming/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Restore/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Restore/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SetupAndMigration/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SetupAndMigration/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/RemoteManagement/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/RemoteManagement/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ApplicationInstallationAndServicing/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ApplicationInstallationAndServicing/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Rpc/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Rpc/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/HostCompute/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/HostCompute/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Wmi/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Wmi/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Threading/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Threading/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SystemServices/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SystemServices/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Console/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Console/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Services/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Services/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/VirtualDosMachines/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/VirtualDosMachines/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Dwm/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Dwm/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Hlsl/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Hlsl/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Gdi/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Gdi/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/OpenGL/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/OpenGL/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/GdiPlus/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/GdiPlus/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Printing/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Printing/PrintTicket/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Printing/PrintTicket/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Printing/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Foundation/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Foundation/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Authorization/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Authorization/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Credentials/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Credentials/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/EnterpriseData/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/EnterpriseData/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/AppLocker/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/AppLocker/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/NetworkAccessProtection/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/NetworkAccessProtection/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/WinTrust/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/WinTrust/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Authentication/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Authentication/Identity/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Authentication/Identity/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Authentication/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/ExtensibleAuthenticationProtocol/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/ExtensibleAuthenticationProtocol/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/DirectoryServices/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/DirectoryServices/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Isolation/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Isolation/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Certificates/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Certificates/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Catalog/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Sip/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Sip/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/UI/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/UI/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/WinWlx/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/WinWlx/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/DiagnosticDataQuery/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/DiagnosticDataQuery/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/LicenseProtection/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/LicenseProtection/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Globalization/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Globalization/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Gaming/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Gaming/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Web/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Web/InternetExplorer/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Web/InternetExplorer/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Web/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/HttpServer/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/HttpServer/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/Ldap/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/Ldap/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/ActiveDirectory/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/ActiveDirectory/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WinInet/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WinInet/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/Clustering/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/Clustering/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WindowsWebServices/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WindowsWebServices/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WebSocket/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WebSocket/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WinHttp/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WinHttp/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WinSock/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WinSock/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Vhd/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Vhd/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Cabinets/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Cabinets/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Nvme/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Nvme/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/OfflineFiles/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/OfflineFiles/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Packaging/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Packaging/Appx/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Packaging/Appx/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Packaging/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/StructuredStorage/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/StructuredStorage/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Imapi/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Imapi/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/CloudFilters/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/CloudFilters/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/IndexServer/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/IndexServer/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/IscsiDisc/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/IscsiDisc/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/FileHistory/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/FileHistory/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/ProjectedFileSystem/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/ProjectedFileSystem/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Xps/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Xps/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/FileSystem/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/FileSystem/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/DistributedFileSystem/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/DistributedFileSystem/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/OperationRecorder/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/OperationRecorder/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/InstallableFileSystems/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/InstallableFileSystems/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Jet/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Jet/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Compression/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Compression/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/TextServices/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/TextServices/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/InteractionContext/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/InteractionContext/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Accessibility/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Accessibility/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/WindowsAndMessaging/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/WindowsAndMessaging/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/TabletPC/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/TabletPC/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/PropertiesSystem/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/PropertiesSystem/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/Common/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/Common/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Touch/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Touch/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/KeyboardAndMouse/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/KeyboardAndMouse/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Pointer/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Pointer/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Ime/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Ime/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/XboxController/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/XboxController/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Magnification/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Magnification/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/ColorSystem/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/ColorSystem/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/HiDpi/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/HiDpi/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Controls/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Controls/Dialogs/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Controls/Dialogs/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Controls/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Management/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Management/MobileDeviceManagementRegistration/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Management/MobileDeviceManagementRegistration/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Management/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/core/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/core/literals.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/core/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/license-apache-2.0
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/license-mit
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/auto.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/stream.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/fmt.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/wincon.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/adapter/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/adapter/wincon.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/adapter/strip.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/adapter/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/_macros.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/strip.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/buffer.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/examples/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/examples/dump-stream.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/examples/query-stream.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/encode.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/parser.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/ast.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/codegen.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/error.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/hash.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/types.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/tests/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/tests/UTF-8-demo.txt
      ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/tests/utf-8-demo.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/src/windows.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/src/stream.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/src/ansi.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/examples/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/examples/set-wincon.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/examples/dump-wincon.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/.github/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/.github/workflows/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/.github/workflows/ci.yml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/build.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/CONTRIBUTING.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/io/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/io/core.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/io/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/ser.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/macros.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/read.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/parse.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/bignum.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/algorithm.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/cached.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/errors.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/large_powers64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/rounding.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/float.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/exponent.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/math.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/bhcomp.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/num.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/large_powers.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/cached_float80.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/digit.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/small_powers.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/large_powers32.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/shift.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/raw.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/iter.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/value/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/value/ser.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/value/index.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/value/from.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/value/de.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/value/partial_eq.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/value/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/de.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/error.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/map.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/number.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/.gitignore
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/macros/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/macros/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/missing_comma.stderr
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_colon.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/parse_expr.stderr
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_after_array_element.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/missing_comma.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/missing_colon.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/parse_expr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/missing_colon.stderr
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_comma.stderr
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/missing_value.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/parse_key.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/parse_key.stderr
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_after_map_entry.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_comma.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_after_array_element.stderr
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_colon.stderr
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_after_map_entry.stderr
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/not_found.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/missing_value.stderr
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/not_found.stderr
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/stream.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/debug.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/test.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/compiletest.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/parse.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/algorithm.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/rounding.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/float.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/exponent.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/math.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/num.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/regression/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/regression/issue953.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/regression/issue520.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/regression/issue795.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/regression/issue1004.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/regression/issue845.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/regression.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/map.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/readme.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/rustfmt.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/NetworkManagement/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/NetworkManagement/Ndis/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/NetworkManagement/Ndis/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/NetworkManagement/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/NetworkManagement/WindowsFilteringPlatform/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/NetworkManagement/WindowsFilteringPlatform/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Devices/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Devices/Bluetooth/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Devices/Bluetooth/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Devices/HumanInterfaceDevice/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Devices/HumanInterfaceDevice/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Devices/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/SystemInformation/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/SystemInformation/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/IO/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/IO/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/OfflineRegistry/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/OfflineRegistry/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/Memory/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/Memory/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/Registry/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/Registry/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/Threading/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/Threading/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/SystemServices/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/SystemServices/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Graphics/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Graphics/Direct3D/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Graphics/Direct3D/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Graphics/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Foundation/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Foundation/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Storage/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Storage/FileSystem/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Storage/FileSystem/Minifilters/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Storage/FileSystem/Minifilters/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Storage/FileSystem/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Storage/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WNet/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WNet/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsConnectionManager/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsConnectionManager/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/IpHelper/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/IpHelper/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Ndis/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Ndis/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Rras/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Rras/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetManagement/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetManagement/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WiFi/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WiFi/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/P2P/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/P2P/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Dhcp/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Dhcp/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetShell/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetShell/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/InternetConnectionWizard/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/InternetConnectionWizard/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WebDav/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WebDav/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Snmp/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Snmp/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsFirewall/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsFirewall/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Dns/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Dns/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/QoS/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/QoS/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Multicast/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Multicast/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetBios/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetBios/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsFilteringPlatform/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsFilteringPlatform/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsNetworkVirtualization/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsNetworkVirtualization/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Communication/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Communication/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Properties/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Properties/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Tapi/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Tapi/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/DeviceAndDriverInstallation/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/DeviceAndDriverInstallation/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Enumeration/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Enumeration/Pnp/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Enumeration/Pnp/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Enumeration/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Usb/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Usb/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Beep/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Beep/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Cdrom/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Cdrom/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/BiometricFramework/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/BiometricFramework/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Bluetooth/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Bluetooth/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/HumanInterfaceDevice/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/HumanInterfaceDevice/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/PortableDevices/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/PortableDevices/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Nfc/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Nfc/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Nfp/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Nfp/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Fax/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Fax/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Display/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Display/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/WebServicesOnDevices/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/WebServicesOnDevices/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/AllJoyn/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/AllJoyn/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Sensors/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Sensors/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Dvd/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Dvd/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/DeviceQuery/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/DeviceQuery/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Pwm/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Pwm/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/SerialCommunication/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/SerialCommunication/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Data/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Data/RightsManagement/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Data/RightsManagement/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Data/HtmlHelp/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Data/HtmlHelp/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Data/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/Audio/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/Audio/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/Multimedia/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/Multimedia/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/KernelStreaming/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/KernelStreaming/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/WindowsMediaFormat/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/WindowsMediaFormat/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/DxMediaObjects/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/DxMediaObjects/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/Streaming/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/Streaming/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SecurityCenter/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SecurityCenter/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/CorrelationVector/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/CorrelationVector/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/LibraryLoader/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/LibraryLoader/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/HostComputeNetwork/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/HostComputeNetwork/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/GroupPolicy/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/GroupPolicy/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ClrHosting/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ClrHosting/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SystemInformation/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SystemInformation/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/JobObjects/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/JobObjects/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/IO/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/IO/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/RemoteDesktop/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/RemoteDesktop/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Recovery/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Recovery/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SubsystemForLinux/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SubsystemForLinux/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/RestartManager/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/RestartManager/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/AddressBook/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/AddressBook/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Iis/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Iis/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Mailslots/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Mailslots/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/HostComputeSystem/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/HostComputeSystem/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/MixedReality/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/MixedReality/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Variant/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Variant/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Environment/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Environment/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Ioctl/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Ioctl/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/MessageQueuing/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/MessageQueuing/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/PasswordManagement/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/PasswordManagement/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Mapi/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Mapi/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DeploymentServices/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DeploymentServices/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Ceip/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Ceip/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/ToolHelp/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/ToolHelp/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Etw/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Etw/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Debug/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Debug/Extensions/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Debug/Extensions/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Debug/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/ProcessSnapshotting/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/ProcessSnapshotting/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/TraceLogging/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/TraceLogging/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ProcessStatus/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ProcessStatus/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/TpmBaseServices/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/TpmBaseServices/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Js/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Js/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/StationsAndDesktops/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/StationsAndDesktops/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Search/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Search/Common/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Search/Common/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Search/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Antimalware/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Antimalware/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Power/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Power/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Hypervisor/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Hypervisor/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Kernel/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Kernel/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Memory/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Memory/NonVolatile/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Memory/NonVolatile/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Memory/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ErrorReporting/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ErrorReporting/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Shutdown/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Shutdown/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/EventCollector/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/EventCollector/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DeveloperLicensing/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DeveloperLicensing/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/EventNotificationService/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/EventNotificationService/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ComponentServices/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ComponentServices/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Pipes/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Pipes/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Performance/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Performance/HardwareCounterProfiling/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Performance/HardwareCounterProfiling/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Performance/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Time/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Time/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ApplicationVerifier/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ApplicationVerifier/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/StructuredStorage/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/StructuredStorage/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/Urlmon/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/Urlmon/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/Marshal/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/Marshal/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/EventLog/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/EventLog/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/UserAccessLogging/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/UserAccessLogging/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DistributedTransactionCoordinator/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DistributedTransactionCoordinator/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Ole/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Ole/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DataExchange/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DataExchange/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Registry/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Registry/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/WindowsProgramming/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/WindowsProgramming/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Restore/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Restore/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SetupAndMigration/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SetupAndMigration/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/RemoteManagement/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/RemoteManagement/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ApplicationInstallationAndServicing/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ApplicationInstallationAndServicing/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Rpc/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Rpc/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/HostCompute/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/HostCompute/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Wmi/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Wmi/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Threading/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Threading/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SystemServices/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SystemServices/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Console/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Console/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Services/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Services/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/VirtualDosMachines/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/VirtualDosMachines/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Dwm/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Dwm/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Hlsl/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Hlsl/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Gdi/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Gdi/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/OpenGL/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/OpenGL/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/GdiPlus/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/GdiPlus/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Printing/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Printing/PrintTicket/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Printing/PrintTicket/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Printing/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Foundation/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Foundation/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Authorization/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Authorization/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Credentials/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Credentials/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/EnterpriseData/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/EnterpriseData/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/AppLocker/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/AppLocker/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/NetworkAccessProtection/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/NetworkAccessProtection/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/WinTrust/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/WinTrust/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Authentication/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Authentication/Identity/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Authentication/Identity/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Authentication/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/ExtensibleAuthenticationProtocol/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/ExtensibleAuthenticationProtocol/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/DirectoryServices/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/DirectoryServices/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Isolation/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Isolation/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/Certificates/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/Certificates/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/Catalog/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/Sip/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/Sip/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/UI/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/UI/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/WinWlx/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/WinWlx/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/DiagnosticDataQuery/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/DiagnosticDataQuery/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/LicenseProtection/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/LicenseProtection/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Globalization/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Globalization/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Gaming/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Gaming/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Web/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Web/InternetExplorer/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Web/InternetExplorer/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Web/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/HttpServer/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/HttpServer/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/Ldap/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/Ldap/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/ActiveDirectory/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/ActiveDirectory/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WinInet/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WinInet/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/Clustering/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/Clustering/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WindowsWebServices/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WindowsWebServices/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WebSocket/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WebSocket/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WinHttp/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WinHttp/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WinSock/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WinSock/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Vhd/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Vhd/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Cabinets/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Cabinets/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Nvme/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Nvme/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/OfflineFiles/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/OfflineFiles/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Packaging/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Packaging/Appx/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Packaging/Appx/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Packaging/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/StructuredStorage/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/StructuredStorage/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Imapi/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Imapi/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/CloudFilters/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/CloudFilters/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/IndexServer/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/IndexServer/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/IscsiDisc/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/IscsiDisc/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/FileHistory/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/FileHistory/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/ProjectedFileSystem/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/ProjectedFileSystem/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Xps/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Xps/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/FileSystem/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/FileSystem/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/DistributedFileSystem/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/DistributedFileSystem/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/OperationRecorder/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/OperationRecorder/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/InstallableFileSystems/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/InstallableFileSystems/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Jet/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Jet/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Compression/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Compression/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/TextServices/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/TextServices/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/InteractionContext/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/InteractionContext/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Accessibility/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Accessibility/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/WindowsAndMessaging/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/WindowsAndMessaging/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/TabletPC/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/TabletPC/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Shell/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Shell/PropertiesSystem/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Shell/PropertiesSystem/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Shell/Common/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Shell/Common/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Shell/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/Touch/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/Touch/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/KeyboardAndMouse/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/KeyboardAndMouse/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/Pointer/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/Pointer/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/Ime/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/Ime/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/XboxController/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/XboxController/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Magnification/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Magnification/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/ColorSystem/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/ColorSystem/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/HiDpi/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/HiDpi/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Controls/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Controls/Dialogs/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Controls/Dialogs/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Controls/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Management/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Management/MobileDeviceManagementRegistration/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Management/MobileDeviceManagementRegistration/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Management/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/core/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/core/literals.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/core/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/license-apache-2.0
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/license-mit
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/AUTHORS.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/do.sh
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/utf16_iterators.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/utf16_char.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/errors.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/decoding_iterators.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/utf8_char.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/utf8_iterators.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/traits.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/.gitignore
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/RELEASES.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/benches/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/benches/multiiterators.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/benches/length.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/tests/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/tests/errs.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/tests/iterators.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/tests/oks.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/tests/exhaustive.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/.cirrus.yml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/examples/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/examples/length_distribution.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/CHANGELOG.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/alloc.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/boxed.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/string.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/str/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/str/lossy.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/str/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/vec.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/collect_in.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/raw_vec.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/.gitignore
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/.github/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/.github/FUNDING.yml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/.github/workflows/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/.github/workflows/ci.yml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/build.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/rust-toolchain.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/format.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/ident_fragment.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/ext.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/spanned.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/to_tokens.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/runtime.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/.gitignore
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter-interpolated-dup.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter-interpolated.stderr
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/not-quotable.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter-separated.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter-interpolated-dup.stderr
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/wrong-type-span.stderr
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/not-repeatable.stderr
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter.stderr
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/wrong-type-span.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter-separated.stderr
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter-interpolated.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/not-quotable.stderr
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/not-repeatable.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/test.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/compiletest.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/src/ext.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/readme.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/license-apache-2.0
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/license-mit
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/src/Temporal.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/string.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/doc.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/size_hint.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/seed.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/content.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/value.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/ignored_any.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/impls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/format.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/macros.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/std_error.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/fmt.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impossible.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impls.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/crate_root.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/build.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/lib/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/lib/libwindows.0.53.0.a
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/readme.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/license-apache-2.0
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/license-mit
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/readme.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/license-apache-2.0
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/license-mit
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/derive.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/macros.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/parser.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/arg_matcher.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/validator.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/matches/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/matches/matched_arg.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/matches/arg_matches.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/matches/value_source.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/matches/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/features/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/features/suggestions.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/features/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/error.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/flat_map.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/id.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/any_value.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/color.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/str_to_bool.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/flat_set.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/graph.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/error/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/error/context.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/error/format.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/error/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/error/kind.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/arg.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/tests.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/command.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/arg_group.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/ext.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/str.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/arg_predicate.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/app_settings.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/styling.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/styled_str.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/range.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/resettable.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/action.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/value_hint.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/os_str.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/value_parser.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/debug_asserts.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/possible_value.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/arg_settings.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/usage.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/textwrap/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/textwrap/word_separators.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/textwrap/core.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/textwrap/wrap_algorithms.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/textwrap/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/help.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/fmt.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/help_template.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/mkeymap.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/build.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/lib/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/lib/libwindows.0.53.0.a
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/readme.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/license-apache-2.0
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/license-mit
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/Cargo.toml
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/build.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/Cargo.lock
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/Cargo.toml.orig
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/CHANGELOG.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/cfgs.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic64/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic64/macros.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic64/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic64/arm_linux.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic64/riscv32.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic64/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/fallback/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/fallback/seq_lock_wide.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/fallback/utils.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/fallback/seq_lock.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/fallback/outline_atomics.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/fallback/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/macros.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/riscv64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/x86_64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/aarch64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/powerpc64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/s390x.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/intrinsics.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/avr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/msp430.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/armv6m.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/xtensa.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/armv4t.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/riscv.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/avr.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/msp430.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/float/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/float/aarch64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/float/int.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/float/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/x86.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/auxv.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/common.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/aarch64_illumos.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/x86_64.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/riscv_linux.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/aarch64_fuchsia.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/aarch64_aa64reg.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/aarch64_apple.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/aarch64_windows.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/powerpc64_aix.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/riscv.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/core_atomic.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/gen/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/gen/build.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/gen/utils.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/lib.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/rustdoc.css
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/utils.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/tests/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/tests/helper.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/tests/mod.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/LICENSE-MIT
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/README.md
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/LICENSE-APACHE
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/matrix-old.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/tests/
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/tests/.gitignore
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/.cargo_vcs_info.json
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/.cargo-ok
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/version.rs
      ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/Cargo.toml
      ./registry/CACHEDIR.TAG
      ./registry/index/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/config.json
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/zm/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/zm/ij/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/zm/ij/zmij
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/bu/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/bu/mp/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/bu/mp/bumpalo
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/pr/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/pr/oc/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/pr/oc/proc-macro2
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/lk/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/lk/walkdir
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/sm/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/sm/wasm-bindgen
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/sm/wasm-bindgen-shared
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/sm/wasm-bindgen-macro-support
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/sm/wasm-bindgen-macro
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/me/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/me/mc/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/me/mc/memchr
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/js/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/js/-s/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/js/-s/js-sys
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/po/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/po/rt/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/po/rt/portable-atomic
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cf/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cf/g-/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cf/g-/cfg-if
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/st/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/st/rs/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/st/rs/strsim
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/is/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/is/_t/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/is/_t/is_terminal_polyfill
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/er/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/er/rn/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/er/rn/errno
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_x86_64_gnullvm
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows-targets
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_i686_gnullvm
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_aarch64_gnullvm
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_x86_64_msvc
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_x86_64_gnu
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_aarch64_msvc
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_i686_msvc
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows-link
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows-sys
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_i686_gnu
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/na/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/na/winapi-util
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/co/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/co/ns/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/co/ns/console
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/co/lo/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/co/lo/colorchoice
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/qu/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/qu/ot/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/qu/ot/quote
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/we/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/we/b-/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/we/b-/web-time
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/sa/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/sa/me/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/sa/me/same-file
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/en/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/en/co/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/en/co/encode_unicode
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/se/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/se/rd/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/se/rd/serde
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/se/rd/serde_core
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/se/rd/serde_json
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/se/rd/serde_derive
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/an/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/an/st/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/an/st/anstream
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/an/st/anstyle-wincon
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/an/st/anstyle-parse
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/an/st/anstyle-query
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/an/st/anstyle
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/in/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/in/di/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/in/di/indicatif
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/bi/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/bi/tf/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/bi/tf/bitflags
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/un/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/un/ic/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/un/ic/unicode-width
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/un/ic/unicode-ident
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/un/it/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/un/it/unit-prefix
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/3/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/3/s/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/3/s/syn
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/li/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/li/bc/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/li/bc/libc
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/li/nu/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/li/nu/linux-raw-sys
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/ru/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/ru/st/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/ru/st/rustix
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/ru/st/rustversion
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/ut/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/ut/f8/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/ut/f8/utf8parse
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/te/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/te/rm/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/te/rm/terminal_size
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cl/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cl/ap/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cl/ap/clap_derive
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cl/ap/clap_builder
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cl/ap/clap_lex
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cl/ap/clap
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/he/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/he/ck/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/he/ck/heck
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/it/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/it/oa/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/it/oa/itoa
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/on/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/on/ce/
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/on/ce/once_cell
      ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/on/ce/once_cell_polyfill
      ./.package-cache-mutate
      ./.global-cache
      
    • Stderr
  113. 22235 ms: Action succeeded: tar_create
    - action: tar_create
      archive: /dev/vdf
      directory: /ci/deps
    
  114. 22236 ms: Plan succededThere was much rejoicing!
  115. 22236 ms: Executor ends successfullyPhew, nothing seems to have gone wrong.
Console log
BdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x3,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x3,0x0)
  Booting `Debian GNU/Linux'

Loading Linux 6.12.86+deb13-amd64 ...
Loading initial ramdisk ...
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
Loading, please wait...
Starting systemd-udevd version 257.13-1~deb13u1
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Will now check root file system ... fsck from util-linux 2.41
fsck: error 2 (No such file or directory) while executing fsck.ext4 for /dev/vda2
fsck exited with status code 8
done.
Warning: File system check failed but did not detect errors
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.

Welcome to Debian GNU/Linux 13 (trixie)!

[  OK  ] Created slice system-getty.slice - Slice /system/getty.
[  OK  ] Created slice system-modprobe.slice - Slice /system/modprobe.
[  OK  ] Created slice system-serial\x2dget…slice - Slice /system/serial-getty.
[  OK  ] Created slice user.slice - User and Session Slice.
[  OK  ] Started systemd-ask-password-conso…equests to Console Directory Watch.
[  OK  ] Started systemd-ask-password-wall.…d Requests to Wall Directory Watch.
[  OK  ] Set up automount proc-sys-fs-binfm…ormats File System Automount Point.
         Expecting device dev-ttyS0.device - /dev/ttyS0...
[  OK  ] Reached target paths.target - Path Units.
[  OK  ] Reached target remote-fs.target - Remote File Systems.
[  OK  ] Reached target slices.target - Slice Units.
[  OK  ] Reached target swap.target - Swaps.
[  OK  ] Listening on systemd-creds.socket - Credential Encryption/Decryption.
[  OK  ] Listening on systemd-initctl.socke…- initctl Compatibility Named Pipe.
[  OK  ] Listening on systemd-journald-dev-…socket - Journal Socket (/dev/log).
[  OK  ] Listening on systemd-journald.socket - Journal Sockets.
[  OK  ] Listening on systemd-networkd.socket - Network Service Netlink Socket.
[  OK  ] Listening on systemd-udevd-control.socket - udev Control Socket.
[  OK  ] Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
         Mounting dev-hugepages.mount - Huge Pages File System...
         Mounting dev-mqueue.mount - POSIX Message Queue File System...
         Mounting run-lock.mount - Legacy Locks Directory /run/lock...
         Mounting sys-kernel-debug.mount - Kernel Debug File System...
         Mounting sys-kernel-tracing.mount - Kernel Trace File System...
         Mounting tmp.mount - Temporary Directory /tmp...
         Starting kmod-static-nodes.service…eate List of Static Device Nodes...
         Starting modprobe@configfs.service - Load Kernel Module configfs...
         Starting modprobe@drm.service - Load Kernel Module drm...
         Starting modprobe@efi_pstore.servi… - Load Kernel Module efi_pstore...
         Starting modprobe@fuse.service - Load Kernel Module fuse...
         Starting systemd-journald.service - Journal Service...
         Starting systemd-modules-load.service - Load Kernel Modules...
         Starting systemd-network-generator…k Units from Kernel Command Line...
         Starting systemd-remount-fs.servic…unt Root and Kernel File Systems...
         Starting systemd-udev-load-credent…Load udev Rules from Credentials...
         Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[  OK  ] Started systemd-journald.service - Journal Service.
[  OK  ] Mounted dev-hugepages.mount - Huge Pages File System.
[  OK  ] Mounted dev-mqueue.mount - POSIX Message Queue File System.
[  OK  ] Mounted run-lock.mount - Legacy Locks Directory /run/lock.
[  OK  ] Mounted sys-kernel-debug.mount - Kernel Debug File System.
[  OK  ] Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[  OK  ] Mounted tmp.mount - Temporary Directory /tmp.
[  OK  ] Finished kmod-static-nodes.service…Create List of Static Device Nodes.
[  OK  ] Finished modprobe@configfs.service - Load Kernel Module configfs.
[  OK  ] Finished modprobe@drm.service - Load Kernel Module drm.
[  OK  ] Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[  OK  ] Finished modprobe@fuse.service - Load Kernel Module fuse.
[  OK  ] Finished systemd-modules-load.service - Load Kernel Modules.
[  OK  ] Finished systemd-network-generator…ork Units from Kernel Command Line.
[  OK  ] Finished systemd-remount-fs.servic…mount Root and Kernel File Systems.
[  OK  ] Finished systemd-udev-load-credent…- Load udev Rules from Credentials.
[  OK  ] Reached target network-pre.target - Preparation for Network.
         Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
         Mounting sys-kernel-config.mount - Kernel Configuration File System...
         Starting systemd-journal-flush.ser…sh Journal to Persistent Storage...
         Starting systemd-random-seed.service - Load/Save OS Random Seed...
         Starting systemd-sysctl.service - Apply Kernel Variables...
         Starting systemd-tmpfiles-setup-de… Device Nodes in /dev gracefully...
[  OK  ] Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[  OK  ] Mounted sys-kernel-config.mount - Kernel Configuration File System.
[  OK  ] Finished systemd-udev-trigger.service - Coldplug All udev Devices.
[  OK  ] Finished systemd-sysctl.service - Apply Kernel Variables.
[  OK  ] Finished systemd-random-seed.service - Load/Save OS Random Seed.
[  OK  ] Finished systemd-tmpfiles-setup-de…ic Device Nodes in /dev gracefully.
         Starting systemd-sysusers.service - Create System Users...
[  OK  ] Finished systemd-journal-flush.ser…lush Journal to Persistent Storage.
[  OK  ] Finished systemd-sysusers.service - Create System Users.
         Starting systemd-resolved.service - Network Name Resolution...
         Starting systemd-tmpfiles-setup-de…eate Static Device Nodes in /dev...
[  OK  ] Finished systemd-tmpfiles-setup-de…Create Static Device Nodes in /dev.
[  OK  ] Reached target local-fs-pre.target…Preparation for Local File Systems.
[  OK  ] Set up automount efi.automount - EFI System Partition Automount.
[  OK  ] Reached target local-fs.target - Local File Systems.
[  OK  ] Listening on systemd-sysext.socket… System Extension Image Management.
         Starting systemd-binfmt.service - Set Up Additional Binary Formats...
         Starting systemd-tmpfiles-setup.se…ate System Files and Directories...
         Starting systemd-udevd.service - R…ager for Device Events and Files...
[  OK  ] Finished systemd-tmpfiles-setup.se…reate System Files and Directories.
         Starting ldconfig.service - Rebuild Dynamic Linker Cache...
         Starting systemd-journal-catalog-u…ervice - Rebuild Journal Catalog...
[  OK  ] Started systemd-resolved.service - Network Name Resolution.
[  OK  ] Reached target nss-lookup.target - Host and Network Name Lookups.
[  OK  ] Finished systemd-journal-catalog-u….service - Rebuild Journal Catalog.
[  OK  ] Started systemd-udevd.service - Ru…anager for Device Events and Files.
         Starting systemd-networkd.service - Network Configuration...
[  OK  ] Found device dev-ttyS0.device - /dev/ttyS0.
[  OK  ] Finished ldconfig.service - Rebuild Dynamic Linker Cache.
         Starting systemd-update-done.service - Update is Completed...
[  OK  ] Finished systemd-update-done.service - Update is Completed.
         Mounting proc-sys-fs-binfmt_misc.m…cutable File Formats File System...
[  OK  ] Mounted proc-sys-fs-binfmt_misc.mo…xecutable File Formats File System.
[  OK  ] Finished systemd-binfmt.service - Set Up Additional Binary Formats.
[  OK  ] Reached target sysinit.target - System Initialization.
[  OK  ] Started apt-daily.timer - Daily apt download activities.
[  OK  ] Started apt-daily-upgrade.timer - …y apt upgrade and clean activities.
[  OK  ] Started dpkg-db-backup.timer - Daily dpkg database backup timer.
[  OK  ] Started fstrim.timer - Discard unused filesystem blocks once a week.
[  OK  ] Started man-db.timer - Daily man-db regeneration.
[  OK  ] Started systemd-tmpfiles-clean.tim…y Cleanup of Temporary Directories.
[  OK  ] Reached target timers.target - Timer Units.
[  OK  ] Listening on dbus.socket - D-Bus System Message Bus Socket.
[  OK  ] Listening on sshd-unix-local.socke…temd-ssh-generator, AF_UNIX Local).
[  OK  ] Listening on systemd-hostnamed.socket - Hostname Service Socket.
[  OK  ] Reached target sockets.target - Socket Units.
[  OK  ] Reached target basic.target - Basic System.
         Starting ambient.service - Run build job for Ambient CI...
         Starting dbus.service - D-Bus System Message Bus...
         Starting grub-common.service - Record successful boot for GRUB...
         Starting systemd-logind.service - User Login Management...
[  OK  ] Started dbus.service - D-Bus System Message Bus.
[  OK  ] Listening on systemd-rfkill.socket…ll Switch Status /dev/rfkill Watch.
[  OK  ] Finished grub-common.service - Record successful boot for GRUB.
[  OK  ] Started systemd-logind.service - User Login Management.
[  OK  ] Started systemd-networkd.service - Network Configuration.
[  OK  ] Reached target network.target - Network.
         Starting ssh.service - OpenBSD Secure Shell server...
         Starting systemd-networkd-persiste…tent Storage in systemd-networkd...
         Starting systemd-user-sessions.service - Permit User Sessions...
[  OK  ] Finished systemd-user-sessions.service - Permit User Sessions.
[  OK  ] Finished systemd-networkd-persiste…istent Storage in systemd-networkd.
[  OK  ] Started getty@tty1.service - Getty on tty1.
[  OK  ] Started serial-getty@ttyS0.service - Serial Getty on ttyS0.
[  OK  ] Reached target getty.target - Login Prompts.
[  OK  ] Started ssh.service - OpenBSD Secure Shell server.

Debian GNU/Linux 13 ambient-dev ttyS0

ambient-dev login: [  OK  ] Stopped ambient.service - Run build job for Ambient CI.
[  OK  ] Removed slice system-modprobe.slice - Slice /system/modprobe.
[  OK  ] Stopped target getty.target - Login Prompts.
[  OK  ] Stopped target nss-lookup.target - Host and Network Name Lookups.
[  OK  ] Stopped target timers.target - Timer Units.
[  OK  ] Stopped apt-daily-upgrade.timer - …y apt upgrade and clean activities.
[  OK  ] Stopped apt-daily.timer - Daily apt download activities.
[  OK  ] Stopped dpkg-db-backup.timer - Daily dpkg database backup timer.
[  OK  ] Stopped fstrim.timer - Discard unused filesystem blocks once a week.
[  OK  ] Stopped man-db.timer - Daily man-db regeneration.
[  OK  ] Stopped systemd-tmpfiles-clean.tim…y Cleanup of Temporary Directories.
[  OK  ] Closed systemd-rfkill.socket - Loa…ll Switch Status /dev/rfkill Watch.
         Stopping dbus.service - D-Bus System Message Bus...
         Stopping topping serial-getty@ttyS0.service - Serial Getty on ttyS0...
         Stopping ssh.service - OpenBSD Secure Shell server...
         Stopping systemd-logind.service - User Login Management...
         Stopping systemd-networkd-persiste…tent Storage in systemd-networkd...
[  OK  ] Stopped systemd-networkd-wait-onli… Wait for Network to be Configured.
         Stopping systemd-random-seed.service - Load/Save OS Random Seed...
[  OK  ] Stopped systemd-udev-load-credenti…- Load udev Rules from Credentials.
[  OK  ] Stopped dbus.service - D-Bus System Message Bus.
[  OK  ] Stopped ssh.service - OpenBSD Secure Shell server.
[  OK  ] Stopped getty@tty1.service - Getty on tty1.
[  OK  ] Stopped serial-getty@ttyS0.service - Serial Getty on ttyS0.
[  OK  ] Stopped systemd-networkd-persisten…istent Storage in systemd-networkd.
[  OK  ] Stopped systemd-random-seed.service - Load/Save OS Random Seed.
[  OK  ] Stopped systemd-logind.service - User Login Management.
[  OK  ] Removed slice system-getty.slice - Slice /system/getty.
[  OK  ] Removed slice system-serial\x2dget…slice - Slice /system/serial-getty.
         Stopping systemd-user-sessions.service - Permit User Sessions...
[  OK  ] Stopped systemd-user-sessions.service - Permit User Sessions.
[  OK  ] Stopped target basic.target - Basic System.
[  OK  ] Stopped target network.target - Network.
[  OK  ] Stopped target paths.target - Path Units.
[  OK  ] Stopped systemd-ask-password-conso…equests to Console Directory Watch.
[  OK  ] Stopped systemd-ask-password-wall.…d Requests to Wall Directory Watch.
[  OK  ] Stopped target remote-fs.target - Remote File Systems.
[  OK  ] Stopped target slices.target - Slice Units.
[  OK  ] Removed slice user.slice - User and Session Slice.
[  OK  ] Stopped target sockets.target - Socket Units.
[  OK  ] Closed dbus.socket - D-Bus System Message Bus Socket.
[  OK  ] Closed sshd-unix-local.socket - Op…temd-ssh-generator, AF_UNIX Local).
[  OK  ] Closed systemd-hostnamed.socket - Hostname Service Socket.
[  OK  ] Stopped target sysinit.target - System Initialization.
         Stopping systemd-binfmt.service - Set Up Additional Binary Formats...
         Stopping systemd-networkd.service - Network Configuration...
         Stopping systemd-resolved.service - Network Name Resolution...
[  OK  ] Stopped systemd-update-done.service - Update is Completed.
[  OK  ] Stopped ldconfig.service - Rebuild Dynamic Linker Cache.
[  OK  ] Stopped systemd-journal-catalog-up….service - Rebuild Journal Catalog.
[  OK  ] Stopped systemd-tmpfiles-setup.ser…reate System Files and Directories.
[  OK  ] Stopped systemd-resolved.service - Network Name Resolution.
[  OK  ] Stopped systemd-networkd.service - Network Configuration.
[  OK  ] Stopped systemd-binfmt.service - Set Up Additional Binary Formats.
[  OK  ] Unset automount proc-sys-fs-binfmt…ormats File System Automount Point.
[  OK  ] Stopped target local-fs.target - Local File Systems.
[  OK  ] Unset automount efi.automount - EFI System Partition Automount.
[  OK  ] Stopped target local-fs-pre.target…Preparation for Local File Systems.
[  OK  ] Stopped target network-pre.target - Preparation for Network.
[  OK  ] Closed systemd-networkd.socket - Network Service Netlink Socket.
         Unmounting run-lock.mount - Legacy Locks Directory /run/lock...
         Unmounting tmp.mount - Temporary Directory /tmp...
[  OK  ] Stopped systemd-network-generator.…ork Units from Kernel Command Line.
[  OK  ] Stopped systemd-sysctl.service - Apply Kernel Variables.
[  OK  ] Stopped systemd-modules-load.service - Load Kernel Modules.
[  OK  ] Stopped systemd-tmpfiles-setup-dev…Create Static Device Nodes in /dev.
[  OK  ] Stopped systemd-sysusers.service - Create System Users.
[  OK  ] Stopped systemd-remount-fs.service…mount Root and Kernel File Systems.
[  OK  ] Stopped systemd-tmpfiles-setup-dev…ic Device Nodes in /dev gracefully.
[  OK  ] Unmounted run-lock.mount - Legacy Locks Directory /run/lock.
[  OK  ] Unmounted tmp.mount - Temporary Directory /tmp.
[  OK  ] Stopped target swap.target - Swaps.
[  OK  ] Reached target shutdown.target - System Shutdown.
[  OK  ] Reached target umount.target - Unmount All Filesystems.
[  OK  ] Reached target final.target - Late Shutdown Services.
[  OK  ] Finished systemd-poweroff.service - System Power Off.
[  OK  ] Reached target poweroff.target - System Power Off.
[   32.390935] reboot: Power down
Raw run log
BdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x3,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x3,0x0)
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
INFO: Block devices
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
vda    254:0    0   100G  0 disk 
├─vda1 254:1    0   953M  0 part 
└─vda2 254:2    0  99.1G  0 part /
vdb    254:16   0   3.7M  1 disk 
vdc    254:32   0   550K  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  46.6G  0 disk 
vdf    254:80   0   100G  0 disk 
vdg    254:96   0    10K  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./
-rw-r--r-- ci/ci          1429 2026-09-03 14:47 ./plan.yaml
-rwxr-xr-x ci/ci       3863240 2026-09-03 14:47 ./run-ci
INFO: Extracted files:
        6      0 drwxr-xr-x   2 1000     1000           80 Sep  3 14:47 .
       10   3776 -rwxr-xr-x   1 1000     1000      3863240 Sep  3 14:47 ./run-ci
        9      4 -rw-r--r--   1 1000     1000         1429 Sep  3 14:47 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
{"type":"executor_starts","name":"ambient-execute-plan","version":"0.19.0@357668a","timestamp":{"secs_since_epoch":1788446870,"nanos_since_epoch":756061175}}
{"type":"trace","title":"Set environment variable \"HOME\"","msg":"\"HOME\"=\"/root\"","timestamp":{"secs_since_epoch":1788446870,"nanos_since_epoch":775911222}}
{"type":"runnable_plan","steps":[{"action":"mkdir","pathname":"/ci"},{"action":"mkdir","pathname":"/ci/artifacts"},{"action":"mkdir","pathname":"/ci/artifacts/debian"},{"action":"mkdir","pathname":"/ci/artifacts/rsync"},{"action":"mkdir","pathname":"/ci/secrets"},{"action":"mkdir","pathname":"/ci/deps"},{"action":"mkdir","pathname":"/ci/src"},{"action":"mkdir","pathname":"/ci/cache"},{"action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src"},{"action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps"},{"action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache"},{"action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts"},{"action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets"},{"action":"symlink","target":"/ci","link_name":"/workspace"},{"action":"create_file","filename":"/root/.ssh/config","content":"Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                ","overwrite":true},{"action":"wait_online"},{"action":"network_diagnostics"},{"action":"cargo_fetch"},{"action":"tar_create","archive":"/dev/vde","directory":"/ci/cache"},{"action":"tar_create","archive":"/dev/vdd","directory":"/ci/artifacts"},{"action":"tar_create","archive":"/dev/vdf","directory":"/ci/deps"}],"executor_drive":"/dev/vdb","source_drive":"/dev/vdc","artifact_drive":"/dev/vdd","cache_drive":"/dev/vde","deps_drive":"/dev/vdf","secrets_drive":null,"workspace_dir":"/ci","source_dir":"/ci/src","deps_dir":"/ci/deps","cache_dir":"/ci/cache","artifacts_dir":"/ci/artifacts","secrets_dir":null,"envs":{},"timestamp":{"secs_since_epoch":1788446870,"nanos_since_epoch":793895066}}
{"type":"trace","title":"Set environment variable \"CARGO_TARGET_DIR\"","msg":"\"CARGO_TARGET_DIR\"=\"/ci/cache/cargo-target\"","timestamp":{"secs_since_epoch":1788446870,"nanos_since_epoch":885035352}}
{"type":"trace","title":"Set environment variable \"CARGO_HOME\"","msg":"\"CARGO_HOME\"=\"/ci/deps\"","timestamp":{"secs_since_epoch":1788446870,"nanos_since_epoch":885130828}}
{"type":"trace","title":"Set environment variable \"PATH\"","msg":"\"PATH\"=\"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\"","timestamp":{"secs_since_epoch":1788446870,"nanos_since_epoch":885518173}}
{"type":"trace","title":"Set environment variable \"CARGO_TARGET_DIR\"","msg":"\"CARGO_TARGET_DIR\"=\"/ci/cache/cargo-target\"","timestamp":{"secs_since_epoch":1788446870,"nanos_since_epoch":885908056}}
{"type":"trace","title":"Set environment variable \"CARGO_HOME\"","msg":"\"CARGO_HOME\"=\"/ci/deps\"","timestamp":{"secs_since_epoch":1788446870,"nanos_since_epoch":886294381}}
{"type":"trace","title":"Set environment variable \"PATH\"","msg":"\"PATH\"=\"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\"","timestamp":{"secs_since_epoch":1788446870,"nanos_since_epoch":886731867}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci\",\n    },\n)","timestamp":{"secs_since_epoch":1788446870,"nanos_since_epoch":887134188}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1788446870,"nanos_since_epoch":893070417}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci/artifacts\",\n    },\n)","timestamp":{"secs_since_epoch":1788446870,"nanos_since_epoch":893221758}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1788446870,"nanos_since_epoch":893663139}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci/artifacts/debian\",\n    },\n)","timestamp":{"secs_since_epoch":1788446870,"nanos_since_epoch":894001572}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1788446870,"nanos_since_epoch":894468197}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci/artifacts/rsync\",\n    },\n)","timestamp":{"secs_since_epoch":1788446870,"nanos_since_epoch":894822152}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1788446870,"nanos_since_epoch":895262600}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci/secrets\",\n    },\n)","timestamp":{"secs_since_epoch":1788446870,"nanos_since_epoch":895634107}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1788446870,"nanos_since_epoch":896044453}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci/deps\",\n    },\n)","timestamp":{"secs_since_epoch":1788446870,"nanos_since_epoch":896382308}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1788446870,"nanos_since_epoch":896806964}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci/src\",\n    },\n)","timestamp":{"secs_since_epoch":1788446870,"nanos_since_epoch":897522206}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/src","timestamp":{"secs_since_epoch":1788446870,"nanos_since_epoch":897956006}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci/cache\",\n    },\n)","timestamp":{"secs_since_epoch":1788446870,"nanos_since_epoch":898290448}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/cache","timestamp":{"secs_since_epoch":1788446870,"nanos_since_epoch":898710625}}
{"type":"trace","title":"Execute action","msg":"TarExtract(\n    TarExtract {\n        archive: \"/dev/vdc\",\n        directory: \"/ci/src\",\n    },\n)","timestamp":{"secs_since_epoch":1788446870,"nanos_since_epoch":899043590}}
{"type":"trace","title":"Start program tar","msg":"Command {\n    program: \"tar\",\n    args: [\n        \"tar\",\n        \"-xvvvf\",\n        \"/dev/vdc\",\n        \"-C\",\n        \"/ci/src\",\n        \"--no-same-owner\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \".\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446870,"nanos_since_epoch":899524403}}
{"type":"program_succeeded","program_name":"tar","exit_code":0,"stdout":"drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./\n-rw-r--r-- ci/ci         14651 2026-09-03 14:47 ./Cargo.lock\n-rw-r--r-- ci/ci           263 2026-09-03 14:47 ./Cargo.toml\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./debian/\n-rw-r--r-- ci/ci           372 2026-09-03 14:47 ./debian/copyright\n-rw-r--r-- ci/ci           316 2026-09-03 14:47 ./debian/control\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./debian/source/\n-rw-r--r-- ci/ci            12 2026-09-03 14:47 ./debian/source/format\n-rwxr-xr-x ci/ci          1000 2026-09-03 14:47 ./debian/build-deb\n-rw-r--r-- ci/ci           131 2026-09-03 14:47 ./debian/changelog\n-rw-r--r-- ci/ci             4 2026-09-03 14:47 ./debian/compat\n-rwxr-xr-x ci/ci           257 2026-09-03 14:47 ./debian/rules\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./src/\n-rw-r--r-- ci/ci          3996 2026-09-03 14:47 ./src/main.rs\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.radicle/\n-rw-r--r-- ci/ci           262 2026-09-03 14:47 ./.radicle/ambient.yaml\n-rw-r--r-- ci/ci           367 2026-09-03 14:47 ./Makefile\n-rw-r--r-- ci/ci             8 2026-09-03 14:47 ./.gitignore\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/logs/\n-rw-r--r-- ci/ci           400 2026-09-03 14:47 ./.git/logs/HEAD\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/logs/refs/\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/logs/refs/remotes/\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/logs/refs/remotes/origin/\n-rw-r--r-- ci/ci           198 2026-09-03 14:47 ./.git/logs/refs/remotes/origin/HEAD\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/logs/refs/heads/\n-rw-r--r-- ci/ci           198 2026-09-03 14:47 ./.git/logs/refs/heads/main\n-rw-r--r-- ci/ci            41 2026-09-03 14:47 ./.git/HEAD\n-rw-r--r-- ci/ci           306 2026-09-03 14:47 ./.git/config\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/refs/\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/refs/remotes/\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/refs/remotes/origin/\n-rw-r--r-- ci/ci            30 2026-09-03 14:47 ./.git/refs/remotes/origin/HEAD\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/refs/tags/\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/refs/heads/\n-rw-r--r-- ci/ci            41 2026-09-03 14:47 ./.git/refs/heads/main\n-rw-r--r-- ci/ci           112 2026-09-03 14:47 ./.git/packed-refs\n-rw-r--r-- ci/ci          1350 2026-09-03 14:47 ./.git/index\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/hooks/\n-rwxr-xr-x ci/ci          2308 2026-09-03 14:47 ./.git/hooks/sendemail-validate.sample\n-rwxr-xr-x ci/ci           189 2026-09-03 14:47 ./.git/hooks/post-update.sample\n-rwxr-xr-x ci/ci           896 2026-09-03 14:47 ./.git/hooks/commit-msg.sample\n-rwxr-xr-x ci/ci           478 2026-09-03 14:47 ./.git/hooks/applypatch-msg.sample\n-rwxr-xr-x ci/ci           544 2026-09-03 14:47 ./.git/hooks/pre-receive.sample\n-rwxr-xr-x ci/ci          1492 2026-09-03 14:47 ./.git/hooks/prepare-commit-msg.sample\n-rwxr-xr-x ci/ci           416 2026-09-03 14:47 ./.git/hooks/pre-merge-commit.sample\n-rwxr-xr-x ci/ci          1649 2026-09-03 14:47 ./.git/hooks/pre-commit.sample\n-rwxr-xr-x ci/ci          2783 2026-09-03 14:47 ./.git/hooks/push-to-checkout.sample\n-rwxr-xr-x ci/ci          1374 2026-09-03 14:47 ./.git/hooks/pre-push.sample\n-rwxr-xr-x ci/ci          4726 2026-09-03 14:47 ./.git/hooks/fsmonitor-watchman.sample\n-rwxr-xr-x ci/ci          4898 2026-09-03 14:47 ./.git/hooks/pre-rebase.sample\n-rwxr-xr-x ci/ci          3650 2026-09-03 14:47 ./.git/hooks/update.sample\n-rwxr-xr-x ci/ci           424 2026-09-03 14:47 ./.git/hooks/pre-applypatch.sample\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/info/\n-rw-r--r-- ci/ci           240 2026-09-03 14:47 ./.git/info/exclude\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b1/\n-r--r--r-- ci/ci           475 2026-06-30 15:12 ./.git/objects/b1/154e3f70a207cc382f60944df6e8914df730fc\n-r--r--r-- ci/ci            78 2026-06-30 15:09 ./.git/objects/b1/ac4a394a3dee0b9e731cf50ac442a222cab326\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/1d/\n-r--r--r-- ci/ci           170 2026-07-09 16:23 ./.git/objects/1d/ef862a127f8979ed9ad7fb040c21e8a5ba61f4\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/1e/\n-r--r--r-- ci/ci            92 2026-07-09 16:25 ./.git/objects/1e/e89654df723bf7e73e020e8982eabfcf208dd7\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/4e/\n-r--r--r-- ci/ci            83 2026-09-03 13:44 ./.git/objects/4e/e9d33b7c579b72f72ef7a3e5a929d65258e46b\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/2d/\n-r--r--r-- ci/ci           474 2026-07-22 12:58 ./.git/objects/2d/7e84ddf6510114d30f5d177a5bc005e5ca86b3\n-r--r--r-- ci/ci            82 2026-07-03 13:23 ./.git/objects/2d/70628984c3b2f5aa1ecdcc1e6de2584e9cfeda\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/78/\n-r--r--r-- ci/ci            83 2026-08-12 05:48 ./.git/objects/78/6e0bef38533f02fc420548dc98274513c0a26f\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/d4/\n-r--r--r-- ci/ci            82 2026-06-30 15:12 ./.git/objects/d4/b479c9fc08b85f48ea406b0a3d5d5c105e2016\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/20/\n-r--r--r-- ci/ci            78 2026-07-03 13:23 ./.git/objects/20/10ba25a255a67bc8bfd8ac004a16ed79c551a4\n-r--r--r-- ci/ci           277 2026-08-24 05:42 ./.git/objects/20/2e165b5fa517a0af6f8f511470f07c9d9e49f0\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/e1/\n-r--r--r-- ci/ci           477 2026-08-24 05:44 ./.git/objects/e1/f56a99fbb137751f1ac0b260307b3dba72a1ed\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/17/\n-r--r--r-- ci/ci            82 2026-07-09 16:25 ./.git/objects/17/da650d614f2dedf8e23f4317895ed69e570f33\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/53/\n-r--r--r-- ci/ci            81 2026-08-24 05:44 ./.git/objects/53/73eea5c761b2d5ba8f1b5bb21995fca5a57f86\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/d5/\n-r--r--r-- ci/ci           275 2026-08-28 10:07 ./.git/objects/d5/a114d15a06a78bbad9ebe994be442372813d0a\n-r--r--r-- ci/ci            82 2026-07-03 13:21 ./.git/objects/d5/acd60221707192fdb44177f0bd3f3dfbd1c6cb\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/d3/\n-r--r--r-- ci/ci           275 2026-07-09 16:25 ./.git/objects/d3/fa76d81e445022beda47558eca1bd89f90e493\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/48/\n-r--r--r-- ci/ci           470 2026-08-28 10:07 ./.git/objects/48/6f174acd353d38c6e6edf2fb89358a64604004\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/43/\n-r--r--r-- ci/ci           210 2026-06-30 15:12 ./.git/objects/43/5337a95989dad5ba0aede46313e95443490c8b\n-r--r--r-- ci/ci            81 2026-08-28 10:09 ./.git/objects/43/166e59a44a8a5cfe504d1a114c63592fdb063c\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/71/\n-r--r--r-- ci/ci            82 2026-09-03 13:44 ./.git/objects/71/d80d0bbc0f07b5166f13c62c9085108d8c496b\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/19/\n-r--r--r-- ci/ci            83 2026-08-12 05:51 ./.git/objects/19/654de7413b9a05b28fd3a77be17e7975839261\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/61/\n-r--r--r-- ci/ci            78 2026-06-30 15:12 ./.git/objects/61/b49b2d63fb60187adc6b2834956655be3e4f46\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/23/\n-r--r--r-- ci/ci           276 2026-09-03 13:46 ./.git/objects/23/d08c7af24c5d5cc47d44db94733faf7e664111\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/22/\n-r--r--r-- ci/ci           170 2026-08-28 10:07 ./.git/objects/22/d10baea29342de628484e1a04d1f766ad8ae63\n-r--r--r-- ci/ci            83 2026-08-28 10:07 ./.git/objects/22/4d1ff12df9ab7e82efec27acec595b119628a1\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/89/\n-r--r--r-- ci/ci            92 2026-08-18 10:07 ./.git/objects/89/abb3010b80315780be8ec7dd523832563a4969\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/03/\n-r--r--r-- ci/ci            78 2026-08-24 05:42 ./.git/objects/03/d8dd2ee59b27c04c6a5590e7338903cf193ccc\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/3a/\n-r--r--r-- ci/ci            83 2026-08-18 10:05 ./.git/objects/3a/ddba0763cf1fbbc7b1b925b62921a1b9c0a16d\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/64/\n-r--r--r-- ci/ci           198 2026-08-12 05:51 ./.git/objects/64/6dbfb77a4adb4d1714976b654cd15840e080aa\n-r--r--r-- ci/ci            78 2026-07-03 13:21 ./.git/objects/64/eee209972e03d02579d52a05e899708355e620\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/31/\n-r--r--r-- ci/ci            83 2026-08-24 05:44 ./.git/objects/31/0e0aa258eaab482c0c2eada30c9f084d2549d0\n-r--r--r-- ci/ci           275 2026-07-09 16:23 ./.git/objects/31/558c1b65e64ecd8f14e76e581b6a05ebd036fc\n-r--r--r-- ci/ci           198 2026-08-24 05:42 ./.git/objects/31/991205a9697f13da79337789d053cf615bf2f9\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/5b/\n-r--r--r-- ci/ci           198 2026-07-22 12:58 ./.git/objects/5b/1d8be32d95b87673550dfdbcc93621c0742b14\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/f6/\n-r--r--r-- ci/ci           276 2026-09-03 13:44 ./.git/objects/f6/84cff238f87eca4399086530ad4b03d1b8236a\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/bd/\n-r--r--r-- ci/ci            83 2026-07-09 15:42 ./.git/objects/bd/43067a1344b8a9b79e6c63ef53f57ee202aa8d\n-r--r--r-- ci/ci            81 2026-07-09 16:23 ./.git/objects/bd/bb6ad0930a1c4b293702b679e51e20f11a36bc\n-r--r--r-- ci/ci            82 2026-08-24 05:42 ./.git/objects/bd/73eb335f839686ec773b1bde788ce94a39b731\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/59/\n-r--r--r-- ci/ci            83 2026-09-03 13:46 ./.git/objects/59/cd8b49c33cb0ceba0efb084fbd0ed54951a1a8\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/a2/\n-r--r--r-- ci/ci            83 2026-07-03 13:23 ./.git/objects/a2/002db8d12ce69fe19c68ab4ae29e1a89ae430b\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/e7/\n-r--r--r-- ci/ci            78 2026-08-18 10:05 ./.git/objects/e7/ef31b314883677d63def16245f0cac43a40872\n-r--r--r-- ci/ci           275 2026-06-30 15:09 ./.git/objects/e7/c1c56c749304cdd64bff5044ed0a7bbef7a737\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/5e/\n-r--r--r-- ci/ci           470 2026-08-18 10:05 ./.git/objects/5e/83f953b0e67089319e245ee2b86c69d82a542f\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/0b/\n-r--r--r-- ci/ci            77 2026-09-03 13:44 ./.git/objects/0b/4430a580016d444b84a03e0a082fd01f970610\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/be/\n-r--r--r-- ci/ci            83 2026-07-22 12:58 ./.git/objects/be/962f5abd93742957ee419fccb48fd897f38285\n-r--r--r-- ci/ci            93 2026-08-24 05:44 ./.git/objects/be/1d8fc74f683c8a1c5088cb729a5f8d62b08b11\n-r--r--r-- ci/ci            78 2026-07-09 16:23 ./.git/objects/be/36b28f9d93af7b3980e707828bf6df1afc9cd8\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/0f/\n-r--r--r-- ci/ci            82 2026-08-28 10:07 ./.git/objects/0f/c6bfdfdbd64c0e63aca944d49ad83bada15429\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/50/\n-r--r--r-- ci/ci           277 2026-08-28 10:09 ./.git/objects/50/04084f4c687dff263cdb7caf5a822844c3012f\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/77/\n-r--r--r-- ci/ci            92 2026-07-22 12:58 ./.git/objects/77/75fe525ebd617e1e6a0e9a9cb690d886c48b17\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/8f/\n-r--r--r-- ci/ci           198 2026-08-28 10:09 ./.git/objects/8f/0b966340d45899e33490079c914c4facd341fe\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/bf/\n-r--r--r-- ci/ci           171 2026-08-18 10:05 ./.git/objects/bf/f2a6d43d4490c315192e1ccd0718565b7647c3\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/18/\n-r--r--r-- ci/ci            78 2026-07-22 12:58 ./.git/objects/18/12b4fb9c6c3aae055db97c6e2aae0a5b3ab2ce\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/ce/\n-r--r--r-- ci/ci           170 2026-08-24 05:42 ./.git/objects/ce/ca351bde092a435b4e48614df20401cbb2d1a0\n-r--r--r-- ci/ci           276 2026-08-12 05:48 ./.git/objects/ce/69921fa4e8bff923ad159ab3949002a333f29a\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/d8/\n-r--r--r-- ci/ci           276 2026-08-18 10:05 ./.git/objects/d8/d64d3cdcba79ce113d6ae06368692e01cf2f88\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b6/\n-r--r--r-- ci/ci           277 2026-07-03 13:23 ./.git/objects/b6/c2375c025f78402b67c9baf2cd07c3a172679e\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b3/\n-r--r--r-- ci/ci           170 2026-07-03 13:21 ./.git/objects/b3/6a6a9acb3be6c626737dc7c0b4edf23e5e9b0b\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/44/\n-r--r--r-- ci/ci            78 2026-07-09 16:25 ./.git/objects/44/eb676a8289d8a4a9a7ddfc06a085f85825b05e\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/bb/\n-r--r--r-- ci/ci           276 2026-08-24 05:44 ./.git/objects/bb/1085545ba61b1078598bbcfc3af32c3d55c931\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/88/\n-r--r--r-- ci/ci           471 2026-07-09 16:23 ./.git/objects/88/08e183d80ea8326dedd04a2cf2d9b2be5ed042\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/fa/\n-r--r--r-- ci/ci           198 2026-08-12 05:48 ./.git/objects/fa/0f41e055d90bda9a3cf22e1e85de2691655388\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/9a/\n-r--r--r-- ci/ci           476 2026-07-03 13:23 ./.git/objects/9a/024286424ea8519590880fd3a4b3993199b797\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/12/\n-r--r--r-- ci/ci            82 2026-09-03 13:46 ./.git/objects/12/85bc6b2047fe2c8b8aa7f322164880dc1b6164\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/98/\n-r--r--r-- ci/ci            81 2026-08-12 05:51 ./.git/objects/98/c74ec718e8f5849ac6124b7f646e7441c748b5\n-r--r--r-- ci/ci            83 2026-07-09 15:39 ./.git/objects/98/47865f0ea7a379eec940b54354bd24b4bee574\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/9d/\n-r--r--r-- ci/ci            81 2026-07-22 12:55 ./.git/objects/9d/64e29ad23247f5812a099c0c8d762c9c083989\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/cd/\n-r--r--r-- ci/ci           198 2026-09-03 13:44 ./.git/objects/cd/63c0115975c20979e0b4430a7692982034bbb8\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/60/\n-r--r--r-- ci/ci            82 2026-07-09 15:39 ./.git/objects/60/92d68df63f22a76e7aead32ddccd788d3c5a1b\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/42/\n-r--r--r-- ci/ci            93 2026-07-09 15:42 ./.git/objects/42/5f7e4c66442987515ac0035f6ced0cc0878f2b\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/1a/\n-r--r--r-- ci/ci           470 2026-08-24 05:42 ./.git/objects/1a/ea676e10f2f12221330d9cd87eaf46b236f7ef\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/35/\n-r--r--r-- ci/ci           470 2026-09-03 13:44 ./.git/objects/35/58b672c56d441aa25c7b401129158518029fd0\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/af/\n-r--r--r-- ci/ci            90 2026-08-28 10:09 ./.git/objects/af/7c6e46364c51dcd669b675832b980491cdccfe\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/99/\n-r--r--r-- ci/ci            78 2026-09-03 13:46 ./.git/objects/99/e441192787ae3e33808eb86d9cfa6b10d8d158\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/45/\n-r--r--r-- ci/ci           274 2026-08-12 05:51 ./.git/objects/45/fc3bfa0d051b57413bc2033358e59c24c83806\n-r--r--r-- ci/ci            83 2026-07-22 12:58 ./.git/objects/45/9557a20b8292b4973b852590245570eb6585ec\n-r--r--r-- ci/ci            78 2026-08-12 05:51 ./.git/objects/45/fee439814ad75dcb39e7ccba3833bb9489283c\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/f0/\n-r--r--r-- ci/ci           474 2026-08-18 10:07 ./.git/objects/f0/70dad5cfe21de9d28d35a064ade2e4eca438e5\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/e5/\n-r--r--r-- ci/ci           210 2026-06-30 15:09 ./.git/objects/e5/89b60292be8504493e4b939670e865731f621d\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/49/\n-r--r--r-- ci/ci           197 2026-07-09 16:25 ./.git/objects/49/5789aa5d6eaa6633ca67782f3ff954287e4dab\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/ed/\n-r--r--r-- ci/ci            77 2026-08-24 05:44 ./.git/objects/ed/58207f072b08b638f0bf38d5d73f6533c028db\n-r--r--r-- ci/ci            82 2026-08-18 10:07 ./.git/objects/ed/542ed6afc52b61463680e4610d10bc7924eb59\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/f2/\n-r--r--r-- ci/ci           275 2026-07-22 12:55 ./.git/objects/f2/a47abbc5784022118d641b38005e39c0d04123\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/7d/\n-r--r--r-- ci/ci            83 2026-07-09 16:25 ./.git/objects/7d/eac70b169c67c57d0e0fbbfe2e2182f68d300e\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b9/\n-r--r--r-- ci/ci           170 2026-07-09 15:39 ./.git/objects/b9/5d24a7ca6c5486802b4f0946cbdc92aec4c64e\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/8d/\n-r--r--r-- ci/ci           198 2026-07-09 16:23 ./.git/objects/8d/d464502ee585279b8cdb165037b917c4ee90f4\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/72/\n-r--r--r-- ci/ci           472 2026-07-09 15:42 ./.git/objects/72/3d05d2a23858e7c0f6732d1151b82007ea7550\n-r--r--r-- ci/ci           474 2026-09-03 13:46 ./.git/objects/72/2d5966f718a340af554312d47a7dd5fcbe2837\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/a9/\n-r--r--r-- ci/ci            78 2026-08-28 10:09 ./.git/objects/a9/ffaaef306fa8eed6fb4e938d8da1014a162abc\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/91/\n-r--r--r-- ci/ci           277 2026-08-18 10:07 ./.git/objects/91/0dc68a60d05422a9cbb194687008cff479677d\n-r--r--r-- ci/ci            78 2026-07-09 15:39 ./.git/objects/91/24ffd28f18d1cb7b226fe2f772406e7b180e5b\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/57/\n-r--r--r-- ci/ci           210 2026-07-03 13:21 ./.git/objects/57/87a3b9cbcddd7a3b318897cfeacd1fa9972700\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/ae/\n-r--r--r-- ci/ci           275 2026-07-03 13:21 ./.git/objects/ae/34b6380436deb719890c933a47b2ca1693c320\n-r--r--r-- ci/ci            82 2026-06-30 15:09 ./.git/objects/ae/315fb32b0fb58ad1ba34123aba7aace06be1c7\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/a5/\n-r--r--r-- ci/ci           471 2026-07-09 16:25 ./.git/objects/a5/d87d57e8e3bbb3beb87d577d4c70607afc1a91\n-r--r--r-- ci/ci           276 2026-07-09 15:42 ./.git/objects/a5/ee25a835d66b9df31ca08bb6f266664ac400e0\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/74/\n-r--r--r-- ci/ci            77 2026-07-09 15:42 ./.git/objects/74/b167012928119d348ae401c06f837b0f1b3376\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/66/\n-r--r--r-- ci/ci            83 2026-07-09 16:23 ./.git/objects/66/e3e0683585737d0973ba989c695f306a373f1a\n-r--r--r-- ci/ci           171 2026-08-12 05:48 ./.git/objects/66/abcc2dda476bf87c4739fd03e75ce859a2b51d\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/ba/\n-r--r--r-- ci/ci           170 2026-06-30 15:09 ./.git/objects/ba/1c71b0cb39be17e8cc14a252b3496ab5bc800c\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/8a/\n-r--r--r-- ci/ci            83 2026-08-28 10:09 ./.git/objects/8a/138d3585cd6c57ddc8bf740f9af169d3bdd56d\n-r--r--r-- ci/ci           198 2026-08-24 05:44 ./.git/objects/8a/87092acf9c6e711dfc95bb4e62ed3679d9b0e9\n-r--r--r-- ci/ci            83 2026-07-22 12:55 ./.git/objects/8a/706b914d14a07a8096479f95f3139176b5ed2e\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/e3/\n-r--r--r-- ci/ci            83 2026-06-30 15:12 ./.git/objects/e3/f09bcafdea9bcf5713de776827b6742af5562e\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/f7/\n-r--r--r-- ci/ci           198 2026-08-28 10:07 ./.git/objects/f7/9f826980d0074acb261af4181cc80ab190e8c4\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/7e/\n-r--r--r-- ci/ci           474 2026-08-12 05:51 ./.git/objects/7e/f10313864285508a2c2ab677aa31fb47630787\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/32/\n-r--r--r-- ci/ci           198 2026-08-18 10:05 ./.git/objects/32/e8b135943a0fd42e1f9851c426903bdbef433d\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/pack/\n-rw------- ci/ci           644 2026-06-19 02:28 ./.git/objects/pack/pack-6f0796d1461da2d427768482efde02f6a49fe19a.pack\n-rw------- ci/ci          3128 2026-06-17 03:55 ./.git/objects/pack/pack-eb46ebf2da21624091ae19f526cb413d2801a124.pack\n-rw------- ci/ci           806 2026-07-01 13:33 ./.git/objects/pack/pack-9b7e886c22fb5f02bc0a81742f57bb2ab98c9f5a.pack\n-r--r--r-- ci/ci         33748 2026-06-16 07:48 ./.git/objects/pack/pack-537dbedee396b74bd6ddeeeef8569b6ac4c6e858.idx\n-rw------- ci/ci          1156 2026-06-27 03:00 ./.git/objects/pack/pack-e3c94011ad0db61e576257b67702cc3e3cb14bdc.idx\n-rw------- ci/ci          1324 2026-07-01 13:33 ./.git/objects/pack/pack-a51f045aff1a4e98942bd1664de3c1ab90eec6a4.idx\n-r--r--r-- ci/ci          4720 2026-06-16 07:48 ./.git/objects/pack/pack-537dbedee396b74bd6ddeeeef8569b6ac4c6e858.rev\n-rw------- ci/ci          1212 2026-07-01 13:33 ./.git/objects/pack/pack-9b7e886c22fb5f02bc0a81742f57bb2ab98c9f5a.idx\n-rw------- ci/ci           649 2026-06-27 03:00 ./.git/objects/pack/pack-e3c94011ad0db61e576257b67702cc3e3cb14bdc.pack\n-rw------- ci/ci           806 2026-06-26 03:20 ./.git/objects/pack/pack-b5204e5090a5ec2f19782df8d9662f2abff6e066.pack\n-rw------- ci/ci          1733 2026-07-01 13:33 ./.git/objects/pack/pack-a51f045aff1a4e98942bd1664de3c1ab90eec6a4.pack\n-rw------- ci/ci           808 2026-06-27 03:00 ./.git/objects/pack/pack-4f4c6a831ac255dd90bb4d6a39c8da8f49606fdc.pack\n-rw------- ci/ci          1212 2026-06-27 03:00 ./.git/objects/pack/pack-4f4c6a831ac255dd90bb4d6a39c8da8f49606fdc.idx\n-rw------- ci/ci          1212 2026-06-19 02:28 ./.git/objects/pack/pack-b64fa0db0ba3abe3d23d8722d78c109d12b39d88.idx\n-r--r--r-- ci/ci         12630 2026-06-16 07:48 ./.git/objects/pack/pack-537dbedee396b74bd6ddeeeef8569b6ac4c6e858.bitmap\n-rw------- ci/ci           650 2026-06-26 03:20 ./.git/objects/pack/pack-cce30de131d82552e280a656dfaa37f9c4133637.pack\n-rw------- ci/ci          1772 2026-06-17 03:55 ./.git/objects/pack/pack-eb46ebf2da21624091ae19f526cb413d2801a124.idx\n-rw------- ci/ci          1212 2026-06-26 03:20 ./.git/objects/pack/pack-b5204e5090a5ec2f19782df8d9662f2abff6e066.idx\n-rw------- ci/ci          1576 2026-06-17 03:55 ./.git/objects/pack/pack-dae7cdf7c1eb4a6e752216df79a7538de3c29e2c.idx\n-rw------- ci/ci          1156 2026-06-19 02:28 ./.git/objects/pack/pack-6f0796d1461da2d427768482efde02f6a49fe19a.idx\n-r--r--r-- ci/ci        146898 2026-09-03 14:47 ./.git/objects/pack/pack-537dbedee396b74bd6ddeeeef8569b6ac4c6e858.pack\n-rw------- ci/ci           806 2026-06-19 02:28 ./.git/objects/pack/pack-b64fa0db0ba3abe3d23d8722d78c109d12b39d88.pack\n-rw------- ci/ci          2494 2026-06-17 03:55 ./.git/objects/pack/pack-dae7cdf7c1eb4a6e752216df79a7538de3c29e2c.pack\n-rw------- ci/ci          1156 2026-06-26 03:20 ./.git/objects/pack/pack-cce30de131d82552e280a656dfaa37f9c4133637.idx\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/69/\n-r--r--r-- ci/ci            77 2026-08-18 10:07 ./.git/objects/69/7a1e8d2d3ea3dab5b3ba997ddb6624605ca39f\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/9e/\n-r--r--r-- ci/ci            93 2026-08-12 05:51 ./.git/objects/9e/d4c09fe2339f8592b7656b527493aae7504e3b\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/f9/\n-r--r--r-- ci/ci           197 2026-08-18 10:07 ./.git/objects/f9/5d3b74e8ac1772c8472f5663c3d804ccf20dca\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b5/\n-r--r--r-- ci/ci            78 2026-08-12 05:48 ./.git/objects/b5/6d5a889bcc2b881e344d188d1f0b841ea60d5f\n-r--r--r-- ci/ci            82 2026-08-12 05:48 ./.git/objects/b5/1062c0da818638178fd67ac8aaef7f82d76837\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/info/\n-rw-r--r-- ci/ci            54 2026-06-16 07:48 ./.git/objects/info/packs\n-r--r--r-- ci/ci         20828 2026-06-16 07:48 ./.git/objects/info/commit-graph\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b8/\n-r--r--r-- ci/ci           475 2026-08-28 10:09 ./.git/objects/b8/db8408d606df420d2bc90315db9ed57dec684c\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/d2/\n-r--r--r-- ci/ci            83 2026-07-03 13:21 ./.git/objects/d2/32dd0f0dfee3699cca632430f6609fb4e25ffd\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/a0/\n-r--r--r-- ci/ci           211 2026-07-03 13:23 ./.git/objects/a0/9547ffb6b84f40541f3b112727164094b29377\n-r--r--r-- ci/ci           170 2026-09-03 13:44 ./.git/objects/a0/6e4b27a97b893a7415933915b7944d042dfa6e\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/a4/\n-r--r--r-- ci/ci            83 2026-08-18 10:07 ./.git/objects/a4/660f87387db7d3ec896b5657e526b1d02fcd43\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/62/\n-r--r--r-- ci/ci            83 2026-08-24 05:42 ./.git/objects/62/d83c532c6c74a6e9c7fb56f2054fa25bc5c071\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/c7/\n-r--r--r-- ci/ci           196 2026-07-22 12:55 ./.git/objects/c7/20efa957ada70bc90e7a2c40fdce2d7d820dbe\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b2/\n-r--r--r-- ci/ci           198 2026-07-09 15:39 ./.git/objects/b2/12171f6dfd4d5f2274544276ef867cd6b7167c\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/8e/\n-r--r--r-- ci/ci           197 2026-09-03 13:46 ./.git/objects/8e/28266535035084f510314fc7e140e399007d8f\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/c6/\n-r--r--r-- ci/ci           472 2026-08-12 05:48 ./.git/objects/c6/35ebd2d8870570abb9a979a9e07aaad8ac91ba\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/f4/\n-r--r--r-- ci/ci           470 2026-07-09 15:39 ./.git/objects/f4/ed533fcd0e0c2980f5a4a90b1ad237fc5be173\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/1b/\n-r--r--r-- ci/ci            82 2026-08-18 10:05 ./.git/objects/1b/6dcc7a6e994a6fdcd36f05729c032e7cad2d5f\n-r--r--r-- ci/ci           276 2026-07-22 12:58 ./.git/objects/1b/afd5ab2ca3b1d096d09a124fb46b4ec310cf91\n-r--r--r-- ci/ci           197 2026-07-09 15:42 ./.git/objects/1b/9d49f0403d4884afd00bb7212746e5542ea44f\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/a8/\n-r--r--r-- ci/ci           276 2026-07-09 15:39 ./.git/objects/a8/978449472ee201b2adce0224ea2645263c9083\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/5a/\n-r--r--r-- ci/ci            92 2026-09-03 13:46 ./.git/objects/5a/8655df146ff42a4ee1d01294196b0a21f04ab3\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/00/\n-r--r--r-- ci/ci            78 2026-07-22 12:55 ./.git/objects/00/2246c763864a3b31f898a601bbd6ca5a3cb5d1\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/7a/\n-r--r--r-- ci/ci           277 2026-06-30 15:12 ./.git/objects/7a/51d0051e5c7c52f5ea4e707873cc2e8a4c5bf0\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/3f/\n-r--r--r-- ci/ci           471 2026-07-03 13:21 ./.git/objects/3f/5a6f00c7ef806ea4a41655791d3c824b929cf2\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/9f/\n-r--r--r-- ci/ci            82 2026-07-09 15:42 ./.git/objects/9f/28cc855ad34fe4155aa71328327519edd073ed\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/07/\n-r--r--r-- ci/ci           171 2026-07-22 12:55 ./.git/objects/07/f23a2afc6eed4b1b4c4d30494fb7cc82b877be\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b0/\n-r--r--r-- ci/ci            93 2026-06-30 15:12 ./.git/objects/b0/f90566411dba61459edc730b197b263fa712e3\n-r--r--r-- ci/ci           470 2026-07-22 12:55 ./.git/objects/b0/36ddbd0ed72c35ac52010e43066efe67e1ebb3\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/24/\n-r--r--r-- ci/ci            92 2026-07-03 13:23 ./.git/objects/24/f653c4b1f215d080614961cfb91defab0715f0\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/67/\n-r--r--r-- ci/ci            83 2026-06-30 15:09 ./.git/objects/67/4bbbc0991f9e122d86713788b35858f12ebc3f\n-r--r--r-- ci/ci            78 2026-08-28 10:07 ./.git/objects/67/50c7bafe6ea24f3f42a92c54b772f2af12fec8\n-r--r--r-- ci/ci           470 2026-06-30 15:09 ./.git/objects/67/55479dedc04fb4fca694984cac9eb7e693eba9\n-rw-r--r-- ci/ci            73 2026-09-03 14:47 ./.git/description\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/branches/\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.ambient/\n-rwxr-xr-x ci/ci           452 2026-09-03 14:47 ./.ambient/dch\n","stderr":"","timestamp":{"secs_since_epoch":1788446871,"nanos_since_epoch":69731393}}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1788446871,"nanos_since_epoch":759847124}}
{"type":"trace","title":"Execute action","msg":"TarExtract(\n    TarExtract {\n        archive: \"/dev/vdf\",\n        directory: \"/ci/deps\",\n    },\n)","timestamp":{"secs_since_epoch":1788446871,"nanos_since_epoch":760126859}}
{"type":"trace","title":"Start program tar","msg":"Command {\n    program: \"tar\",\n    args: [\n        \"tar\",\n        \"-xvvvf\",\n        \"/dev/vdf\",\n        \"-C\",\n        \"/ci/deps\",\n        \"--no-same-owner\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \".\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446871,"nanos_since_epoch":760545329}}
{"type":"program_succeeded","program_name":"tar","exit_code":0,"stdout":"drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./\n","stderr":"","timestamp":{"secs_since_epoch":1788446871,"nanos_since_epoch":780547643}}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1788446871,"nanos_since_epoch":780609376}}
{"type":"trace","title":"Execute action","msg":"TarExtract(\n    TarExtract {\n        archive: \"/dev/vde\",\n        directory: \"/ci/cache\",\n    },\n)","timestamp":{"secs_since_epoch":1788446871,"nanos_since_epoch":781345973}}
{"type":"trace","title":"Start program tar","msg":"Command {\n    program: \"tar\",\n    args: [\n        \"tar\",\n        \"-xvvvf\",\n        \"/dev/vde\",\n        \"-C\",\n        \"/ci/cache\",\n        \"--no-same-owner\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \".\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446871,"nanos_since_epoch":781767385}}
{"type":"program_succeeded","program_name":"tar","exit_code":0,"stdout":"drwxr-xr-x ci/ci             0 2026-08-28 10:07 ./\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/\n-rw-r--r-- ci/ci           177 2026-08-28 10:07 ./cargo-target/CACHEDIR.TAG\n-rw-r--r-- ci/ci          1264 2026-09-03 13:46 ./cargo-target/.rustc_info.json\ndrwxr-xr-x ci/ci             0 2026-09-03 13:46 ./cargo-target/release/\ndrwxr-xr-x ci/ci             0 2026-09-03 13:46 ./cargo-target/release/deps/\n-rw-r--r-- ci/ci          2551 2026-08-28 10:08 ./cargo-target/release/deps/console-d431110703700aca.d\n-rw-r--r-- ci/ci         36377 2026-08-28 10:08 ./cargo-target/release/deps/libsame_file-3ba7bddfadca5e94.rmeta\n-rw-r--r-- ci/ci         12683 2026-08-28 10:09 ./cargo-target/release/deps/libclap-cd4b757ce892d4bb.rmeta\n-rw-r--r-- ci/ci       3961545 2026-08-28 10:08 ./cargo-target/release/deps/liblibc-d08669cc7cb3b24b.rmeta\n-rw-r--r-- ci/ci           902 2026-08-28 10:08 ./cargo-target/release/deps/unit_prefix-90ac74a1db971ce4.d\n-rw-r--r-- ci/ci        307178 2026-08-28 10:08 ./cargo-target/release/deps/libanstream-4ef7222b69d1da74.rlib\n-rw-r--r-- ci/ci          3148 2026-08-28 10:08 ./cargo-target/release/deps/heck-313a2ad31909d0ad.d\n-rw-r--r-- ci/ci          4319 2026-08-28 10:08 ./cargo-target/release/deps/proc_macro2-b9963ff11ae7668b.d\n-rw-r--r-- ci/ci         86722 2026-08-28 10:08 ./cargo-target/release/deps/libitoa-5a7ece7454b24b24.rlib\n-rw-r--r-- ci/ci          2311 2026-08-28 10:09 ./cargo-target/release/deps/serde-3629bc852049c1da.d\n-rw-r--r-- ci/ci       1365792 2026-08-28 10:08 ./cargo-target/release/deps/liblinux_raw_sys-0d2d901aa4573cc3.rlib\n-rw-r--r-- ci/ci          3669 2026-08-28 10:08 ./cargo-target/release/deps/anstream-4ef7222b69d1da74.d\n-rw-r--r-- ci/ci         69432 2026-08-28 10:08 ./cargo-target/release/deps/libzmij-4ee6bdb28bb72843.rlib\n-rw-r--r-- ci/ci          9813 2026-08-28 10:08 ./cargo-target/release/deps/libis_terminal_polyfill-d28475b24725bf33.rmeta\n-rw-r--r-- ci/ci       1746775 2026-08-28 10:08 ./cargo-target/release/deps/librustix-67750beee1ec3fd7.rmeta\n-rw-r--r-- ci/ci          6804 2026-08-28 10:08 ./cargo-target/release/deps/portable_atomic-df4d6b6423a57b4c.d\n-rw-r--r-- ci/ci        183011 2026-08-28 10:08 ./cargo-target/release/deps/libanstyle_parse-85e9f4b5cb1cf89e.rmeta\n-rw-r--r-- ci/ci           526 2026-08-28 10:08 ./cargo-target/release/deps/strsim-d9554b4734921b7c.d\n-rwxr-xr-x ci/ci       1419424 2026-09-03 13:46 ./cargo-target/release/deps/filecount-ac2daad50651c2d5\n-rw-r--r-- ci/ci       4235950 2026-08-28 10:09 ./cargo-target/release/deps/libclap_builder-6a73b8b54ebec844.rlib\n-rw-r--r-- ci/ci        237842 2026-08-28 10:08 ./cargo-target/release/deps/libonce_cell-26d30c93d8c7a2ae.rmeta\n-rw-r--r-- ci/ci       1557242 2026-08-28 10:08 ./cargo-target/release/deps/libportable_atomic-df4d6b6423a57b4c.rmeta\n-rw-r--r-- ci/ci       2702873 2026-08-28 10:08 ./cargo-target/release/deps/libsyn-b5617815f0a02c50.rmeta\n-rwxr-xr-x ci/ci       4126424 2026-08-28 10:08 ./cargo-target/release/deps/libclap_derive-8a179cbf9e32af15.so\n-rw-r--r-- ci/ci         24630 2026-08-28 10:08 ./cargo-target/release/deps/libterminal_size-a7f45f19706590f2.rlib\n-rw-r--r-- ci/ci          2075 2026-08-28 10:08 ./cargo-target/release/deps/anstyle_parse-85e9f4b5cb1cf89e.d\n-rw-r--r-- ci/ci        117774 2026-08-28 10:09 ./cargo-target/release/deps/libwalkdir-7905677f597ec379.rmeta\n-rw-r--r-- ci/ci       1931934 2026-08-28 10:08 ./cargo-target/release/deps/librustix-67750beee1ec3fd7.rlib\n-rw-r--r-- ci/ci        996188 2026-08-28 10:09 ./cargo-target/release/deps/libserde-3629bc852049c1da.rlib\n-rw-r--r-- ci/ci           880 2026-08-28 10:08 ./cargo-target/release/deps/utf8parse-e5c779f350c6b992.d\n-rw-r--r-- ci/ci           829 2026-08-28 10:08 ./cargo-target/release/deps/zmij-4ee6bdb28bb72843.d\n-rw-r--r-- ci/ci       2040682 2026-08-28 10:09 ./cargo-target/release/deps/libserde_json-2f74d718813f54f5.rlib\n-rw-r--r-- ci/ci        687506 2026-08-28 10:08 ./cargo-target/release/deps/libconsole-d431110703700aca.rmeta\n-rw-r--r-- ci/ci           932 2026-08-28 10:08 ./cargo-target/release/deps/anstyle_query-c3902ac7e5a9ff9c.d\n-rw-r--r-- ci/ci       1363538 2026-08-28 10:08 ./cargo-target/release/deps/liblinux_raw_sys-0d2d901aa4573cc3.rmeta\n-rw-r--r-- ci/ci          2476 2026-08-28 10:08 ./cargo-target/release/deps/linux_raw_sys-0d2d901aa4573cc3.d\n-rw-r--r-- ci/ci       1715537 2026-08-28 10:09 ./cargo-target/release/deps/libserde_json-2f74d718813f54f5.rmeta\n-rw-r--r-- ci/ci          2533 2026-08-28 10:08 ./cargo-target/release/deps/quote-ddea29ab556978ac.d\n-rw-r--r-- ci/ci       2573725 2026-08-28 10:08 ./cargo-target/release/deps/libclap_builder-6a73b8b54ebec844.rmeta\n-rw-r--r-- ci/ci          5901 2026-08-28 10:09 ./cargo-target/release/deps/serde_json-2f74d718813f54f5.d\n-rw-r--r-- ci/ci        223464 2026-08-28 10:08 ./cargo-target/release/deps/libbitflags-84a8a53f920e85fb.rmeta\n-rw-r--r-- ci/ci           876 2026-08-28 10:08 ./cargo-target/release/deps/same_file-3ba7bddfadca5e94.d\n-rw-r--r-- ci/ci         13341 2026-08-28 10:08 ./cargo-target/release/deps/rustix-67750beee1ec3fd7.d\n-rw-r--r-- ci/ci         52786 2026-08-28 10:08 ./cargo-target/release/deps/libzmij-4ee6bdb28bb72843.rmeta\n-rw-r--r-- ci/ci          7260 2026-08-28 10:08 ./cargo-target/release/deps/serde_core-394e72e429afbbef.d\n-rw-r--r-- ci/ci         34065 2026-08-28 10:08 ./cargo-target/release/deps/libunicode_ident-dbdd73b4c82907f6.rmeta\n-rw-r--r-- ci/ci         21862 2026-08-28 10:08 ./cargo-target/release/deps/clap_builder-6a73b8b54ebec844.d\n-rw-r--r-- ci/ci       9004686 2026-08-28 10:08 ./cargo-target/release/deps/libsyn-b5617815f0a02c50.rlib\n-rw-r--r-- ci/ci         65546 2026-08-28 10:08 ./cargo-target/release/deps/libunit_prefix-90ac74a1db971ce4.rmeta\n-rw-r--r-- ci/ci         19674 2026-08-28 10:08 ./cargo-target/release/deps/libanstyle_query-c3902ac7e5a9ff9c.rmeta\n-rw-r--r-- ci/ci        290920 2026-08-28 10:08 ./cargo-target/release/deps/libheck-313a2ad31909d0ad.rlib\n-rw-r--r-- ci/ci           845 2026-08-28 10:08 ./cargo-target/release/deps/itoa-5a7ece7454b24b24.d\n-rw-r--r-- ci/ci        890190 2026-08-28 10:08 ./cargo-target/release/deps/libunicode_width-ea74a36a53b64452.rlib\n-rw-r--r-- ci/ci         20181 2026-08-28 10:08 ./cargo-target/release/deps/libterminal_size-a7f45f19706590f2.rmeta\n-rw-r--r-- ci/ci        269624 2026-08-28 10:08 ./cargo-target/release/deps/libquote-ddea29ab556978ac.rmeta\n-rw-r--r-- ci/ci          1508 2026-08-28 10:09 ./cargo-target/release/deps/walkdir-7905677f597ec379.d\n-rw-r--r-- ci/ci       1168146 2026-08-28 10:08 ./cargo-target/release/deps/libproc_macro2-b9963ff11ae7668b.rlib\n-rw-r--r-- ci/ci        338730 2026-08-28 10:08 ./cargo-target/release/deps/libproc_macro2-b9963ff11ae7668b.rmeta\n-rw-r--r-- ci/ci         78342 2026-08-28 10:08 ./cargo-target/release/deps/libitoa-5a7ece7454b24b24.rmeta\n-rw-r--r-- ci/ci          8197 2026-08-28 10:08 ./cargo-target/release/deps/serde_derive-a4d68b660f21d9a1.d\n-rw-r--r-- ci/ci         81197 2026-08-28 10:08 ./cargo-target/release/deps/libclap_lex-20384d8ec24dace5.rmeta\n-rw-r--r-- ci/ci         13469 2026-08-28 10:08 ./cargo-target/release/deps/libcolorchoice-9cc885dc20138687.rmeta\n-rw-r--r-- ci/ci       1603272 2026-08-28 10:08 ./cargo-target/release/deps/libportable_atomic-df4d6b6423a57b4c.rlib\n-rw-r--r-- ci/ci        970014 2026-08-28 10:09 ./cargo-target/release/deps/libserde-3629bc852049c1da.rmeta\n-rw-r--r-- ci/ci         13761 2026-08-28 10:08 ./cargo-target/release/deps/libc-d08669cc7cb3b24b.d\n-rw-r--r-- ci/ci       5470778 2026-08-28 10:08 ./cargo-target/release/deps/libserde_core-394e72e429afbbef.rlib\n-rw-r--r-- ci/ci       3973538 2026-08-28 10:08 ./cargo-target/release/deps/liblibc-d08669cc7cb3b24b.rlib\n-rw-r--r-- ci/ci        227106 2026-08-28 10:09 ./cargo-target/release/deps/libwalkdir-7905677f597ec379.rlib\n-rw-r--r-- ci/ci         16812 2026-08-28 10:08 ./cargo-target/release/deps/libcolorchoice-9cc885dc20138687.rlib\n-rw-r--r-- ci/ci          3343 2026-08-28 10:08 ./cargo-target/release/deps/indicatif-42c43ffa084f5166.d\n-rw-r--r-- ci/ci          2594 2026-08-28 10:08 ./cargo-target/release/deps/bitflags-84a8a53f920e85fb.d\n-rw-r--r-- ci/ci        267473 2026-08-28 10:08 ./cargo-target/release/deps/libanstream-4ef7222b69d1da74.rmeta\n-rw-r--r-- ci/ci          1242 2026-08-28 10:09 ./cargo-target/release/deps/clap-cd4b757ce892d4bb.d\n-rw-r--r-- ci/ci         10128 2026-08-28 10:08 ./cargo-target/release/deps/memchr-0f3fa92d3d0fbb17.d\n-rw-r--r-- ci/ci        878122 2026-08-28 10:08 ./cargo-target/release/deps/libconsole-d431110703700aca.rlib\n-rw-r--r-- ci/ci         52102 2026-08-28 10:08 ./cargo-target/release/deps/libunicode_ident-dbdd73b4c82907f6.rlib\n-rw-r--r-- ci/ci        990772 2026-08-28 10:09 ./cargo-target/release/deps/libindicatif-42c43ffa084f5166.rlib\n-rw-r--r-- ci/ci        418366 2026-08-28 10:08 ./cargo-target/release/deps/libindicatif-42c43ffa084f5166.rmeta\n-rw-r--r-- ci/ci        505144 2026-08-28 10:08 ./cargo-target/release/deps/libquote-ddea29ab556978ac.rlib\n-rw-r--r-- ci/ci        239594 2026-08-28 10:08 ./cargo-target/release/deps/libbitflags-84a8a53f920e85fb.rlib\n-rw-r--r-- ci/ci         48566 2026-08-28 10:08 ./cargo-target/release/deps/libsame_file-3ba7bddfadca5e94.rlib\n-rw-r--r-- ci/ci         73286 2026-08-28 10:08 ./cargo-target/release/deps/libunit_prefix-90ac74a1db971ce4.rlib\n-rw-r--r-- ci/ci           861 2026-08-28 10:08 ./cargo-target/release/deps/clap_lex-20384d8ec24dace5.d\n-rw-r--r-- ci/ci           936 2026-08-28 10:08 ./cargo-target/release/deps/unicode_ident-dbdd73b4c82907f6.d\n-rw-r--r-- ci/ci         14886 2026-08-28 10:09 ./cargo-target/release/deps/libclap-cd4b757ce892d4bb.rlib\n-rwxr-xr-x ci/ci       4992096 2026-08-28 10:08 ./cargo-target/release/deps/libserde_derive-a4d68b660f21d9a1.so\n-rw-r--r-- ci/ci         12094 2026-08-28 10:08 ./cargo-target/release/deps/libis_terminal_polyfill-d28475b24725bf33.rlib\n-rw-r--r-- ci/ci        244792 2026-08-28 10:08 ./cargo-target/release/deps/libonce_cell-26d30c93d8c7a2ae.rlib\n-rw-r--r-- ci/ci          1233 2026-08-28 10:08 ./cargo-target/release/deps/once_cell-26d30c93d8c7a2ae.d\n-rw-r--r-- ci/ci       5391191 2026-08-28 10:08 ./cargo-target/release/deps/libserde_core-394e72e429afbbef.rmeta\n-rw-r--r-- ci/ci         15567 2026-08-28 10:08 ./cargo-target/release/deps/syn-b5617815f0a02c50.d\n-rw-r--r-- ci/ci        250380 2026-08-28 10:08 ./cargo-target/release/deps/libanstyle-b25e69b984bcaa4a.rlib\n-rw-r--r-- ci/ci           920 2026-08-28 10:08 ./cargo-target/release/deps/terminal_size-a7f45f19706590f2.d\n-rw-r--r-- ci/ci        868971 2026-08-28 10:08 ./cargo-target/release/deps/libunicode_width-ea74a36a53b64452.rmeta\n-rw-r--r-- ci/ci         31840 2026-08-28 10:08 ./cargo-target/release/deps/libutf8parse-e5c779f350c6b992.rlib\n-rw-r--r-- ci/ci         74453 2026-08-28 10:08 ./cargo-target/release/deps/libstrsim-d9554b4734921b7c.rmeta\n-rw-r--r-- ci/ci           624 2026-08-28 10:08 ./cargo-target/release/deps/is_terminal_polyfill-d28475b24725bf33.d\n-rw-r--r-- ci/ci          4884 2026-08-28 10:08 ./cargo-target/release/deps/clap_derive-8a179cbf9e32af15.d\n-rw-r--r-- ci/ci         78164 2026-08-28 10:08 ./cargo-target/release/deps/libheck-313a2ad31909d0ad.rmeta\n-rw-r--r-- ci/ci        111092 2026-08-28 10:08 ./cargo-target/release/deps/libclap_lex-20384d8ec24dace5.rlib\n-rw-r--r-- ci/ci        226892 2026-08-28 10:08 ./cargo-target/release/deps/libanstyle-b25e69b984bcaa4a.rmeta\n-rw-r--r-- ci/ci           169 2026-09-03 13:46 ./cargo-target/release/deps/filecount-ac2daad50651c2d5.d\n-rw-r--r-- ci/ci        192164 2026-08-28 10:08 ./cargo-target/release/deps/libanstyle_parse-85e9f4b5cb1cf89e.rlib\n-rw-r--r-- ci/ci           557 2026-08-28 10:08 ./cargo-target/release/deps/colorchoice-9cc885dc20138687.d\n-rw-r--r-- ci/ci        140710 2026-08-28 10:08 ./cargo-target/release/deps/libstrsim-d9554b4734921b7c.rlib\n-rw-r--r-- ci/ci         21928 2026-08-28 10:08 ./cargo-target/release/deps/libanstyle_query-c3902ac7e5a9ff9c.rlib\n-rw-r--r-- ci/ci       1448044 2026-08-28 10:08 ./cargo-target/release/deps/libmemchr-0f3fa92d3d0fbb17.rlib\n-rw-r--r-- ci/ci       1379572 2026-08-28 10:08 ./cargo-target/release/deps/libmemchr-0f3fa92d3d0fbb17.rmeta\n-rw-r--r-- ci/ci          2206 2026-08-28 10:08 ./cargo-target/release/deps/anstyle-b25e69b984bcaa4a.d\n-rw-r--r-- ci/ci           928 2026-08-28 10:08 ./cargo-target/release/deps/unicode_width-ea74a36a53b64452.d\n-rw-r--r-- ci/ci         29602 2026-08-28 10:08 ./cargo-target/release/deps/libutf8parse-e5c779f350c6b992.rmeta\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/incremental/\n-rw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.cargo-lock\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-31b138c731e29f26/\n-rw-r--r-- ci/ci            69 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-31b138c731e29f26/root-output\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-31b138c731e29f26/out/\n-rw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-31b138c731e29f26/stderr\n-rw-r--r-- ci/ci          1061 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-31b138c731e29f26/output\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-31b138c731e29f26/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/serde-b3a6a5f6be6dd29d/\n-rw-r--r-- ci/ci           433 2026-08-28 10:08 ./cargo-target/release/build/serde-b3a6a5f6be6dd29d/build_script_build-b3a6a5f6be6dd29d.d\n-rwxr-xr-x ci/ci        585872 2026-08-28 10:08 ./cargo-target/release/build/serde-b3a6a5f6be6dd29d/build_script_build-b3a6a5f6be6dd29d\nhrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/serde-b3a6a5f6be6dd29d/build-script-build link to ./cargo-target/release/build/serde-b3a6a5f6be6dd29d/build_script_build-b3a6a5f6be6dd29d\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/rustix-5de9323b30dd8142/\n-rw-r--r-- ci/ci           432 2026-08-28 10:08 ./cargo-target/release/build/rustix-5de9323b30dd8142/build_script_build-5de9323b30dd8142.d\n-rwxr-xr-x ci/ci        618048 2026-08-28 10:08 ./cargo-target/release/build/rustix-5de9323b30dd8142/build-script-build\nhrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/rustix-5de9323b30dd8142/build_script_build-5de9323b30dd8142 link to ./cargo-target/release/build/rustix-5de9323b30dd8142/build-script-build\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/quote-aff4c397d0dabeaa/\n-rwxr-xr-x ci/ci        558584 2026-08-28 10:08 ./cargo-target/release/build/quote-aff4c397d0dabeaa/build_script_build-aff4c397d0dabeaa\n-rw-r--r-- ci/ci           430 2026-08-28 10:08 ./cargo-target/release/build/quote-aff4c397d0dabeaa/build_script_build-aff4c397d0dabeaa.d\nhrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/quote-aff4c397d0dabeaa/build-script-build link to ./cargo-target/release/build/quote-aff4c397d0dabeaa/build_script_build-aff4c397d0dabeaa\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/serde_json-ce199174567cb54e/\n-rw-r--r-- ci/ci            68 2026-08-28 10:08 ./cargo-target/release/build/serde_json-ce199174567cb54e/root-output\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/serde_json-ce199174567cb54e/out/\n-rw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/serde_json-ce199174567cb54e/stderr\n-rw-r--r-- ci/ci           132 2026-08-28 10:08 ./cargo-target/release/build/serde_json-ce199174567cb54e/output\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/build/serde_json-ce199174567cb54e/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/\n-rwxr-xr-x ci/ci        617408 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/build_script_build-78009b6b2755a3d8\n-rw-r--r-- ci/ci           463 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/build_script_build-78009b6b2755a3d8.d\nhrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/build-script-build link to ./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/build_script_build-78009b6b2755a3d8\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/serde_core-239394e4c069d446/\n-rw-r--r-- ci/ci           458 2026-08-28 10:08 ./cargo-target/release/build/serde_core-239394e4c069d446/build_script_build-239394e4c069d446.d\n-rwxr-xr-x ci/ci        588680 2026-08-28 10:08 ./cargo-target/release/build/serde_core-239394e4c069d446/build_script_build-239394e4c069d446\nhrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/serde_core-239394e4c069d446/build-script-build link to ./cargo-target/release/build/serde_core-239394e4c069d446/build_script_build-239394e4c069d446\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-e222423cff2cd533/\n-rw-r--r-- ci/ci          1076 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-e222423cff2cd533/build_script_build-e222423cff2cd533.d\n-rwxr-xr-x ci/ci        690024 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-e222423cff2cd533/build_script_build-e222423cff2cd533\nhrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-e222423cff2cd533/build-script-build link to ./cargo-target/release/build/portable-atomic-e222423cff2cd533/build_script_build-e222423cff2cd533\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/\n-rwxr-xr-x ci/ci        562696 2026-08-28 10:08 ./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/build_script_build-3a9b45dfdb1c3cfb\n-rw-r--r-- ci/ci           422 2026-08-28 10:08 ./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/build_script_build-3a9b45dfdb1c3cfb.d\nhrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/build-script-build link to ./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/build_script_build-3a9b45dfdb1c3cfb\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/serde-86fab83030af3d1d/\n-rw-r--r-- ci/ci            63 2026-08-28 10:08 ./cargo-target/release/build/serde-86fab83030af3d1d/root-output\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/serde-86fab83030af3d1d/out/\n-rw-r--r-- ci/ci           142 2026-08-28 10:08 ./cargo-target/release/build/serde-86fab83030af3d1d/out/private.rs\n-rw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/serde-86fab83030af3d1d/stderr\n-rw-r--r-- ci/ci           582 2026-08-28 10:08 ./cargo-target/release/build/serde-86fab83030af3d1d/output\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/build/serde-86fab83030af3d1d/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/quote-6ab7b92ec066407a/\n-rw-r--r-- ci/ci            63 2026-08-28 10:08 ./cargo-target/release/build/quote-6ab7b92ec066407a/root-output\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/quote-6ab7b92ec066407a/out/\n-rw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/quote-6ab7b92ec066407a/stderr\n-rw-r--r-- ci/ci            83 2026-08-28 10:08 ./cargo-target/release/build/quote-6ab7b92ec066407a/output\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/build/quote-6ab7b92ec066407a/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/rustix-539e715fb9177003/\n-rw-r--r-- ci/ci            64 2026-08-28 10:08 ./cargo-target/release/build/rustix-539e715fb9177003/root-output\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/rustix-539e715fb9177003/out/\n-rw-r--r-- ci/ci          2157 2026-08-28 10:08 ./cargo-target/release/build/rustix-539e715fb9177003/out/rustix_test_can_compile\n-rw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/rustix-539e715fb9177003/stderr\n-rw-r--r-- ci/ci           525 2026-08-28 10:08 ./cargo-target/release/build/rustix-539e715fb9177003/output\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/build/rustix-539e715fb9177003/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/zmij-b55fa271062ab0ce/\n-rw-r--r-- ci/ci            62 2026-08-28 10:08 ./cargo-target/release/build/zmij-b55fa271062ab0ce/root-output\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/zmij-b55fa271062ab0ce/out/\n-rw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/zmij-b55fa271062ab0ce/stderr\n-rw-r--r-- ci/ci           126 2026-08-28 10:08 ./cargo-target/release/build/zmij-b55fa271062ab0ce/output\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/build/zmij-b55fa271062ab0ce/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/\n-rw-r--r-- ci/ci            73 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/root-output\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/out/\n-rw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/stderr\n-rw-r--r-- ci/ci          1783 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/output\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/libc-389560db9e61ef57/\n-rw-r--r-- ci/ci           428 2026-08-28 10:08 ./cargo-target/release/build/libc-389560db9e61ef57/build_script_build-389560db9e61ef57.d\n-rwxr-xr-x ci/ci        631584 2026-08-28 10:08 ./cargo-target/release/build/libc-389560db9e61ef57/build_script_build-389560db9e61ef57\nhrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/libc-389560db9e61ef57/build-script-build link to ./cargo-target/release/build/libc-389560db9e61ef57/build_script_build-389560db9e61ef57\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/serde_core-453ccb314de1ceca/\n-rw-r--r-- ci/ci            68 2026-08-28 10:08 ./cargo-target/release/build/serde_core-453ccb314de1ceca/root-output\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/serde_core-453ccb314de1ceca/out/\n-rw-r--r-- ci/ci            90 2026-08-28 10:08 ./cargo-target/release/build/serde_core-453ccb314de1ceca/out/private.rs\n-rw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/serde_core-453ccb314de1ceca/stderr\n-rw-r--r-- ci/ci           484 2026-08-28 10:08 ./cargo-target/release/build/serde_core-453ccb314de1ceca/output\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/build/serde_core-453ccb314de1ceca/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/serde_json-5b8acb2e93af171c/\n-rwxr-xr-x ci/ci        463600 2026-08-28 10:08 ./cargo-target/release/build/serde_json-5b8acb2e93af171c/build_script_build-5b8acb2e93af171c\n-rw-r--r-- ci/ci           458 2026-08-28 10:08 ./cargo-target/release/build/serde_json-5b8acb2e93af171c/build_script_build-5b8acb2e93af171c.d\nhrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/serde_json-5b8acb2e93af171c/build-script-build link to ./cargo-target/release/build/serde_json-5b8acb2e93af171c/build_script_build-5b8acb2e93af171c\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/libc-391a88266db9a2d2/\n-rw-r--r-- ci/ci            62 2026-08-28 10:08 ./cargo-target/release/build/libc-391a88266db9a2d2/root-output\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/libc-391a88266db9a2d2/out/\n-rw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/release/build/libc-391a88266db9a2d2/stderr\n-rw-r--r-- ci/ci          1249 2026-08-28 10:08 ./cargo-target/release/build/libc-391a88266db9a2d2/output\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/build/libc-391a88266db9a2d2/invoked.timestamp\n-rw-r--r-- ci/ci            62 2026-08-28 10:09 ./cargo-target/release/filecount.d\nhrwxr-xr-x ci/ci             0 2026-09-03 13:46 ./cargo-target/release/filecount link to ./cargo-target/release/deps/filecount-ac2daad50651c2d5\n-rw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.cargo-build-lock\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/dep-lib-libc\n-rw-r--r-- ci/ci           565 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/lib-libc.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/lib-libc\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/dep-lib-rustix\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/lib-rustix\n-rw-r--r-- ci/ci          1063 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/lib-rustix.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/lib-colorchoice\n-rw-r--r-- ci/ci           357 2026-08-28 10:08 ./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/lib-colorchoice.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/dep-lib-colorchoice\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-31b138c731e29f26/\n-rw-r--r-- ci/ci           488 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-31b138c731e29f26/run-build-script-build-script-build.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-31b138c731e29f26/run-build-script-build-script-build\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/\n-rw-r--r-- ci/ci           498 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/build-script-build-script-build.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/dep-build-script-build-script-build\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/build-script-build-script-build\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:09 ./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/\n-rw-r--r-- ci/ci           775 2026-08-28 10:09 ./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/lib-indicatif.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/invoked.timestamp\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/dep-lib-indicatif\n-rw-r--r-- ci/ci            16 2026-08-28 10:09 ./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/lib-indicatif\ndrwxr-xr-x ci/ci             0 2026-08-28 10:09 ./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/\n-rw-r--r-- ci/ci           408 2026-08-28 10:09 ./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/lib-walkdir.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:09 ./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/lib-walkdir\n-rw-r--r-- ci/ci            14 2026-08-28 10:09 ./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/dep-lib-walkdir\n-rw-r--r-- ci/ci            48 2026-08-28 10:09 ./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:09 ./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/\n-rw-r--r-- ci/ci            31 2026-09-03 13:46 ./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/dep-bin-filecount\n-rw-r--r-- ci/ci           649 2026-09-03 13:46 ./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/bin-filecount.json\n-rw-r--r-- ci/ci            16 2026-09-03 13:46 ./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/bin-filecount\n-rw-r--r-- ci/ci            48 2026-09-03 13:46 ./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/lib-terminal_size\n-rw-r--r-- ci/ci           419 2026-08-28 10:08 ./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/lib-terminal_size.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/invoked.timestamp\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/dep-lib-terminal_size\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/\n-rw-r--r-- ci/ci           886 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/build-script-build-script-build.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/dep-build-script-build-script-build\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/build-script-build-script-build\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/\n-rw-r--r-- ci/ci           422 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/build-script-build-script-build.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/dep-build-script-build-script-build\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/build-script-build-script-build\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-ce199174567cb54e/\n-rw-r--r-- ci/ci           333 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-ce199174567cb54e/run-build-script-build-script-build.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-ce199174567cb54e/run-build-script-build-script-build\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/lib-linux_raw_sys\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/dep-lib-linux_raw_sys\n-rw-r--r-- ci/ci           764 2026-08-28 10:08 ./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/lib-linux_raw_sys.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/lib-heck\n-rw-r--r-- ci/ci           343 2026-08-28 10:08 ./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/lib-heck.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/invoked.timestamp\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/dep-lib-heck\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/\n-rw-r--r-- ci/ci           810 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/lib-anstream.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/dep-lib-anstream\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/invoked.timestamp\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/lib-anstream\ndrwxr-xr-x ci/ci             0 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/\n-rw-r--r-- ci/ci            16 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/lib-serde_json\n-rw-r--r-- ci/ci           819 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/lib-serde_json.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/dep-lib-serde_json\n-rw-r--r-- ci/ci            48 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/\n-rw-r--r-- ci/ci           397 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/lib-unit_prefix.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/lib-unit_prefix\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/dep-lib-unit_prefix\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/dep-lib-same_file\n-rw-r--r-- ci/ci           352 2026-08-28 10:08 ./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/lib-same_file.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/invoked.timestamp\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/lib-same_file\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/\n-rw-r--r-- ci/ci           460 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/build-script-build-script-build.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/dep-build-script-build-script-build\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/build-script-build-script-build\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/\n-rw-r--r-- ci/ci           388 2026-08-28 10:08 ./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/lib-utf8parse.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/dep-lib-utf8parse\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/lib-utf8parse\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/\n-rw-r--r-- ci/ci           456 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/build-script-build-script-build.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/dep-build-script-build-script-build\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/build-script-build-script-build\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/lib-syn\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/dep-lib-syn\n-rw-r--r-- ci/ci           771 2026-08-28 10:08 ./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/lib-syn.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/\n-rw-r--r-- ci/ci           603 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/build-script-build-script-build.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/dep-build-script-build-script-build\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/build-script-build-script-build\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/dep-lib-serde_derive\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/lib-serde_derive\n-rw-r--r-- ci/ci           579 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/lib-serde_derive.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/\n-rw-r--r-- ci/ci           530 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/lib-quote.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/lib-quote\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/dep-lib-quote\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/\n-rw-r--r-- ci/ci           378 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/build-script-build-script-build.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/dep-build-script-build-script-build\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/build-script-build-script-build\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/lib-memchr\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/dep-lib-memchr\n-rw-r--r-- ci/ci           465 2026-08-28 10:08 ./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/lib-memchr.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/lib-portable_atomic\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/dep-lib-portable_atomic\n-rw-r--r-- ci/ci           659 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/lib-portable_atomic.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/dep-lib-unicode_width\n-rw-r--r-- ci/ci           455 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/lib-unicode_width.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/invoked.timestamp\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/lib-unicode_width\ndrwxr-xr-x ci/ci             0 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/\n-rw-r--r-- ci/ci           997 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/lib-clap_builder.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/dep-lib-clap_builder\n-rw-r--r-- ci/ci            16 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/lib-clap_builder\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/dep-lib-unicode_ident\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/lib-unicode_ident\n-rw-r--r-- ci/ci           361 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/lib-unicode_ident.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-86fab83030af3d1d/\n-rw-r--r-- ci/ci           327 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-86fab83030af3d1d/run-build-script-build-script-build.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-86fab83030af3d1d/run-build-script-build-script-build\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-6ab7b92ec066407a/\n-rw-r--r-- ci/ci           326 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-6ab7b92ec066407a/run-build-script-build-script-build.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-6ab7b92ec066407a/run-build-script-build-script-build\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-539e715fb9177003/\n-rw-r--r-- ci/ci           677 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-539e715fb9177003/run-build-script-build-script-build.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-539e715fb9177003/run-build-script-build-script-build\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/dep-lib-is_terminal_polyfill\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/lib-is_terminal_polyfill\n-rw-r--r-- ci/ci           398 2026-08-28 10:08 ./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/lib-is_terminal_polyfill.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-b55fa271062ab0ce/\n-rw-r--r-- ci/ci           325 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-b55fa271062ab0ce/run-build-script-build-script-build.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-b55fa271062ab0ce/run-build-script-build-script-build\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/lib-serde_core\n-rw-r--r-- ci/ci           509 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/lib-serde_core.json\n-rw-r--r-- ci/ci            76 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/dep-lib-serde_core\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/console-d431110703700aca/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/console-d431110703700aca/dep-lib-console\n-rw-r--r-- ci/ci           680 2026-08-28 10:08 ./cargo-target/release/.fingerprint/console-d431110703700aca/lib-console.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/console-d431110703700aca/lib-console\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/console-d431110703700aca/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/lib-anstyle\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/dep-lib-anstyle\n-rw-r--r-- ci/ci           388 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/lib-anstyle.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-0d9da4dfacec7eff/\n-rw-r--r-- ci/ci           369 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-0d9da4dfacec7eff/run-build-script-build-script-build.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-0d9da4dfacec7eff/run-build-script-build-script-build\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/\n-rw-r--r-- ci/ci           694 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/lib-clap_derive.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/lib-clap_derive\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/dep-lib-clap_derive\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-389560db9e61ef57/\n-rw-r--r-- ci/ci           521 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-389560db9e61ef57/build-script-build-script-build.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-389560db9e61ef57/dep-build-script-build-script-build\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-389560db9e61ef57/build-script-build-script-build\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-389560db9e61ef57/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/dep-lib-zmij\n-rw-r--r-- ci/ci           424 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/lib-zmij.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/lib-zmij\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/dep-lib-proc_macro2\n-rw-r--r-- ci/ci           574 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/lib-proc_macro2.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/invoked.timestamp\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/lib-proc_macro2\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/dep-lib-anstyle_parse\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/lib-anstyle_parse\n-rw-r--r-- ci/ci           473 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/lib-anstyle_parse.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-453ccb314de1ceca/\n-rw-r--r-- ci/ci           332 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-453ccb314de1ceca/run-build-script-build-script-build.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-453ccb314de1ceca/run-build-script-build-script-build\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/\n-rw-r--r-- ci/ci           362 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/lib-anstyle_query.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/lib-anstyle_query\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/invoked.timestamp\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/dep-lib-anstyle_query\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/\n-rw-r--r-- ci/ci           539 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/build-script-build-script-build.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/dep-build-script-build-script-build\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/build-script-build-script-build\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/\n-rw-r--r-- ci/ci           442 2026-08-28 10:08 ./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/lib-bitflags.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/dep-lib-bitflags\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/lib-bitflags\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/lib-strsim\n-rw-r--r-- ci/ci           347 2026-08-28 10:08 ./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/lib-strsim.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/dep-lib-strsim\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde-3629bc852049c1da/\n-rw-r--r-- ci/ci           673 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde-3629bc852049c1da/lib-serde.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde-3629bc852049c1da/lib-serde\n-rw-r--r-- ci/ci            71 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde-3629bc852049c1da/dep-lib-serde\n-rw-r--r-- ci/ci            48 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde-3629bc852049c1da/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/lib-once_cell\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/dep-lib-once_cell\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/invoked.timestamp\n-rw-r--r-- ci/ci           531 2026-08-28 10:08 ./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/lib-once_cell.json\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-391a88266db9a2d2/\n-rw-r--r-- ci/ci           717 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-391a88266db9a2d2/run-build-script-build-script-build.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-391a88266db9a2d2/run-build-script-build-script-build\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/dep-lib-itoa\n-rw-r--r-- ci/ci           356 2026-08-28 10:08 ./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/lib-itoa.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/lib-itoa\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/dep-lib-clap_lex\n-rw-r--r-- ci/ci           350 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/lib-clap_lex.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/lib-clap_lex\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/\n-rw-r--r-- ci/ci            14 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/dep-lib-clap\n-rw-r--r-- ci/ci            16 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/lib-clap\n-rw-r--r-- ci/ci           896 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/lib-clap.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/invoked.timestamp\n-rw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/release/.cargo-artifact-lock\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/release/examples/\ndrwxr-xr-x ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/\ndrwxr-xr-x ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/deps/\n-rw-r--r-- ci/ci        132966 2026-08-28 10:07 ./cargo-target/debug/deps/libanstyle-e78a0849de95a740.rmeta\n-rw-r--r-- ci/ci           653 2026-08-28 10:08 ./cargo-target/debug/deps/unit_prefix-d2850f1a5392769e.d\n-rw-r--r-- ci/ci       4479660 2026-08-28 10:08 ./cargo-target/debug/deps/libserde_json-72d1003fb119d2db.rlib\n-rw-r--r-- ci/ci        515344 2026-08-28 10:07 ./cargo-target/debug/deps/libquote-58c9686b0e89a703.rlib\n-rw-r--r-- ci/ci       2752110 2026-08-28 10:08 ./cargo-target/debug/deps/librustix-0e92ee9bdef408d9.rlib\n-rw-r--r-- ci/ci       1140689 2026-08-28 10:07 ./cargo-target/debug/deps/liblinux_raw_sys-b45069db06ed8eb3.rmeta\n-rw-r--r-- ci/ci         60732 2026-08-28 10:08 ./cargo-target/debug/deps/libitoa-43444eaacc0727d6.rmeta\n-rw-r--r-- ci/ci         65552 2026-08-28 10:08 ./cargo-target/debug/deps/libclap_lex-a37efa45f4c66e07.rmeta\n-rw-r--r-- ci/ci        305926 2026-08-28 10:08 ./cargo-target/debug/deps/libindicatif-40f5795ac8278760.rmeta\n-rw-r--r-- ci/ci           823 2026-08-28 10:08 ./cargo-target/debug/deps/zmij-2f285f973c7aee55.d\n-rw-r--r-- ci/ci         14885 2026-08-28 10:07 ./cargo-target/debug/deps/libterminal_size-88321ec22adc71e4.rmeta\n-rw-r--r-- ci/ci           672 2026-08-28 10:08 ./cargo-target/debug/deps/unicode_width-61c784d25cab2c40.d\n-rw-r--r-- ci/ci       4774450 2026-08-28 10:08 ./cargo-target/debug/deps/libserde_core-c315f8adcc0781da.rmeta\n-rw-r--r-- ci/ci           372 2026-08-28 10:08 ./cargo-target/debug/deps/strsim-350539075733e214.d\n-rw-r--r-- ci/ci          3337 2026-08-28 10:08 ./cargo-target/debug/deps/indicatif-e8e827ff1c149eee.d\n-rw-r--r-- ci/ci         11473 2026-08-28 10:08 ./cargo-target/debug/deps/libanstyle_query-a513904800864744.rmeta\n-rw-r--r-- ci/ci         35022 2026-08-28 10:08 ./cargo-target/debug/deps/libutf8parse-cb3c3b5db9af1162.rlib\n-rw-r--r-- ci/ci        157919 2026-08-28 10:07 ./cargo-target/debug/deps/libbitflags-ef9541d159acadf6.rmeta\n-rw-r--r-- ci/ci          2588 2026-08-28 10:08 ./cargo-target/debug/deps/bitflags-ca8c5e0086f3c3cf.d\n-rw-r--r-- ci/ci        484784 2026-08-28 10:08 ./cargo-target/debug/deps/libbitflags-ca8c5e0086f3c3cf.rlib\n-rw-r--r-- ci/ci           855 2026-08-28 10:08 ./cargo-target/debug/deps/clap_lex-a37efa45f4c66e07.d\n-rw-r--r-- ci/ci           926 2026-08-28 10:08 ./cargo-target/debug/deps/anstyle_query-a513904800864744.d\n-rw-r--r-- ci/ci           870 2026-08-28 10:08 ./cargo-target/debug/deps/same_file-4e4796d0efd5db1b.d\n-rw-r--r-- ci/ci        271932 2026-08-28 10:08 ./cargo-target/debug/deps/libzmij-2f285f973c7aee55.rlib\n-rw-r--r-- ci/ci        208146 2026-08-28 10:08 ./cargo-target/debug/deps/libsame_file-4e4796d0efd5db1b.rlib\n-rw-r--r-- ci/ci         16699 2026-08-28 10:08 ./cargo-target/debug/deps/clap_builder-3dc3f4f4110a1b3c.d\n-rw-r--r-- ci/ci       1539296 2026-08-28 10:08 ./cargo-target/debug/deps/librustix-0e92ee9bdef408d9.rmeta\n-rw-r--r-- ci/ci        165878 2026-08-28 10:07 ./cargo-target/debug/deps/libanstream-bf1aacbe7d54c374.rmeta\n-rw-r--r-- ci/ci         35383 2026-08-28 10:08 ./cargo-target/debug/deps/libstrsim-350539075733e214.rmeta\n-rw-r--r-- ci/ci        831903 2026-08-28 10:08 ./cargo-target/debug/deps/libserde-6c6a1007c8b0b81d.rmeta\n-rw-r--r-- ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/deps/libfilecount-baedafc9954bfcb8.rmeta\n-rw-r--r-- ci/ci        165944 2026-08-28 10:08 ./cargo-target/debug/deps/libanstyle_parse-de7ba1ab5f110919.rmeta\n-rw-r--r-- ci/ci           612 2026-08-28 10:08 ./cargo-target/debug/deps/itoa-7685dba7fc388658.d\n-rw-r--r-- ci/ci           666 2026-08-28 10:07 ./cargo-target/debug/deps/terminal_size-88321ec22adc71e4.d\n-rw-r--r-- ci/ci          2486 2026-08-28 10:08 ./cargo-target/debug/deps/indicatif-40f5795ac8278760.d\n-rw-r--r-- ci/ci           839 2026-08-28 10:08 ./cargo-target/debug/deps/itoa-43444eaacc0727d6.d\n-rw-r--r-- ci/ci          8193 2026-08-28 10:08 ./cargo-target/debug/deps/serde_derive-6ef9bf0fa671d689.d\n-rwxr-xr-x ci/ci      20742256 2026-09-03 13:46 ./cargo-target/debug/deps/filecount-540e5c648d65f765\n-rw-r--r-- ci/ci           910 2026-08-28 10:08 ./cargo-target/debug/deps/clap-c7f13c470629d00c.d\n-rw-r--r-- ci/ci          7244 2026-08-28 10:08 ./cargo-target/debug/deps/serde_core-c315f8adcc0781da.d\n-rw-r--r-- ci/ci          4880 2026-08-28 10:08 ./cargo-target/debug/deps/clap_derive-4d19da3e6e3666b8.d\n-rw-r--r-- ci/ci       1187230 2026-08-28 10:08 ./cargo-target/debug/deps/libserde-6c6a1007c8b0b81d.rlib\n-rw-r--r-- ci/ci       2705465 2026-08-28 10:07 ./cargo-target/debug/deps/libsyn-00944c1069f5fa82.rmeta\n-rw-r--r-- ci/ci        255234 2026-08-28 10:08 ./cargo-target/debug/deps/libanstyle_parse-de7ba1ab5f110919.rlib\n-rw-r--r-- ci/ci        814720 2026-08-28 10:08 ./cargo-target/debug/deps/libunicode_width-61c784d25cab2c40.rmeta\n-rw-r--r-- ci/ci         11343 2026-08-28 10:07 ./cargo-target/debug/deps/libcolorchoice-3d676ec3ba8687db.rmeta\n-rw-r--r-- ci/ci       1661022 2026-08-28 10:08 ./cargo-target/debug/deps/libportable_atomic-1d49fff76bae0776.rlib\n-rw-r--r-- ci/ci          7724 2026-08-28 10:07 ./cargo-target/debug/deps/libanstyle_query-198fbfe849ab02d0.rmeta\n-rw-r--r-- ci/ci          3663 2026-08-28 10:08 ./cargo-target/debug/deps/anstream-b6ac5dcc1d25c2fe.d\n-rw-r--r-- ci/ci          3142 2026-08-28 10:08 ./cargo-target/debug/deps/heck-9e7d86b5b43a0416.d\n-rw-r--r-- ci/ci         15561 2026-08-28 10:07 ./cargo-target/debug/deps/syn-00944c1069f5fa82.d\n-rw-r--r-- ci/ci          4406 2026-08-28 10:08 ./cargo-target/debug/deps/serde_json-a3ee79e5afaaf4fe.d\n-rw-r--r-- ci/ci        196532 2026-08-28 10:08 ./cargo-target/debug/deps/libitoa-43444eaacc0727d6.rlib\n-rw-r--r-- ci/ci         85894 2026-08-28 10:08 ./cargo-target/debug/deps/libwalkdir-a9fe914427991f4e.rmeta\n-rw-r--r-- ci/ci       1249286 2026-08-28 10:07 ./cargo-target/debug/deps/libproc_macro2-17071dc385286db1.rlib\n-rw-r--r-- ci/ci       2553568 2026-08-28 10:08 ./cargo-target/debug/deps/libmemchr-758d26ba49117321.rlib\n-rw-r--r-- ci/ci          2545 2026-08-28 10:08 ./cargo-target/debug/deps/console-130ca6e9cf03cd4e.d\n-rw-r--r-- ci/ci         55647 2026-08-28 10:08 ./cargo-target/debug/deps/libclap_lex-b0ffff2ebc0cd617.rmeta\n-rwxr-xr-x ci/ci       9452392 2026-08-28 10:08 ./cargo-target/debug/deps/libclap_derive-4d19da3e6e3666b8.so\n-rw-r--r-- ci/ci           618 2026-08-28 10:08 ./cargo-target/debug/deps/is_terminal_polyfill-cec1cb8ad672ff05.d\n-rw-r--r-- ci/ci        338742 2026-08-28 10:07 ./cargo-target/debug/deps/libproc_macro2-17071dc385286db1.rmeta\n-rw-r--r-- ci/ci          2200 2026-08-28 10:08 ./cargo-target/debug/deps/anstyle-717f8d844e892cbf.d\n-rwxr-xr-x ci/ci      10327368 2026-08-28 10:08 ./cargo-target/debug/deps/libserde_derive-6ef9bf0fa671d689.so\n-rw-r--r-- ci/ci        695598 2026-08-28 10:08 ./cargo-target/debug/deps/libanstream-b6ac5dcc1d25c2fe.rlib\n-rw-r--r-- ci/ci        240040 2026-08-28 10:08 ./cargo-target/debug/deps/libconsole-0dc3733b9fceec3c.rmeta\n-rw-r--r-- ci/ci          1109 2026-08-28 10:08 ./cargo-target/debug/deps/walkdir-a9fe914427991f4e.d\n-rw-r--r-- ci/ci          6798 2026-08-28 10:08 ./cargo-target/debug/deps/portable_atomic-1d49fff76bae0776.d\n-rw-r--r-- ci/ci           922 2026-08-28 10:08 ./cargo-target/debug/deps/unicode_width-5dcb97b189617948.d\n-rw-r--r-- ci/ci          2527 2026-08-28 10:07 ./cargo-target/debug/deps/quote-58c9686b0e89a703.d\n-rw-r--r-- ci/ci          7580 2026-08-28 10:08 ./cargo-target/debug/deps/memchr-50f95ebf8aa3ed81.d\n-rw-r--r-- ci/ci           914 2026-08-28 10:08 ./cargo-target/debug/deps/terminal_size-d215978d50643888.d\n-rw-r--r-- ci/ci       3871761 2026-08-28 10:08 ./cargo-target/debug/deps/liblibc-51af4c07ef0369c3.rmeta\n-rw-r--r-- ci/ci        333370 2026-08-28 10:08 ./cargo-target/debug/deps/libanstyle-717f8d844e892cbf.rlib\n-rw-r--r-- ci/ci           623 2026-08-28 10:08 ./cargo-target/debug/deps/clap_lex-b0ffff2ebc0cd617.d\n-rw-r--r-- ci/ci           902 2026-08-28 10:08 ./cargo-target/debug/deps/once_cell-6d84a9d35194e4b4.d\n-rw-r--r-- ci/ci         12683 2026-08-28 10:08 ./cargo-target/debug/deps/libclap-c7f13c470629d00c.rmeta\n-rw-r--r-- ci/ci       3916678 2026-08-28 10:08 ./cargo-target/debug/deps/liblibc-51af4c07ef0369c3.rlib\n-rw-r--r-- ci/ci          1924 2026-08-28 10:07 ./cargo-target/debug/deps/bitflags-ef9541d159acadf6.d\n-rw-r--r-- ci/ci          5895 2026-08-28 10:08 ./cargo-target/debug/deps/serde_json-72d1003fb119d2db.d\n-rw-r--r-- ci/ci         33225 2026-08-28 10:08 ./cargo-target/debug/deps/libsame_file-4e4796d0efd5db1b.rmeta\n-rw-r--r-- ci/ci        516358 2026-08-28 10:08 ./cargo-target/debug/deps/libserde-1f84ea849cb28baa.rmeta\n-rw-r--r-- ci/ci          1725 2026-08-28 10:08 ./cargo-target/debug/deps/serde-1f84ea849cb28baa.d\n-rw-r--r-- ci/ci       1169936 2026-08-28 10:08 ./cargo-target/debug/deps/libwalkdir-5340530dcf8bedaf.rlib\n-rw-r--r-- ci/ci        478406 2026-08-28 10:08 ./cargo-target/debug/deps/libclap_lex-a37efa45f4c66e07.rlib\n-rw-r--r-- ci/ci       4559982 2026-08-28 10:08 ./cargo-target/debug/deps/libindicatif-e8e827ff1c149eee.rlib\n-rw-r--r-- ci/ci        318908 2026-08-28 10:08 ./cargo-target/debug/deps/libheck-9e7d86b5b43a0416.rlib\n-rw-r--r-- ci/ci           520 2026-08-28 10:08 ./cargo-target/debug/deps/strsim-3f1ca007c91986d3.d\n-rw-r--r-- ci/ci           896 2026-08-28 10:08 ./cargo-target/debug/deps/unit_prefix-661dc44c7e384825.d\n-rw-r--r-- ci/ci         19677 2026-08-28 10:08 ./cargo-target/debug/deps/libterminal_size-d215978d50643888.rmeta\n-rw-r--r-- ci/ci          1533 2026-08-28 10:07 ./cargo-target/debug/deps/anstyle_parse-6771b1bf6e984b17.d\n-rw-r--r-- ci/ci          8361 2026-08-28 10:07 ./cargo-target/debug/deps/libis_terminal_polyfill-9c7573639267fe8d.rmeta\n-rw-r--r-- ci/ci        395578 2026-08-28 10:08 ./cargo-target/debug/deps/libindicatif-e8e827ff1c149eee.rmeta\n-rw-r--r-- ci/ci         11838 2026-08-28 10:08 ./cargo-target/debug/deps/libis_terminal_polyfill-cec1cb8ad672ff05.rlib\n-rw-r--r-- ci/ci         98880 2026-08-28 10:08 ./cargo-target/debug/deps/libterminal_size-d215978d50643888.rlib\n-rw-r--r-- ci/ci         22273 2026-08-28 10:08 ./cargo-target/debug/deps/clap_builder-e961d11c75aa25e0.d\n-rw-r--r-- ci/ci          5440 2026-08-28 10:07 ./cargo-target/debug/deps/serde_core-7369bbef0ddde4fa.d\n-rw-r--r-- ci/ci          1502 2026-08-28 10:08 ./cargo-target/debug/deps/walkdir-5340530dcf8bedaf.d\n-rw-r--r-- ci/ci         38436 2026-08-28 10:08 ./cargo-target/debug/deps/libcolorchoice-4b170734103dc5f0.rlib\n-rw-r--r-- ci/ci           551 2026-08-28 10:08 ./cargo-target/debug/deps/colorchoice-4b170734103dc5f0.d\n-rw-r--r-- ci/ci         10122 2026-08-28 10:08 ./cargo-target/debug/deps/memchr-758d26ba49117321.d\n-rw-r--r-- ci/ci         22686 2026-08-28 10:08 ./cargo-target/debug/deps/libanstyle_query-a513904800864744.rlib\n-rw-r--r-- ci/ci           634 2026-08-28 10:08 ./cargo-target/debug/deps/same_file-94c88d1787851e6a.d\n-rw-r--r-- ci/ci        225581 2026-08-28 10:08 ./cargo-target/debug/deps/libanstream-b6ac5dcc1d25c2fe.rmeta\n-rw-r--r-- ci/ci       1189138 2026-08-28 10:07 ./cargo-target/debug/deps/librustix-83d6e17a6e84a398.rmeta\n-rw-r--r-- ci/ci          1227 2026-08-28 10:08 ./cargo-target/debug/deps/once_cell-ca424a7c1403b4cb.d\n-rw-r--r-- ci/ci          1633 2026-08-28 10:07 ./cargo-target/debug/deps/anstyle-e78a0849de95a740.d\n-rw-r--r-- ci/ci       1348192 2026-08-28 10:08 ./cargo-target/debug/deps/liblinux_raw_sys-2e7d774a4e4d5ff6.rlib\n-rw-r--r-- ci/ci          2069 2026-08-28 10:08 ./cargo-target/debug/deps/anstyle_parse-de7ba1ab5f110919.d\n-rw-r--r-- ci/ci         37507 2026-08-28 10:08 ./cargo-target/debug/deps/libunit_prefix-d2850f1a5392769e.rmeta\n-rw-r--r-- ci/ci         97222 2026-08-28 10:08 ./cargo-target/debug/deps/libunit_prefix-661dc44c7e384825.rlib\n-rw-r--r-- ci/ci       2654811 2026-08-28 10:07 ./cargo-target/debug/deps/libserde_core-7369bbef0ddde4fa.rmeta\n-rw-r--r-- ci/ci        138266 2026-08-28 10:08 ./cargo-target/debug/deps/libonce_cell-6d84a9d35194e4b4.rmeta\n-rw-r--r-- ci/ci         20611 2026-08-28 10:07 ./cargo-target/debug/deps/libutf8parse-5c2360a30268ac05.rmeta\n-rw-r--r-- ci/ci          5082 2026-08-28 10:08 ./cargo-target/debug/deps/portable_atomic-c68246ef83343abb.d\n-rw-r--r-- ci/ci           600 2026-08-28 10:08 ./cargo-target/debug/deps/zmij-75872c2fcc3f1638.d\n-rw-r--r-- ci/ci       1291392 2026-08-28 10:08 ./cargo-target/debug/deps/libmemchr-758d26ba49117321.rmeta\n-rw-r--r-- ci/ci         13335 2026-08-28 10:08 ./cargo-target/debug/deps/rustix-0e92ee9bdef408d9.d\n-rw-r--r-- ci/ci         78176 2026-08-28 10:08 ./cargo-target/debug/deps/libheck-9e7d86b5b43a0416.rmeta\n-rw-r--r-- ci/ci       1165993 2026-08-28 10:08 ./cargo-target/debug/deps/libportable_atomic-c68246ef83343abb.rmeta\n-rw-r--r-- ci/ci        856980 2026-08-28 10:08 ./cargo-target/debug/deps/libunicode_width-5dcb97b189617948.rmeta\n-rw-r--r-- ci/ci          9992 2026-08-28 10:07 ./cargo-target/debug/deps/rustix-83d6e17a6e84a398.d\n-rw-r--r-- ci/ci         13755 2026-08-28 10:08 ./cargo-target/debug/deps/libc-51af4c07ef0369c3.d\n-rw-r--r-- ci/ci       9243914 2026-08-28 10:08 ./cargo-target/debug/deps/libsyn-00944c1069f5fa82.rlib\n-rw-r--r-- ci/ci         26783 2026-08-28 10:08 ./cargo-target/debug/deps/libsame_file-94c88d1787851e6a.rmeta\n-rw-r--r-- ci/ci           637 2026-08-28 10:07 ./cargo-target/debug/deps/utf8parse-5c2360a30268ac05.d\n-rw-r--r-- ci/ci        269624 2026-08-28 10:07 ./cargo-target/debug/deps/libquote-58c9686b0e89a703.rmeta\n-rw-r--r-- ci/ci          1236 2026-08-28 10:08 ./cargo-target/debug/deps/clap-f92b0b450e69f601.d\n-rw-r--r-- ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/deps/libfilecount-03faf0db0aabb720.rmeta\n-rw-r--r-- ci/ci         10307 2026-08-28 10:07 ./cargo-target/debug/deps/libc-e4e309fd9792fa72.d\n-rw-r--r-- ci/ci        102078 2026-08-28 10:08 ./cargo-target/debug/deps/libwalkdir-5340530dcf8bedaf.rmeta\n-rw-r--r-- ci/ci          4313 2026-08-28 10:07 ./cargo-target/debug/deps/proc_macro2-17071dc385286db1.d\n-rw-r--r-- ci/ci         56214 2026-08-28 10:07 ./cargo-target/debug/deps/libunicode_ident-4867c6df2646e718.rlib\n-rw-r--r-- ci/ci        193833 2026-08-28 10:08 ./cargo-target/debug/deps/libonce_cell-ca424a7c1403b4cb.rmeta\n-rw-r--r-- ci/ci         49527 2026-08-28 10:08 ./cargo-target/debug/deps/libitoa-7685dba7fc388658.rmeta\n-rw-r--r-- ci/ci         12683 2026-08-28 10:08 ./cargo-target/debug/deps/libclap-f92b0b450e69f601.rmeta\n-rw-r--r-- ci/ci        136144 2026-08-28 10:07 ./cargo-target/debug/deps/libanstyle_parse-6771b1bf6e984b17.rmeta\n-rw-r--r-- ci/ci          2295 2026-08-28 10:08 ./cargo-target/debug/deps/serde-6c6a1007c8b0b81d.d\n-rw-r--r-- ci/ci        201751 2026-08-28 10:08 ./cargo-target/debug/deps/libbitflags-ca8c5e0086f3c3cf.rmeta\n-rw-r--r-- ci/ci          2731 2026-08-28 10:07 ./cargo-target/debug/deps/anstream-bf1aacbe7d54c374.d\n-rw-r--r-- ci/ci        291372 2026-08-28 10:08 ./cargo-target/debug/deps/libonce_cell-ca424a7c1403b4cb.rlib\n-rw-r--r-- ci/ci       5275562 2026-08-28 10:08 ./cargo-target/debug/deps/libserde_core-c315f8adcc0781da.rlib\n-rw-r--r-- ci/ci       1400697 2026-08-28 10:08 ./cargo-target/debug/deps/libportable_atomic-1d49fff76bae0776.rmeta\n-rw-r--r-- ci/ci         69881 2026-08-28 10:08 ./cargo-target/debug/deps/libstrsim-3f1ca007c91986d3.rmeta\n-rw-r--r-- ci/ci          2470 2026-08-28 10:08 ./cargo-target/debug/deps/linux_raw_sys-2e7d774a4e4d5ff6.d\n-rw-r--r-- ci/ci           930 2026-08-28 10:07 ./cargo-target/debug/deps/unicode_ident-4867c6df2646e718.d\n-rw-r--r-- ci/ci           394 2026-08-28 10:07 ./cargo-target/debug/deps/colorchoice-3d676ec3ba8687db.d\n-rw-r--r-- ci/ci         14886 2026-08-28 10:08 ./cargo-target/debug/deps/libclap-f92b0b450e69f601.rlib\n-rw-r--r-- ci/ci        421708 2026-08-28 10:08 ./cargo-target/debug/deps/libconsole-130ca6e9cf03cd4e.rmeta\n-rw-r--r-- ci/ci        205588 2026-08-28 10:08 ./cargo-target/debug/deps/libanstyle-717f8d844e892cbf.rmeta\n-rwxr-xr-x ci/ci       7149728 2026-09-03 13:46 ./cargo-target/debug/deps/filecount-3fabc278663dcb7a\n-rw-r--r-- ci/ci        947584 2026-08-28 10:08 ./cargo-target/debug/deps/libserde_json-a3ee79e5afaaf4fe.rmeta\n-rw-r--r-- ci/ci           165 2026-09-03 13:46 ./cargo-target/debug/deps/filecount-540e5c648d65f765.d\n-rw-r--r-- ci/ci           291 2026-09-03 13:46 ./cargo-target/debug/deps/filecount-03faf0db0aabb720.d\n-rw-r--r-- ci/ci         46816 2026-08-28 10:08 ./cargo-target/debug/deps/libzmij-75872c2fcc3f1638.rmeta\n-rw-r--r-- ci/ci       1364240 2026-08-28 10:08 ./cargo-target/debug/deps/libstrsim-3f1ca007c91986d3.rlib\n-rw-r--r-- ci/ci        946098 2026-08-28 10:08 ./cargo-target/debug/deps/libunicode_width-5dcb97b189617948.rlib\n-rw-r--r-- ci/ci        974642 2026-08-28 10:08 ./cargo-target/debug/deps/libmemchr-50f95ebf8aa3ed81.rmeta\n-rw-r--r-- ci/ci       2212284 2026-08-28 10:08 ./cargo-target/debug/deps/libconsole-130ca6e9cf03cd4e.rlib\n-rw-r--r-- ci/ci         34065 2026-08-28 10:07 ./cargo-target/debug/deps/libunicode_ident-4867c6df2646e718.rmeta\n-rw-r--r-- ci/ci         30148 2026-08-28 10:08 ./cargo-target/debug/deps/libutf8parse-cb3c3b5db9af1162.rmeta\n-rw-r--r-- ci/ci         50231 2026-08-28 10:08 ./cargo-target/debug/deps/libzmij-2f285f973c7aee55.rmeta\n-rw-r--r-- ci/ci       1321055 2026-08-28 10:08 ./cargo-target/debug/deps/liblinux_raw_sys-2e7d774a4e4d5ff6.rmeta\n-rw-r--r-- ci/ci       3430974 2026-08-28 10:07 ./cargo-target/debug/deps/liblibc-e4e309fd9792fa72.rmeta\n-rw-r--r-- ci/ci       2143860 2026-08-28 10:08 ./cargo-target/debug/deps/libclap_builder-e961d11c75aa25e0.rmeta\n-rw-r--r-- ci/ci          9560 2026-08-28 10:08 ./cargo-target/debug/deps/libis_terminal_polyfill-cec1cb8ad672ff05.rmeta\n-rw-r--r-- ci/ci          1834 2026-08-28 10:07 ./cargo-target/debug/deps/linux_raw_sys-b45069db06ed8eb3.d\n-rw-r--r-- ci/ci           165 2026-09-03 13:46 ./cargo-target/debug/deps/filecount-3fabc278663dcb7a.d\n-rw-r--r-- ci/ci       1642841 2026-08-28 10:08 ./cargo-target/debug/deps/libclap_builder-3dc3f4f4110a1b3c.rmeta\n-rw-r--r-- ci/ci      21583578 2026-08-28 10:08 ./cargo-target/debug/deps/libclap_builder-e961d11c75aa25e0.rlib\n-rw-r--r-- ci/ci          1892 2026-08-28 10:08 ./cargo-target/debug/deps/console-0dc3733b9fceec3c.d\n-rw-r--r-- ci/ci           291 2026-09-03 13:46 ./cargo-target/debug/deps/filecount-baedafc9954bfcb8.d\n-rw-r--r-- ci/ci       1433146 2026-08-28 10:08 ./cargo-target/debug/deps/libserde_json-72d1003fb119d2db.rmeta\n-rw-r--r-- ci/ci         49963 2026-08-28 10:08 ./cargo-target/debug/deps/libunit_prefix-661dc44c7e384825.rmeta\n-rw-r--r-- ci/ci           442 2026-08-28 10:07 ./cargo-target/debug/deps/is_terminal_polyfill-9c7573639267fe8d.d\n-rw-r--r-- ci/ci           675 2026-08-28 10:07 ./cargo-target/debug/deps/anstyle_query-198fbfe849ab02d0.d\n-rw-r--r-- ci/ci         12761 2026-08-28 10:08 ./cargo-target/debug/deps/libcolorchoice-4b170734103dc5f0.rmeta\n-rw-r--r-- ci/ci           874 2026-08-28 10:08 ./cargo-target/debug/deps/utf8parse-cb3c3b5db9af1162.d\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/\ndrwxr-xr-x ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/\n-rw------- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d.lock\ndrwxr-xr-x ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/\n-rw-r--r-- ci/ci          3264 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/4it2w4qp9pqfx1olnjtl4lk86.o\n-rw-r--r-- ci/ci          6520 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/a4lny3pgx6zyqobiexzbuqocc.o\n-rw-r--r-- ci/ci          7408 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/88wyhqzkwmi70ooofsv89aw3o.o\n-rw-r--r-- ci/ci          3192 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/7wwcndi7fkpr11mqho1v8q46d.o\n-rw-r--r-- ci/ci        486159 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/query-cache.bin\n-rw-r--r-- ci/ci       1439856 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/dep-graph.bin\n-rw-r--r-- ci/ci           430 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/work-products.bin\n-rw-r--r-- ci/ci          4000 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/4fxhldviy5of1phoquypz3269.o\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/4it2w4qp9pqfx1olnjtl4lk86.o link to ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/4it2w4qp9pqfx1olnjtl4lk86.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/a4lny3pgx6zyqobiexzbuqocc.o link to ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/a4lny3pgx6zyqobiexzbuqocc.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/88wyhqzkwmi70ooofsv89aw3o.o link to ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/88wyhqzkwmi70ooofsv89aw3o.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/7wwcndi7fkpr11mqho1v8q46d.o link to ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/7wwcndi7fkpr11mqho1v8q46d.o\n-rw-r--r-- ci/ci        475500 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/query-cache.bin\n-rw-r--r-- ci/ci       1439762 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/dep-graph.bin\n-rw-r--r-- ci/ci           430 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/work-products.bin\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/4fxhldviy5of1phoquypz3269.o link to ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/4fxhldviy5of1phoquypz3269.o\n-rw------- ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk.lock\ndrwxr-xr-x ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/\n-rw-r--r-- ci/ci         39056 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7ofbc9s5hkl5wheer5nj4y7ap.o\n-rw-r--r-- ci/ci         20488 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2pmnha4p5olv34xuj7qtetqfs.o\n-rw-r--r-- ci/ci          7312 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/44yghcewi22xouofxkbms21h1.o\n-rw-r--r-- ci/ci         56536 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5xa6i87y1r9yykkfv19mxw84i.o\n-rw-r--r-- ci/ci        151664 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1b4kugwjd254vmaut4gjr6bwf.o\n-rw-r--r-- ci/ci         47208 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/awx487b763l58hpr7mefxtxgh.o\n-rw-r--r-- ci/ci          3992 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4gpun5wrrvbyxncoux5jqvqj3.o\n-rw-r--r-- ci/ci          9632 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/76iqvj0us1isbpk6s61mz75ef.o\n-rw-r--r-- ci/ci         13696 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a1yrwdgxr8mxw53l3c9oz228v.o\n-rw-r--r-- ci/ci          9768 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/20khnlyux5xpbntoi6sy4yd2q.o\n-rw-r--r-- ci/ci          3816 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ca010hqhrvz7xuffekx5lsnoz.o\n-rw-r--r-- ci/ci          4000 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dezu0neu7gqb4ezqva6oy8qml.o\n-rw-r--r-- ci/ci         29664 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/3ug0bsvixo20f272au8fvms5f.o\n-rw-r--r-- ci/ci         22912 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/79yuxm1v7kzh3116eslk4k0oq.o\n-rw-r--r-- ci/ci          7408 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a85frv96m1scihpic8ne02tc4.o\n-rw-r--r-- ci/ci         15816 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/3ndxm5octkrfknke0692dluc9.o\n-rw-r--r-- ci/ci          9232 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6n2jdugmxptfyad2nj8ckeco4.o\n-rw-r--r-- ci/ci         79912 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8ac5rw99vb2f5dypptuhapghk.o\n-rw-r--r-- ci/ci          6248 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dfsi2ort9r3gpyk2ibrab7jgn.o\n-rw-r--r-- ci/ci         27088 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0kvo9zwidbbi80elpiij36brw.o\n-rw-r--r-- ci/ci        100248 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a4fetmswi2qnbyjrp1mhf5141.o\n-rw-r--r-- ci/ci          8952 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/abbcyzkwiqa0sd853aa4de6lm.o\n-rw-r--r-- ci/ci          8144 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6a5d7d81d45dy7crwv0llui58.o\n-rw-r--r-- ci/ci         50448 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ar2y4ojqknkxswmzhxcbhod19.o\n-rw-r--r-- ci/ci         44696 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6xajr3k5e3md85k6g7jjdxefc.o\n-rw-r--r-- ci/ci         26424 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2uf5ri4eqsgrc3a9hz6kityt8.o\n-rw-r--r-- ci/ci          8768 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bo0ee5ypmmzssnlfduchw1owt.o\n-rw-r--r-- ci/ci         50904 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/anbpr0b0n5tevm8c4n28as4sc.o\n-rw-r--r-- ci/ci         16616 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c2nsc40b6ghfiimk26clfep2z.o\n-rw-r--r-- ci/ci         11432 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5mak1ydh783dc8usotjaj54dx.o\n-rw-r--r-- ci/ci          7408 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8qwuw58801mn1tl33n051j1ck.o\n-rw-r--r-- ci/ci        327888 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6e0mdp7q7usflwxl3dybkapuc.o\n-rw-r--r-- ci/ci          9088 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0icxe7tp3tsyug6bygotc6y3x.o\n-rw-r--r-- ci/ci         12384 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2g568g2hhlcaavns2ansl73xi.o\n-rw-r--r-- ci/ci         41800 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0i7o4mj0jymqyrc81l66203zf.o\n-rw-r--r-- ci/ci         10544 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/504dymql67jzf1sbl7vfk0u0k.o\n-rw-r--r-- ci/ci         11664 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9egnmpd0zub9ws4rtiozc38ef.o\n-rw-r--r-- ci/ci         28344 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5tne9ies2zf1xp4k4vb83dbjn.o\n-rw-r--r-- ci/ci         10912 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c1je1uf2is8i5j0dja6bc2fsn.o\n-rw-r--r-- ci/ci         24904 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0dz8a41qke0llahqk3d5ebxj4.o\n-rw-r--r-- ci/ci          3472 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dbb308i80gtjej9f1lhnjvh8k.o\n-rw-r--r-- ci/ci         74304 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/acomuvwi7wtrfxnczcsqwobbs.o\n-rw-r--r-- ci/ci         95680 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1mw65vxnxb9a1lgim3tzylaqe.o\n-rw-r--r-- ci/ci         15120 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ardjdyowh3qfti3esy81jzuy8.o\n-rw-r--r-- ci/ci          4144 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9q0578rvltw0vs142ejq995wb.o\n-rw-r--r-- ci/ci         80512 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bpbcbehn7abylz62qoe23yx75.o\n-rw-r--r-- ci/ci       1066126 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/query-cache.bin\n-rw-r--r-- ci/ci         16784 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/f0c3l1e85mfaip3qdhii5t5p6.o\n-rw-r--r-- ci/ci          3160 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0fr3352hvsg2g4xk1itc9syis.o\n-rw-r--r-- ci/ci          2784 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/71708mpeietiitb1qi9zdlpd8.o\n-rw-r--r-- ci/ci          4280 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/54jibrqgxliqv9nc306qjc8xr.o\n-rw-r--r-- ci/ci         21576 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7y1nvsevrnzn5jj9gkgborw6g.o\n-rw-r--r-- ci/ci         34936 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/evj2o9iubk19q11bi1woh0alh.o\n-rw-r--r-- ci/ci       3386345 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dep-graph.bin\n-rw-r--r-- ci/ci         43720 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/308ghbyyfbv08twb27zph3l1h.o\n-rw-r--r-- ci/ci         39760 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/alejo6yky3ttoxhf3w9bvj2or.o\n-rw-r--r-- ci/ci         56504 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a1gzo1lzwpv7cnle515ekjpni.o\n-rw-r--r-- ci/ci          4552 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2zq5xglkeyyaw1o4ptgfvco4u.o\n-rw-r--r-- ci/ci          3600 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7fb1mk0vsz0v93lazib4yohck.o\n-rw-r--r-- ci/ci         21432 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/39b2r19rueesme5wxaekiv4ey.o\n-rw-r--r-- ci/ci          4640 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/aq334ivi9xmzm965vclfca1q3.o\n-rw-r--r-- ci/ci         92264 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5wme9m4engb5guqnduepb96x4.o\n-rw-r--r-- ci/ci          3456 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/eswr2c9186kvlbjk6zgzuc681.o\n-rw-r--r-- ci/ci          6184 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7alb9ub47q78s3xgbhitcwza4.o\n-rw-r--r-- ci/ci          5872 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/499tu0tsa4j85onc61pxdcujm.o\n-rw-r--r-- ci/ci          6568 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/d4sxebr9ff73pzbrbwkej729w.o\n-rw-r--r-- ci/ci         61184 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/11dphnyh3o6tf0voqxqnlvgze.o\n-rw-r--r-- ci/ci         56744 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2kzfdte79ykzje83u5e0m7wzc.o\n-rw-r--r-- ci/ci         31376 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bf7czx1a54d14h2035vlwx5ya.o\n-rw-r--r-- ci/ci         25552 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4cipqtmgqem2zbdhhdpn5kxuz.o\n-rw-r--r-- ci/ci          9912 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/epy46wx146to9niz3trla2bn9.o\n-rw-r--r-- ci/ci          3280 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/es2jgya4so963n4e8jiy6a459.o\n-rw-r--r-- ci/ci         53656 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6uf2d9uwso220fjbx335mdj53.o\n-rw-r--r-- ci/ci          9128 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7s4rth6jnbxlrieavvsocev9e.o\n-rw-r--r-- ci/ci         44568 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4lmfdjntjwe6e2w4jlvq9n25w.o\n-rw-r--r-- ci/ci         12688 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/czllvpsk8nn8vtq2zf5h3znis.o\n-rw-r--r-- ci/ci         17984 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5xl21jxiviiu8q7bh8kz5jql4.o\n-rw-r--r-- ci/ci        143344 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c9qnckuv369d8bid1nkvmkyc3.o\n-rw-r--r-- ci/ci          3688 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4mm1s00kptqnyqpfoiwsw2e77.o\n-rw-r--r-- ci/ci         19704 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6cfdnucee5oabkt6sj1tvlmpm.o\n-rw-r--r-- ci/ci         54728 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9lvxanu7r0bkk8pzl13hin7k0.o\n-rw-r--r-- ci/ci         11896 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bz51jxce8sv01s0lgpsszjvpu.o\n-rw-r--r-- ci/ci          7878 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/work-products.bin\n-rw-r--r-- ci/ci          4592 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1v5cmqbytwgv3qrcfvq97t4q2.o\n-rw-r--r-- ci/ci        124800 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0ugron1ij1frvpbx2akq6kmzv.o\n-rw-r--r-- ci/ci         36736 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8vslxnohe97f8d0kb216z6hfs.o\n-rw-r--r-- ci/ci          3264 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c0k9r3e9270dhkrnkmxpx93vq.o\n-rw-r--r-- ci/ci          6096 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/axepw7c0imbnfxduw2aufc7qr.o\n-rw-r--r-- ci/ci          5152 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ccb32161en9vvtyo1oylk14lb.o\n-rw-r--r-- ci/ci         11184 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/b0d48gh6rwhapyb4xrnun27es.o\n-rw-r--r-- ci/ci          7200 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1qf70z6bgfgx9ps7d2f7n11ak.o\n-rw-r--r-- ci/ci         12632 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ch5nr8gr20hw7ui09j1v7i1ds.o\n-rw-r--r-- ci/ci          9536 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8z2ombrilcgoo94qi8t3d3upi.o\n-rw-r--r-- ci/ci         14432 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dlm0amcvr6v8afwrad8mpdctj.o\n-rw-r--r-- ci/ci          4184 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9bllklve89uhzrxlb30jdtj0a.o\n-rw-r--r-- ci/ci         19760 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/80u0wu4v5i109rs4c8pa5551h.o\n-rw-r--r-- ci/ci         32600 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/cknnxasama73ns6u39mfmhzre.o\n-rw-r--r-- ci/ci         56120 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5ykcoq4wwyg0175b2rb2vt07m.o\n-rw-r--r-- ci/ci          4936 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/cifasyuom0g4nkfme4dxezjy5.o\n-rw-r--r-- ci/ci         53624 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8ycehe0r6n4gd0n8u8qe28aml.o\n-rw-r--r-- ci/ci         22272 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a8yjbfid3ue1p42lnuwfttva6.o\n-rw-r--r-- ci/ci         31560 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/3u0m3vjef33e2pe11wp16qxd8.o\n-rw-r--r-- ci/ci          5096 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6cf3b6b7xzz33pbikcrp7myuj.o\n-rw-r--r-- ci/ci          8464 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/esacx19qcejn927zvokbbb4qy.o\n-rw-r--r-- ci/ci         18024 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/duo19gi5guegpyw0s7hdp2w5w.o\n-rw-r--r-- ci/ci          9968 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dmzqcw3rxf0ie08tkosijggj6.o\n-rw------- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46.lock\n-rw------- ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev.lock\ndrwxr-xr-x ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7ofbc9s5hkl5wheer5nj4y7ap.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7ofbc9s5hkl5wheer5nj4y7ap.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2pmnha4p5olv34xuj7qtetqfs.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2pmnha4p5olv34xuj7qtetqfs.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/44yghcewi22xouofxkbms21h1.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/44yghcewi22xouofxkbms21h1.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5xa6i87y1r9yykkfv19mxw84i.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5xa6i87y1r9yykkfv19mxw84i.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1b4kugwjd254vmaut4gjr6bwf.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1b4kugwjd254vmaut4gjr6bwf.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/awx487b763l58hpr7mefxtxgh.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/awx487b763l58hpr7mefxtxgh.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4gpun5wrrvbyxncoux5jqvqj3.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4gpun5wrrvbyxncoux5jqvqj3.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/76iqvj0us1isbpk6s61mz75ef.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/76iqvj0us1isbpk6s61mz75ef.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a1yrwdgxr8mxw53l3c9oz228v.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a1yrwdgxr8mxw53l3c9oz228v.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/20khnlyux5xpbntoi6sy4yd2q.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/20khnlyux5xpbntoi6sy4yd2q.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ca010hqhrvz7xuffekx5lsnoz.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ca010hqhrvz7xuffekx5lsnoz.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dezu0neu7gqb4ezqva6oy8qml.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dezu0neu7gqb4ezqva6oy8qml.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/3ug0bsvixo20f272au8fvms5f.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/3ug0bsvixo20f272au8fvms5f.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/79yuxm1v7kzh3116eslk4k0oq.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/79yuxm1v7kzh3116eslk4k0oq.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a85frv96m1scihpic8ne02tc4.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a85frv96m1scihpic8ne02tc4.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/3ndxm5octkrfknke0692dluc9.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/3ndxm5octkrfknke0692dluc9.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6n2jdugmxptfyad2nj8ckeco4.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6n2jdugmxptfyad2nj8ckeco4.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8ac5rw99vb2f5dypptuhapghk.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8ac5rw99vb2f5dypptuhapghk.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dfsi2ort9r3gpyk2ibrab7jgn.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dfsi2ort9r3gpyk2ibrab7jgn.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0kvo9zwidbbi80elpiij36brw.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0kvo9zwidbbi80elpiij36brw.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a4fetmswi2qnbyjrp1mhf5141.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a4fetmswi2qnbyjrp1mhf5141.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/abbcyzkwiqa0sd853aa4de6lm.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/abbcyzkwiqa0sd853aa4de6lm.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6a5d7d81d45dy7crwv0llui58.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6a5d7d81d45dy7crwv0llui58.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ar2y4ojqknkxswmzhxcbhod19.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ar2y4ojqknkxswmzhxcbhod19.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6xajr3k5e3md85k6g7jjdxefc.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6xajr3k5e3md85k6g7jjdxefc.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2uf5ri4eqsgrc3a9hz6kityt8.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2uf5ri4eqsgrc3a9hz6kityt8.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bo0ee5ypmmzssnlfduchw1owt.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bo0ee5ypmmzssnlfduchw1owt.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/anbpr0b0n5tevm8c4n28as4sc.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/anbpr0b0n5tevm8c4n28as4sc.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c2nsc40b6ghfiimk26clfep2z.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c2nsc40b6ghfiimk26clfep2z.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5mak1ydh783dc8usotjaj54dx.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5mak1ydh783dc8usotjaj54dx.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8qwuw58801mn1tl33n051j1ck.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8qwuw58801mn1tl33n051j1ck.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6e0mdp7q7usflwxl3dybkapuc.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6e0mdp7q7usflwxl3dybkapuc.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0icxe7tp3tsyug6bygotc6y3x.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0icxe7tp3tsyug6bygotc6y3x.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2g568g2hhlcaavns2ansl73xi.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2g568g2hhlcaavns2ansl73xi.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0i7o4mj0jymqyrc81l66203zf.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0i7o4mj0jymqyrc81l66203zf.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/504dymql67jzf1sbl7vfk0u0k.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/504dymql67jzf1sbl7vfk0u0k.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9egnmpd0zub9ws4rtiozc38ef.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9egnmpd0zub9ws4rtiozc38ef.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5tne9ies2zf1xp4k4vb83dbjn.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5tne9ies2zf1xp4k4vb83dbjn.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c1je1uf2is8i5j0dja6bc2fsn.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c1je1uf2is8i5j0dja6bc2fsn.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0dz8a41qke0llahqk3d5ebxj4.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0dz8a41qke0llahqk3d5ebxj4.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dbb308i80gtjej9f1lhnjvh8k.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dbb308i80gtjej9f1lhnjvh8k.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/acomuvwi7wtrfxnczcsqwobbs.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/acomuvwi7wtrfxnczcsqwobbs.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1mw65vxnxb9a1lgim3tzylaqe.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1mw65vxnxb9a1lgim3tzylaqe.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ardjdyowh3qfti3esy81jzuy8.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ardjdyowh3qfti3esy81jzuy8.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9q0578rvltw0vs142ejq995wb.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9q0578rvltw0vs142ejq995wb.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bpbcbehn7abylz62qoe23yx75.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bpbcbehn7abylz62qoe23yx75.o\n-rw-r--r-- ci/ci        909045 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/query-cache.bin\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/f0c3l1e85mfaip3qdhii5t5p6.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/f0c3l1e85mfaip3qdhii5t5p6.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0fr3352hvsg2g4xk1itc9syis.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0fr3352hvsg2g4xk1itc9syis.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/71708mpeietiitb1qi9zdlpd8.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/71708mpeietiitb1qi9zdlpd8.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/54jibrqgxliqv9nc306qjc8xr.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/54jibrqgxliqv9nc306qjc8xr.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7y1nvsevrnzn5jj9gkgborw6g.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7y1nvsevrnzn5jj9gkgborw6g.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/evj2o9iubk19q11bi1woh0alh.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/evj2o9iubk19q11bi1woh0alh.o\n-rw-r--r-- ci/ci       3386439 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dep-graph.bin\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/308ghbyyfbv08twb27zph3l1h.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/308ghbyyfbv08twb27zph3l1h.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/alejo6yky3ttoxhf3w9bvj2or.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/alejo6yky3ttoxhf3w9bvj2or.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a1gzo1lzwpv7cnle515ekjpni.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a1gzo1lzwpv7cnle515ekjpni.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2zq5xglkeyyaw1o4ptgfvco4u.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2zq5xglkeyyaw1o4ptgfvco4u.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7fb1mk0vsz0v93lazib4yohck.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7fb1mk0vsz0v93lazib4yohck.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/39b2r19rueesme5wxaekiv4ey.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/39b2r19rueesme5wxaekiv4ey.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/aq334ivi9xmzm965vclfca1q3.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/aq334ivi9xmzm965vclfca1q3.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5wme9m4engb5guqnduepb96x4.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5wme9m4engb5guqnduepb96x4.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/eswr2c9186kvlbjk6zgzuc681.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/eswr2c9186kvlbjk6zgzuc681.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7alb9ub47q78s3xgbhitcwza4.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7alb9ub47q78s3xgbhitcwza4.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/499tu0tsa4j85onc61pxdcujm.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/499tu0tsa4j85onc61pxdcujm.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/d4sxebr9ff73pzbrbwkej729w.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/d4sxebr9ff73pzbrbwkej729w.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/11dphnyh3o6tf0voqxqnlvgze.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/11dphnyh3o6tf0voqxqnlvgze.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2kzfdte79ykzje83u5e0m7wzc.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2kzfdte79ykzje83u5e0m7wzc.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bf7czx1a54d14h2035vlwx5ya.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bf7czx1a54d14h2035vlwx5ya.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4cipqtmgqem2zbdhhdpn5kxuz.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4cipqtmgqem2zbdhhdpn5kxuz.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/epy46wx146to9niz3trla2bn9.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/epy46wx146to9niz3trla2bn9.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/es2jgya4so963n4e8jiy6a459.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/es2jgya4so963n4e8jiy6a459.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6uf2d9uwso220fjbx335mdj53.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6uf2d9uwso220fjbx335mdj53.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7s4rth6jnbxlrieavvsocev9e.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7s4rth6jnbxlrieavvsocev9e.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4lmfdjntjwe6e2w4jlvq9n25w.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4lmfdjntjwe6e2w4jlvq9n25w.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/czllvpsk8nn8vtq2zf5h3znis.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/czllvpsk8nn8vtq2zf5h3znis.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5xl21jxiviiu8q7bh8kz5jql4.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5xl21jxiviiu8q7bh8kz5jql4.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c9qnckuv369d8bid1nkvmkyc3.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c9qnckuv369d8bid1nkvmkyc3.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4mm1s00kptqnyqpfoiwsw2e77.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4mm1s00kptqnyqpfoiwsw2e77.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6cfdnucee5oabkt6sj1tvlmpm.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6cfdnucee5oabkt6sj1tvlmpm.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9lvxanu7r0bkk8pzl13hin7k0.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9lvxanu7r0bkk8pzl13hin7k0.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bz51jxce8sv01s0lgpsszjvpu.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bz51jxce8sv01s0lgpsszjvpu.o\n-rw-r--r-- ci/ci          7878 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/work-products.bin\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1v5cmqbytwgv3qrcfvq97t4q2.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1v5cmqbytwgv3qrcfvq97t4q2.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0ugron1ij1frvpbx2akq6kmzv.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0ugron1ij1frvpbx2akq6kmzv.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8vslxnohe97f8d0kb216z6hfs.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8vslxnohe97f8d0kb216z6hfs.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c0k9r3e9270dhkrnkmxpx93vq.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c0k9r3e9270dhkrnkmxpx93vq.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/axepw7c0imbnfxduw2aufc7qr.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/axepw7c0imbnfxduw2aufc7qr.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ccb32161en9vvtyo1oylk14lb.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ccb32161en9vvtyo1oylk14lb.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/b0d48gh6rwhapyb4xrnun27es.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/b0d48gh6rwhapyb4xrnun27es.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1qf70z6bgfgx9ps7d2f7n11ak.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1qf70z6bgfgx9ps7d2f7n11ak.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ch5nr8gr20hw7ui09j1v7i1ds.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ch5nr8gr20hw7ui09j1v7i1ds.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8z2ombrilcgoo94qi8t3d3upi.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8z2ombrilcgoo94qi8t3d3upi.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dlm0amcvr6v8afwrad8mpdctj.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dlm0amcvr6v8afwrad8mpdctj.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9bllklve89uhzrxlb30jdtj0a.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9bllklve89uhzrxlb30jdtj0a.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/80u0wu4v5i109rs4c8pa5551h.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/80u0wu4v5i109rs4c8pa5551h.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/cknnxasama73ns6u39mfmhzre.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/cknnxasama73ns6u39mfmhzre.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5ykcoq4wwyg0175b2rb2vt07m.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5ykcoq4wwyg0175b2rb2vt07m.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/cifasyuom0g4nkfme4dxezjy5.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/cifasyuom0g4nkfme4dxezjy5.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8ycehe0r6n4gd0n8u8qe28aml.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8ycehe0r6n4gd0n8u8qe28aml.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a8yjbfid3ue1p42lnuwfttva6.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a8yjbfid3ue1p42lnuwfttva6.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/3u0m3vjef33e2pe11wp16qxd8.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/3u0m3vjef33e2pe11wp16qxd8.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6cf3b6b7xzz33pbikcrp7myuj.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6cf3b6b7xzz33pbikcrp7myuj.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/esacx19qcejn927zvokbbb4qy.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/esacx19qcejn927zvokbbb4qy.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/duo19gi5guegpyw0s7hdp2w5w.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/duo19gi5guegpyw0s7hdp2w5w.o\nhrw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dmzqcw3rxf0ie08tkosijggj6.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dmzqcw3rxf0ie08tkosijggj6.o\ndrwxr-xr-x ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/\ndrwxr-xr-x ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/\n-rw-r--r-- ci/ci        467996 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/query-cache.bin\n-rw-r--r-- ci/ci       1403052 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/dep-graph.bin\n-rw-r--r-- ci/ci            50 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/work-products.bin\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hlrfai30g6-1xsuqp3-728q9yrhov9a6yczzo9znkd75/\n-rw-r--r-- ci/ci        470636 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hlrfai30g6-1xsuqp3-728q9yrhov9a6yczzo9znkd75/query-cache.bin\n-rw-r--r-- ci/ci       1399758 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hlrfai30g6-1xsuqp3-728q9yrhov9a6yczzo9znkd75/dep-graph.bin\n-rw-r--r-- ci/ci            50 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hlrfai30g6-1xsuqp3-728q9yrhov9a6yczzo9znkd75/work-products.bin\n-rw------- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hlrfai30g6-1xsuqp3.lock\n-rw------- ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f.lock\ndrwxr-xr-x ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hlrfai2y5i-0hw6c1e-8w1ougi6dklta6jsgjovn1ejo/\n-rw-r--r-- ci/ci        464423 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hlrfai2y5i-0hw6c1e-8w1ougi6dklta6jsgjovn1ejo/query-cache.bin\n-rw-r--r-- ci/ci       1376721 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hlrfai2y5i-0hw6c1e-8w1ougi6dklta6jsgjovn1ejo/dep-graph.bin\n-rw-r--r-- ci/ci            50 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hlrfai2y5i-0hw6c1e-8w1ougi6dklta6jsgjovn1ejo/work-products.bin\n-rw------- ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy.lock\n-rw------- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hlrfai2y5i-0hw6c1e.lock\ndrwxr-xr-x ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/\n-rw-r--r-- ci/ci        461768 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/query-cache.bin\n-rw-r--r-- ci/ci       1379469 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/dep-graph.bin\n-rw-r--r-- ci/ci            50 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/work-products.bin\n-rw-r--r-- ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.cargo-lock\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/rustix-d94b876d0044dacd/\n-rw-r--r-- ci/ci            62 2026-08-28 10:07 ./cargo-target/debug/build/rustix-d94b876d0044dacd/root-output\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/rustix-d94b876d0044dacd/out/\n-rw-r--r-- ci/ci          2157 2026-08-28 10:07 ./cargo-target/debug/build/rustix-d94b876d0044dacd/out/rustix_test_can_compile\n-rw-r--r-- ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/rustix-d94b876d0044dacd/stderr\n-rw-r--r-- ci/ci           525 2026-08-28 10:07 ./cargo-target/debug/build/rustix-d94b876d0044dacd/output\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/build/rustix-d94b876d0044dacd/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-d93e2101947be180/\n-rwxr-xr-x ci/ci       4513392 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-d93e2101947be180/build_script_build-d93e2101947be180\n-rw-r--r-- ci/ci           454 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-d93e2101947be180/build_script_build-d93e2101947be180.d\nhrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-d93e2101947be180/build-script-build link to ./cargo-target/debug/build/serde_json-d93e2101947be180/build_script_build-d93e2101947be180\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/libc-221c449f1c0c59f9/\n-rw-r--r-- ci/ci           424 2026-08-28 10:07 ./cargo-target/debug/build/libc-221c449f1c0c59f9/build_script_build-221c449f1c0c59f9.d\n-rwxr-xr-x ci/ci       4702392 2026-08-28 10:07 ./cargo-target/debug/build/libc-221c449f1c0c59f9/build_script_build-221c449f1c0c59f9\nhrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/libc-221c449f1c0c59f9/build-script-build link to ./cargo-target/debug/build/libc-221c449f1c0c59f9/build_script_build-221c449f1c0c59f9\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/\n-rw-r--r-- ci/ci            67 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/root-output\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/out/\n-rw-r--r-- ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/stderr\n-rw-r--r-- ci/ci          1061 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/output\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-15796e59bcea1517/\n-rw-r--r-- ci/ci           454 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-15796e59bcea1517/build_script_build-15796e59bcea1517.d\n-rwxr-xr-x ci/ci       4656008 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-15796e59bcea1517/build_script_build-15796e59bcea1517\nhrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-15796e59bcea1517/build-script-build link to ./cargo-target/debug/build/serde_core-15796e59bcea1517/build_script_build-15796e59bcea1517\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/\n-rwxr-xr-x ci/ci       4678592 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/build-script-build\nhrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/build_script_build-41f5b6717bfaf0a0 link to ./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/build-script-build\n-rw-r--r-- ci/ci           459 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/build_script_build-41f5b6717bfaf0a0.d\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/quote-7311c8ec19e3ec40/\n-rw-r--r-- ci/ci           426 2026-08-28 10:07 ./cargo-target/debug/build/quote-7311c8ec19e3ec40/build_script_build-7311c8ec19e3ec40.d\n-rwxr-xr-x ci/ci       4620552 2026-08-28 10:07 ./cargo-target/debug/build/quote-7311c8ec19e3ec40/build-script-build\nhrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/quote-7311c8ec19e3ec40/build_script_build-7311c8ec19e3ec40 link to ./cargo-target/debug/build/quote-7311c8ec19e3ec40/build-script-build\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/\n-rw-r--r-- ci/ci            71 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/root-output\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/out/\n-rw-r--r-- ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/stderr\n-rw-r--r-- ci/ci          1783 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/output\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/libc-7a998dd5d2eacb14/\n-rw-r--r-- ci/ci            60 2026-08-28 10:07 ./cargo-target/debug/build/libc-7a998dd5d2eacb14/root-output\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/libc-7a998dd5d2eacb14/out/\n-rw-r--r-- ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/libc-7a998dd5d2eacb14/stderr\n-rw-r--r-- ci/ci          1249 2026-08-28 10:07 ./cargo-target/debug/build/libc-7a998dd5d2eacb14/output\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/build/libc-7a998dd5d2eacb14/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/\n-rw-r--r-- ci/ci            66 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/root-output\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/out/\n-rw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/stderr\n-rw-r--r-- ci/ci           132 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/output\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/zmij-ef045e1f10ec3882/\n-rw-r--r-- ci/ci           418 2026-08-28 10:07 ./cargo-target/debug/build/zmij-ef045e1f10ec3882/build_script_build-ef045e1f10ec3882.d\n-rwxr-xr-x ci/ci       4624800 2026-08-28 10:07 ./cargo-target/debug/build/zmij-ef045e1f10ec3882/build_script_build-ef045e1f10ec3882\nhrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/zmij-ef045e1f10ec3882/build-script-build link to ./cargo-target/debug/build/zmij-ef045e1f10ec3882/build_script_build-ef045e1f10ec3882\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/\n-rw-r--r-- ci/ci            66 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/root-output\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/out/\n-rw-r--r-- ci/ci            90 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/out/private.rs\n-rw-r--r-- ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/stderr\n-rw-r--r-- ci/ci           484 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/output\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/zmij-e72495a7b11d41dc/\n-rw-r--r-- ci/ci            60 2026-08-28 10:07 ./cargo-target/debug/build/zmij-e72495a7b11d41dc/root-output\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/zmij-e72495a7b11d41dc/out/\n-rw-r--r-- ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/zmij-e72495a7b11d41dc/stderr\n-rw-r--r-- ci/ci           126 2026-08-28 10:07 ./cargo-target/debug/build/zmij-e72495a7b11d41dc/output\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/build/zmij-e72495a7b11d41dc/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/quote-a7e35c59b67bb804/\n-rw-r--r-- ci/ci            61 2026-08-28 10:07 ./cargo-target/debug/build/quote-a7e35c59b67bb804/root-output\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/quote-a7e35c59b67bb804/out/\n-rw-r--r-- ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/quote-a7e35c59b67bb804/stderr\n-rw-r--r-- ci/ci            83 2026-08-28 10:07 ./cargo-target/debug/build/quote-a7e35c59b67bb804/output\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/build/quote-a7e35c59b67bb804/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/\n-rw-r--r-- ci/ci            61 2026-08-28 10:08 ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/root-output\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/out/\n-rw-r--r-- ci/ci           142 2026-08-28 10:08 ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/out/private.rs\n-rw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/stderr\n-rw-r--r-- ci/ci           582 2026-08-28 10:08 ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/output\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/build/serde-70e51348ce6d6017/\n-rwxr-xr-x ci/ci       4653384 2026-08-28 10:08 ./cargo-target/debug/build/serde-70e51348ce6d6017/build_script_build-70e51348ce6d6017\n-rw-r--r-- ci/ci           429 2026-08-28 10:08 ./cargo-target/debug/build/serde-70e51348ce6d6017/build_script_build-70e51348ce6d6017.d\nhrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/build/serde-70e51348ce6d6017/build-script-build link to ./cargo-target/debug/build/serde-70e51348ce6d6017/build_script_build-70e51348ce6d6017\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/\n-rw-r--r-- ci/ci          1072 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/build_script_build-cad29f225c08c9de.d\n-rwxr-xr-x ci/ci       4761720 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/build-script-build\nhrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/build_script_build-cad29f225c08c9de link to ./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/build-script-build\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/rustix-2057de68928b4f33/\n-rwxr-xr-x ci/ci       4684064 2026-08-28 10:07 ./cargo-target/debug/build/rustix-2057de68928b4f33/build_script_build-2057de68928b4f33\nhrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/build/rustix-2057de68928b4f33/build-script-build link to ./cargo-target/debug/build/rustix-2057de68928b4f33/build_script_build-2057de68928b4f33\n-rw-r--r-- ci/ci           428 2026-08-28 10:07 ./cargo-target/debug/build/rustix-2057de68928b4f33/build_script_build-2057de68928b4f33.d\n-rw-r--r-- ci/ci            60 2026-08-28 10:08 ./cargo-target/debug/filecount.d\nhrwxr-xr-x ci/ci             0 2026-09-03 13:46 ./cargo-target/debug/filecount link to ./cargo-target/debug/deps/filecount-540e5c648d65f765\n-rw-r--r-- ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.cargo-build-lock\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-d94b876d0044dacd/\n-rw-r--r-- ci/ci           675 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-d94b876d0044dacd/run-build-script-build-script-build.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-d94b876d0044dacd/run-build-script-build-script-build\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/\n-rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/dep-lib-proc_macro2\n-rw-r--r-- ci/ci           575 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/lib-proc_macro2.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/invoked.timestamp\n-rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/lib-proc_macro2\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/\n-rw-r--r-- ci/ci           396 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/lib-unit_prefix.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/lib-unit_prefix\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/dep-lib-unit_prefix\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/\n-rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/dep-lib-unicode_ident\n-rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/lib-unicode_ident\n-rw-r--r-- ci/ci           359 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/lib-unicode_ident.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/lib-serde_core\n-rw-r--r-- ci/ci           507 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/lib-serde_core.json\n-rw-r--r-- ci/ci            74 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/dep-lib-serde_core\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/\n-rw-r--r-- ci/ci           441 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/lib-bitflags.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/dep-lib-bitflags\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/lib-bitflags\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/\n-rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/lib-colorchoice\n-rw-r--r-- ci/ci           355 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/lib-colorchoice.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/dep-lib-colorchoice\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/\n-rw-r--r-- ci/ci           358 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/lib-anstyle_query.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/lib-anstyle_query\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/invoked.timestamp\n-rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/dep-lib-anstyle_query\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/dep-lib-itoa\n-rw-r--r-- ci/ci           355 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/lib-itoa.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/lib-itoa\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/\n-rw-r--r-- ci/ci           537 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/build-script-build-script-build.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/dep-build-script-build-script-build\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/build-script-build-script-build\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/dep-lib-console\n-rw-r--r-- ci/ci           678 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/lib-console.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/lib-console\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/dep-lib-clap_lex\n-rw-r--r-- ci/ci           349 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/lib-clap_lex.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/lib-clap_lex\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/dep-lib-libc\n-rw-r--r-- ci/ci           564 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/lib-libc.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/lib-libc\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/\n-rw-r--r-- ci/ci           519 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/build-script-build-script-build.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/dep-build-script-build-script-build\n-rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/build-script-build-script-build\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-331a3c244e3c25bf/\n-rw-r--r-- ci/ci           485 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-331a3c244e3c25bf/run-build-script-build-script-build.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-331a3c244e3c25bf/run-build-script-build-script-build\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/lib-serde_json\n-rw-r--r-- ci/ci           818 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/lib-serde_json.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/dep-lib-serde_json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/\n-rw-r--r-- ci/ci           387 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/lib-utf8parse.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/dep-lib-utf8parse\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/lib-utf8parse\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/\n-rw-r--r-- ci/ci            31 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/dep-bin-filecount\n-rw-r--r-- ci/ci           649 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/bin-filecount.json\n-rw-r--r-- ci/ci            16 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/bin-filecount\n-rw-r--r-- ci/ci            48 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/\n-rw-r--r-- ci/ci           454 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/build-script-build-script-build.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/dep-build-script-build-script-build\n-rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/build-script-build-script-build\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/dep-lib-serde_derive\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/lib-serde_derive\n-rw-r--r-- ci/ci           577 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/lib-serde_derive.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/lib-portable_atomic\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/dep-lib-portable_atomic\n-rw-r--r-- ci/ci           656 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/lib-portable_atomic.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/dep-lib-same_file\n-rw-r--r-- ci/ci           351 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/lib-same_file.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/invoked.timestamp\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/lib-same_file\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/\n-rw-r--r-- ci/ci           775 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/lib-indicatif.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/invoked.timestamp\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/dep-lib-indicatif\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/lib-indicatif\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/\n-rw-r--r-- ci/ci           407 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/lib-walkdir.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/lib-walkdir\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/dep-lib-walkdir\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/\n-rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/dep-lib-libc\n-rw-r--r-- ci/ci           565 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/lib-libc.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/lib-libc\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/lib-memchr\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/dep-lib-memchr\n-rw-r--r-- ci/ci           463 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/lib-memchr.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/\n-rw-r--r-- ci/ci           458 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/build-script-build-script-build.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/dep-build-script-build-script-build\n-rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/build-script-build-script-build\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/dep-lib-zmij\n-rw-r--r-- ci/ci           421 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/lib-zmij.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/lib-zmij\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/dep-lib-unicode_width\n-rw-r--r-- ci/ci           454 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/lib-unicode_width.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/invoked.timestamp\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/lib-unicode_width\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/\n-rw-r--r-- ci/ci           528 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/lib-quote.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/lib-quote\n-rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/dep-lib-quote\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/lib-portable_atomic\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/dep-lib-portable_atomic\n-rw-r--r-- ci/ci           657 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/lib-portable_atomic.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/lib-anstyle\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/dep-lib-anstyle\n-rw-r--r-- ci/ci           387 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/lib-anstyle.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/\n-rw-r--r-- ci/ci           420 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/build-script-build-script-build.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/dep-build-script-build-script-build\n-rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/build-script-build-script-build\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/lib-serde_json\n-rw-r--r-- ci/ci           818 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/lib-serde_json.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/dep-lib-serde_json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/dep-lib-rustix\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/lib-rustix\n-rw-r--r-- ci/ci          1059 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/lib-rustix.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/\n-rw-r--r-- ci/ci           120 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/dep-bin-filecount\n-rw-r--r-- ci/ci           647 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/bin-filecount.json\n-rw-r--r-- ci/ci            16 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/bin-filecount\n-rw-r--r-- ci/ci            48 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-da62ae0f8f5d731b/\n-rw-r--r-- ci/ci           368 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-da62ae0f8f5d731b/run-build-script-build-script-build.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-da62ae0f8f5d731b/run-build-script-build-script-build\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/dep-lib-same_file\n-rw-r--r-- ci/ci           350 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/lib-same_file.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/invoked.timestamp\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/lib-same_file\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-7a998dd5d2eacb14/\n-rw-r--r-- ci/ci           714 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-7a998dd5d2eacb14/run-build-script-build-script-build.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-7a998dd5d2eacb14/run-build-script-build-script-build\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/lib-memchr\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/dep-lib-memchr\n-rw-r--r-- ci/ci           464 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/lib-memchr.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/lib-syn\n-rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/dep-lib-syn\n-rw-r--r-- ci/ci           771 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/lib-syn.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/\n-rw-r--r-- ci/ci           775 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/lib-indicatif.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/invoked.timestamp\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/dep-lib-indicatif\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/lib-indicatif\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/\n-rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/lib-anstyle\n-rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/dep-lib-anstyle\n-rw-r--r-- ci/ci           386 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/lib-anstyle.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/lib-serde_core\n-rw-r--r-- ci/ci           508 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/lib-serde_core.json\n-rw-r--r-- ci/ci            74 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/dep-lib-serde_core\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/\n-rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/dep-lib-rustix\n-rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/lib-rustix\n-rw-r--r-- ci/ci          1060 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/lib-rustix.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/lib-linux_raw_sys\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/dep-lib-linux_raw_sys\n-rw-r--r-- ci/ci           762 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/lib-linux_raw_sys.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/\n-rw-r--r-- ci/ci           671 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/lib-serde.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/lib-serde\n-rw-r--r-- ci/ci            69 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/dep-lib-serde\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/\n-rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/dep-lib-is_terminal_polyfill\n-rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/lib-is_terminal_polyfill\n-rw-r--r-- ci/ci           396 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/lib-is_terminal_polyfill.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/\n-rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/lib-terminal_size\n-rw-r--r-- ci/ci           416 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/lib-terminal_size.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/invoked.timestamp\n-rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/dep-lib-terminal_size\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-cebbdeadc6d1451c/\n-rw-r--r-- ci/ci           331 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-cebbdeadc6d1451c/run-build-script-build-script-build.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-cebbdeadc6d1451c/run-build-script-build-script-build\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/\n-rw-r--r-- ci/ci           651 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/test-bin-filecount.json\n-rw-r--r-- ci/ci           120 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/dep-test-bin-filecount\n-rw-r--r-- ci/ci            16 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/test-bin-filecount\n-rw-r--r-- ci/ci            48 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/\n-rw-r--r-- ci/ci           994 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/lib-clap_builder.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/dep-lib-clap_builder\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/lib-clap_builder\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/dep-lib-clap_lex\n-rw-r--r-- ci/ci           349 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/lib-clap_lex.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/lib-clap_lex\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/\n-rw-r--r-- ci/ci           407 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/lib-walkdir.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/lib-walkdir\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/dep-lib-walkdir\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/\n-rw-r--r-- ci/ci           376 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/build-script-build-script-build.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/dep-build-script-build-script-build\n-rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/build-script-build-script-build\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/\n-rw-r--r-- ci/ci           359 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/lib-anstyle_query.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/lib-anstyle_query\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/invoked.timestamp\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/dep-lib-anstyle_query\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-476e5eeb5f852bfb/\n-rw-r--r-- ci/ci           330 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-476e5eeb5f852bfb/run-build-script-build-script-build.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-476e5eeb5f852bfb/run-build-script-build-script-build\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-e72495a7b11d41dc/\n-rw-r--r-- ci/ci           323 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-e72495a7b11d41dc/run-build-script-build-script-build.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-e72495a7b11d41dc/run-build-script-build-script-build\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/\n-rw-r--r-- ci/ci           395 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/lib-unit_prefix.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/lib-unit_prefix\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/dep-lib-unit_prefix\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/dep-lib-itoa\n-rw-r--r-- ci/ci           354 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/lib-itoa.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/lib-itoa\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/\n-rw-r--r-- ci/ci           692 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/lib-clap_derive.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/lib-clap_derive\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/dep-lib-clap_derive\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/lib-strsim\n-rw-r--r-- ci/ci           346 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/lib-strsim.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/dep-lib-strsim\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/dep-lib-unicode_width\n-rw-r--r-- ci/ci           453 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/lib-unicode_width.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/invoked.timestamp\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/lib-unicode_width\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/\n-rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/lib-linux_raw_sys\n-rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/dep-lib-linux_raw_sys\n-rw-r--r-- ci/ci           762 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/lib-linux_raw_sys.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-a7e35c59b67bb804/\n-rw-r--r-- ci/ci           325 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-a7e35c59b67bb804/run-build-script-build-script-build.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-a7e35c59b67bb804/run-build-script-build-script-build\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/\n-rw-r--r-- ci/ci           440 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/lib-bitflags.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/dep-lib-bitflags\n-rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/lib-bitflags\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/lib-colorchoice\n-rw-r--r-- ci/ci           356 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/lib-colorchoice.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/dep-lib-colorchoice\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/\n-rw-r--r-- ci/ci           807 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/lib-anstream.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/dep-lib-anstream\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/invoked.timestamp\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/lib-anstream\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/\n-rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/dep-lib-anstyle_parse\n-rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/lib-anstyle_parse\n-rw-r--r-- ci/ci           472 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/lib-anstyle_parse.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-4e36ccfdf11c5ecd/\n-rw-r--r-- ci/ci           326 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-4e36ccfdf11c5ecd/run-build-script-build-script-build.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-4e36ccfdf11c5ecd/run-build-script-build-script-build\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/\n-rw-r--r-- ci/ci           994 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/lib-clap_builder.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/dep-lib-clap_builder\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/lib-clap_builder\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-350539075733e214/\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-350539075733e214/lib-strsim\n-rw-r--r-- ci/ci           345 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-350539075733e214/lib-strsim.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-350539075733e214/dep-lib-strsim\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-350539075733e214/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/\n-rw-r--r-- ci/ci           496 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/build-script-build-script-build.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/dep-build-script-build-script-build\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/build-script-build-script-build\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/\n-rw-r--r-- ci/ci           808 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/lib-anstream.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/dep-lib-anstream\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/invoked.timestamp\n-rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/lib-anstream\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/\n-rw-r--r-- ci/ci           600 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/build-script-build-script-build.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/dep-build-script-build-script-build\n-rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/build-script-build-script-build\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/lib-once_cell\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/dep-lib-once_cell\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/invoked.timestamp\n-rw-r--r-- ci/ci           529 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/lib-once_cell.json\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/dep-lib-clap\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/lib-clap\n-rw-r--r-- ci/ci           895 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/lib-clap.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/dep-lib-clap\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/lib-clap\n-rw-r--r-- ci/ci           893 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/lib-clap.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/\n-rw-r--r-- ci/ci           654 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/test-bin-filecount.json\n-rw-r--r-- ci/ci            31 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/dep-test-bin-filecount\n-rw-r--r-- ci/ci            16 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/test-bin-filecount\n-rw-r--r-- ci/ci            48 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/\n-rw-r--r-- ci/ci           884 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/build-script-build-script-build.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/dep-build-script-build-script-build\n-rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/build-script-build-script-build\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/dep-lib-anstyle_parse\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/lib-anstyle_parse\n-rw-r--r-- ci/ci           472 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/lib-anstyle_parse.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/\n-rw-r--r-- ci/ci           673 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/lib-serde.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/lib-serde\n-rw-r--r-- ci/ci            69 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/dep-lib-serde\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/lib-once_cell\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/dep-lib-once_cell\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/invoked.timestamp\n-rw-r--r-- ci/ci           530 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/lib-once_cell.json\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/dep-lib-zmij\n-rw-r--r-- ci/ci           422 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/lib-zmij.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/lib-zmij\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/dep-lib-is_terminal_polyfill\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/lib-is_terminal_polyfill\n-rw-r--r-- ci/ci           396 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/lib-is_terminal_polyfill.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/lib-heck\n-rw-r--r-- ci/ci           341 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/lib-heck.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/invoked.timestamp\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/dep-lib-heck\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/dep-lib-console\n-rw-r--r-- ci/ci           677 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/lib-console.json\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/lib-console\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/invoked.timestamp\ndrwxr-xr-x ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/\n-rw-r--r-- ci/ci            16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/lib-terminal_size\n-rw-r--r-- ci/ci           416 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/lib-terminal_size.json\n-rw-r--r-- ci/ci            48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/invoked.timestamp\n-rw-r--r-- ci/ci            14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/dep-lib-terminal_size\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/\n-rw-r--r-- ci/ci           386 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/lib-utf8parse.json\n-rw-r--r-- ci/ci            14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/dep-lib-utf8parse\n-rw-r--r-- ci/ci            16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/lib-utf8parse\n-rw-r--r-- ci/ci            48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/invoked.timestamp\n-rw-r--r-- ci/ci             0 2026-08-28 10:08 ./cargo-target/debug/.cargo-artifact-lock\ndrwxr-xr-x ci/ci             0 2026-08-28 10:07 ./cargo-target/debug/examples/\n","stderr":"","timestamp":{"secs_since_epoch":1788446873,"nanos_since_epoch":354430338}}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1788446877,"nanos_since_epoch":417145036}}
{"type":"trace","title":"Execute action","msg":"TarExtract(\n    TarExtract {\n        archive: \"/dev/vdd\",\n        directory: \"/ci/artifacts\",\n    },\n)","timestamp":{"secs_since_epoch":1788446877,"nanos_since_epoch":420771092}}
{"type":"trace","title":"Start program tar","msg":"Command {\n    program: \"tar\",\n    args: [\n        \"tar\",\n        \"-xvvvf\",\n        \"/dev/vdd\",\n        \"-C\",\n        \"/ci/artifacts\",\n        \"--no-same-owner\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \".\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446877,"nanos_since_epoch":425495858}}
{"type":"program_succeeded","program_name":"tar","exit_code":0,"stdout":"drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./\n","stderr":"","timestamp":{"secs_since_epoch":1788446877,"nanos_since_epoch":448720380}}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1788446877,"nanos_since_epoch":453879926}}
{"type":"trace","title":"Execute action","msg":"TarExtract(\n    TarExtract {\n        archive: \"/dev/vdg\",\n        directory: \"/ci/secrets\",\n    },\n)","timestamp":{"secs_since_epoch":1788446877,"nanos_since_epoch":458126677}}
{"type":"trace","title":"Start program tar","msg":"Command {\n    program: \"tar\",\n    args: [\n        \"tar\",\n        \"-xvvvf\",\n        \"/dev/vdg\",\n        \"-C\",\n        \"/ci/secrets\",\n        \"--no-same-owner\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \".\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446877,"nanos_since_epoch":463972643}}
{"type":"program_succeeded","program_name":"tar","exit_code":0,"stdout":"drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./\n","stderr":"","timestamp":{"secs_since_epoch":1788446877,"nanos_since_epoch":486330578}}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1788446877,"nanos_since_epoch":491531865}}
{"type":"trace","title":"Execute action","msg":"Symlink(\n    Symlink {\n        target: \"/ci\",\n        link_name: \"/workspace\",\n    },\n)","timestamp":{"secs_since_epoch":1788446877,"nanos_since_epoch":495705474}}
{"type":"trace","title":"symlink target exists","msg":"/ci","timestamp":{"secs_since_epoch":1788446877,"nanos_since_epoch":501134793}}
{"type":"action_succeeded","action":"symlink","target":"/ci","link_name":"/workspace","timestamp":{"secs_since_epoch":1788446877,"nanos_since_epoch":504707155}}
{"type":"trace","title":"Execute action","msg":"CreateFile(\n    CreateFile {\n        filename: \"/root/.ssh/config\",\n        content: \"Host *\\nStrictHostKeyChecking accept-new\\nIdentityFile /ci/secrets/ssh_key\\n                \",\n        overwrite: true,\n    },\n)","timestamp":{"secs_since_epoch":1788446877,"nanos_since_epoch":508700341}}
{"type":"action_succeeded","action":"create_file","filename":"/root/.ssh/config","content":"Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                ","overwrite":true,"timestamp":{"secs_since_epoch":1788446877,"nanos_since_epoch":517557867}}
{"type":"trace","title":"Execute action","msg":"WaitOnline(\n    WaitOnline,\n)","timestamp":{"secs_since_epoch":1788446877,"nanos_since_epoch":524270033}}
{"type":"trace","title":"Start program systemctl","msg":"Command {\n    program: \"systemctl\",\n    args: [\n        \"systemctl\",\n        \"start\",\n        \"systemd-networkd-wait-online\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446877,"nanos_since_epoch":528098478}}
{"type":"program_succeeded","program_name":"systemctl","exit_code":0,"stdout":"","stderr":"","timestamp":{"secs_since_epoch":1788446877,"nanos_since_epoch":598426086}}
{"type":"trace","title":"Start program systemctl","msg":"Command {\n    program: \"systemctl\",\n    args: [\n        \"systemctl\",\n        \"status\",\n        \"systemd-networkd-wait-online\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446877,"nanos_since_epoch":602164653}}
{"type":"program_succeeded","program_name":"systemctl","exit_code":0,"stdout":"● systemd-networkd-wait-online.service - Wait for Network to be Configured\n     Loaded: loaded (/usr/lib/systemd/system/systemd-networkd-wait-online.service; enabled; preset: enabled)\n     Active: active (exited) since Thu 2026-09-03 14:47:57 UTC; 43ms ago\n Invocation: c73bc6070aea458dba42862ee5c7c155\n       Docs: man:systemd-networkd-wait-online.service(8)\n    Process: 426 ExecStart=/usr/lib/systemd/systemd-networkd-wait-online (code=exited, status=0/SUCCESS)\n   Main PID: 426 (code=exited, status=0/SUCCESS)\n   Mem peak: 1.7M\n        CPU: 14ms\n\nSep 03 14:47:57 ambient-dev systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...\nSep 03 14:47:57 ambient-dev systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured.\n","stderr":"","timestamp":{"secs_since_epoch":1788446877,"nanos_since_epoch":641659584}}
{"type":"trace","title":"Start program systemctl","msg":"Command {\n    program: \"systemctl\",\n    args: [\n        \"systemctl\",\n        \"status\",\n        \"systemd-networkd\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446877,"nanos_since_epoch":661173259}}
{"type":"program_succeeded","program_name":"systemctl","exit_code":0,"stdout":"● systemd-networkd.service - Network Configuration\n     Loaded: loaded (/usr/lib/systemd/system/systemd-networkd.service; enabled; preset: enabled)\n     Active: active (running) since Thu 2026-09-03 14:47:51 UTC; 6s ago\n Invocation: 2185eea26d124d7092b1c5ffaa2e334c\nTriggeredBy: ● systemd-networkd.socket\n       Docs: man:systemd-networkd.service(8)\n             man:org.freedesktop.network1(5)\n   Main PID: 330 (systemd-network)\n     Status: \"Processing requests...\"\n      Tasks: 1 (limit: 13298)\n   FD Store: 0 (limit: 512)\n     Memory: 3.8M (peak: 13.5M)\n        CPU: 212ms\n     CGroup: /system.slice/systemd-networkd.service\n             └─330 /usr/lib/systemd/systemd-networkd\n\nSep 03 14:47:51 ambient-dev systemd-networkd[330]: lo: Link UP\nSep 03 14:47:51 ambient-dev systemd-networkd[330]: lo: Gained carrier\nSep 03 14:47:51 ambient-dev systemd[1]: Started systemd-networkd.service - Network Configuration.\nSep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network\nSep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Configuring with /etc/systemd/network/external.network.\nSep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Link UP\nSep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Gained carrier\nSep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network\nSep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: DHCPv4 address 10.0.2.15/24, gateway 10.0.2.2 acquired from 10.0.2.2\nSep 03 14:47:52 ambient-dev systemd-networkd[330]: eth0: Gained IPv6LL\n","stderr":"","timestamp":{"secs_since_epoch":1788446877,"nanos_since_epoch":701457862}}
{"type":"trace","title":"Start program systemctl","msg":"Command {\n    program: \"systemctl\",\n    args: [\n        \"systemctl\",\n        \"status\",\n        \"systemd-networkd-wait-online\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446877,"nanos_since_epoch":739584742}}
{"type":"program_succeeded","program_name":"systemctl","exit_code":0,"stdout":"● systemd-networkd-wait-online.service - Wait for Network to be Configured\n     Loaded: loaded (/usr/lib/systemd/system/systemd-networkd-wait-online.service; enabled; preset: enabled)\n     Active: active (exited) since Thu 2026-09-03 14:47:57 UTC; 173ms ago\n Invocation: c73bc6070aea458dba42862ee5c7c155\n       Docs: man:systemd-networkd-wait-online.service(8)\n    Process: 426 ExecStart=/usr/lib/systemd/systemd-networkd-wait-online (code=exited, status=0/SUCCESS)\n   Main PID: 426 (code=exited, status=0/SUCCESS)\n   Mem peak: 1.7M\n        CPU: 14ms\n\nSep 03 14:47:57 ambient-dev systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...\nSep 03 14:47:57 ambient-dev systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured.\n","stderr":"","timestamp":{"secs_since_epoch":1788446877,"nanos_since_epoch":771104085}}
{"type":"trace","title":"Start program systemctl","msg":"Command {\n    program: \"systemctl\",\n    args: [\n        \"systemctl\",\n        \"show\",\n        \"systemd-networkd-wait-online\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446877,"nanos_since_epoch":788268337}}
{"type":"program_succeeded","program_name":"systemctl","exit_code":0,"stdout":"Type=oneshot\nExitType=main\nRestart=no\nRestartMode=normal\nNotifyAccess=none\nRestartUSec=100ms\nRestartSteps=0\nRestartMaxDelayUSec=infinity\nRestartUSecNext=100ms\nTimeoutStartUSec=infinity\nTimeoutStopUSec=1min 30s\nTimeoutAbortUSec=1min 30s\nTimeoutStartFailureMode=terminate\nTimeoutStopFailureMode=terminate\nRuntimeMaxUSec=infinity\nRuntimeRandomizedExtraUSec=0\nWatchdogUSec=0\nWatchdogTimestampMonotonic=0\nRootDirectoryStartOnly=no\nRemainAfterExit=yes\nGuessMainPID=yes\nMainPID=0\nControlPID=0\nFileDescriptorStoreMax=0\nNFileDescriptorStore=0\nFileDescriptorStorePreserve=restart\nStatusErrno=0\nResult=success\nReloadResult=success\nCleanResult=success\nLiveMountResult=success\nUID=[not set]\nGID=[not set]\nNRestarts=0\nOOMPolicy=stop\nReloadSignal=1\nExecMainStartTimestamp=Thu 2026-09-03 14:47:57 UTC\nExecMainStartTimestampMonotonic=15884929\nExecMainExitTimestamp=Thu 2026-09-03 14:47:57 UTC\nExecMainExitTimestampMonotonic=15919933\nExecMainHandoffTimestamp=Thu 2026-09-03 14:47:57 UTC\nExecMainHandoffTimestampMonotonic=15912445\nExecMainPID=426\nExecMainCode=1\nExecMainStatus=0\nExecStart={ path=/usr/lib/systemd/systemd-networkd-wait-online ; argv[]=/usr/lib/systemd/systemd-networkd-wait-online ; ignore_errors=no ; start_time=[Thu 2026-09-03 14:47:57 UTC] ; stop_time=[Thu 2026-09-03 14:47:57 UTC] ; pid=426 ; code=exited ; status=0 }\nExecStartEx={ path=/usr/lib/systemd/systemd-networkd-wait-online ; argv[]=/usr/lib/systemd/systemd-networkd-wait-online ; flags= ; start_time=[Thu 2026-09-03 14:47:57 UTC] ; stop_time=[Thu 2026-09-03 14:47:57 UTC] ; pid=426 ; code=exited ; status=0 }\nSlice=system.slice\nControlGroupId=2153\nMemoryCurrent=[not set]\nMemoryPeak=1830912\nMemorySwapCurrent=[not set]\nMemorySwapPeak=0\nMemoryZSwapCurrent=[not set]\nMemoryAvailable=10998194176\nEffectiveMemoryMax=11670540288\nEffectiveMemoryHigh=11670540288\nCPUUsageNSec=14611000\nTasksCurrent=[not set]\nEffectiveTasksMax=13298\nIPIngressBytes=[no data]\nIPIngressPackets=[no data]\nIPEgressBytes=[no data]\nIPEgressPackets=[no data]\nIOReadBytes=[not set]\nIOReadOperations=[not set]\nIOWriteBytes=[not set]\nIOWriteOperations=[not set]\nDelegate=no\nCPUAccounting=yes\nCPUWeight=[not set]\nStartupCPUWeight=[not set]\nCPUShares=[not set]\nStartupCPUShares=[not set]\nCPUQuotaPerSecUSec=infinity\nCPUQuotaPeriodUSec=infinity\nIOAccounting=no\nIOWeight=[not set]\nStartupIOWeight=[not set]\nBlockIOAccounting=no\nBlockIOWeight=[not set]\nStartupBlockIOWeight=[not set]\nMemoryAccounting=yes\nDefaultMemoryLow=0\nDefaultStartupMemoryLow=0\nDefaultMemoryMin=0\nMemoryMin=0\nMemoryLow=0\nStartupMemoryLow=0\nMemoryHigh=infinity\nStartupMemoryHigh=infinity\nMemoryMax=infinity\nStartupMemoryMax=infinity\nMemorySwapMax=infinity\nStartupMemorySwapMax=infinity\nMemoryZSwapMax=infinity\nStartupMemoryZSwapMax=infinity\nMemoryZSwapWriteback=yes\nMemoryLimit=infinity\nDevicePolicy=auto\nTasksAccounting=yes\nTasksMax=13298\nIPAccounting=no\nManagedOOMSwap=auto\nManagedOOMMemoryPressure=auto\nManagedOOMMemoryPressureLimit=0\nManagedOOMMemoryPressureDurationUSec=[not set]\nManagedOOMPreference=none\nMemoryPressureWatch=auto\nMemoryPressureThresholdUSec=200ms\nCoredumpReceive=no\nUMask=0022\nLimitCPU=infinity\nLimitCPUSoft=infinity\nLimitFSIZE=infinity\nLimitFSIZESoft=infinity\nLimitDATA=infinity\nLimitDATASoft=infinity\nLimitSTACK=infinity\nLimitSTACKSoft=8388608\nLimitCORE=infinity\nLimitCORESoft=0\nLimitRSS=infinity\nLimitRSSSoft=infinity\nLimitNOFILE=524288\nLimitNOFILESoft=1024\nLimitAS=infinity\nLimitASSoft=infinity\nLimitNPROC=44327\nLimitNPROCSoft=44327\nLimitMEMLOCK=8388608\nLimitMEMLOCKSoft=8388608\nLimitLOCKS=infinity\nLimitLOCKSSoft=infinity\nLimitSIGPENDING=44327\nLimitSIGPENDINGSoft=44327\nLimitMSGQUEUE=819200\nLimitMSGQUEUESoft=819200\nLimitNICE=0\nLimitNICESoft=0\nLimitRTPRIO=0\nLimitRTPRIOSoft=0\nLimitRTTIME=infinity\nLimitRTTIMESoft=infinity\nRootEphemeral=no\nOOMScoreAdjust=0\nCoredumpFilter=0x33\nNice=0\nIOSchedulingClass=2\nIOSchedulingPriority=4\nCPUSchedulingPolicy=0\nCPUSchedulingPriority=0\nCPUAffinityFromNUMA=no\nNUMAPolicy=n/a\nTimerSlackNSec=50000\nCPUSchedulingResetOnFork=no\nNonBlocking=no\nStandardInput=null\nStandardOutput=journal\nStandardError=inherit\nTTYReset=no\nTTYVHangup=no\nTTYVTDisallocate=no\nSyslogPriority=30\nSyslogLevelPrefix=yes\nSyslogLevel=6\nSyslogFacility=3\nLogLevelMax=-1\nLogRateLimitIntervalUSec=0\nLogRateLimitBurst=0\nSecureBits=0\nCapabilityBoundingSet=cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore\nDynamicUser=no\nSetLoginEnvironment=no\nRemoveIPC=no\nPrivateTmp=no\nPrivateTmpEx=no\nPrivateDevices=no\nProtectClock=no\nProtectKernelTunables=no\nProtectKernelModules=no\nProtectKernelLogs=no\nProtectControlGroups=no\nProtectControlGroupsEx=no\nPrivateNetwork=no\nPrivateUsers=no\nPrivateUsersEx=no\nPrivateMounts=no\nPrivateIPC=no\nPrivatePIDs=no\nProtectHome=no\nProtectSystem=no\nSameProcessGroup=no\nUtmpMode=init\nIgnoreSIGPIPE=yes\nNoNewPrivileges=no\nSystemCallErrorNumber=2147483646\nLockPersonality=no\nRuntimeDirectoryPreserve=no\nRuntimeDirectoryMode=0755\nStateDirectoryMode=0755\nCacheDirectoryMode=0755\nLogsDirectoryMode=0755\nConfigurationDirectoryMode=0755\nTimeoutCleanUSec=infinity\nMemoryDenyWriteExecute=no\nRestrictRealtime=no\nRestrictSUIDSGID=no\nRestrictNamespaces=no\nMountAPIVFS=no\nBindLogSockets=no\nKeyringMode=private\nProtectProc=default\nProcSubset=all\nProtectHostname=no\nMemoryKSM=no\nRootImagePolicy=root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\nMountImagePolicy=root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\nExtensionImagePolicy=root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\nKillMode=control-group\nKillSignal=15\nRestartKillSignal=15\nFinalKillSignal=9\nSendSIGKILL=yes\nSendSIGHUP=no\nWatchdogSignal=6\nId=systemd-networkd-wait-online.service\nNames=systemd-networkd-wait-online.service\nRequires=system.slice\nBindsTo=systemd-networkd.service\nWantedBy=network-online.target\nConflicts=shutdown.target\nBefore=network-online.target shutdown.target\nAfter=systemd-journald.socket system.slice systemd-networkd.service\nDocumentation=\"man:systemd-networkd-wait-online.service(8)\"\nDescription=Wait for Network to be Configured\nLoadState=loaded\nActiveState=active\nFreezerState=running\nSubState=exited\nFragmentPath=/usr/lib/systemd/system/systemd-networkd-wait-online.service\nUnitFileState=enabled\nUnitFilePreset=enabled\nStateChangeTimestamp=Thu 2026-09-03 14:47:57 UTC\nStateChangeTimestampMonotonic=15920325\nInactiveExitTimestamp=Thu 2026-09-03 14:47:57 UTC\nInactiveExitTimestampMonotonic=15889939\nActiveEnterTimestamp=Thu 2026-09-03 14:47:57 UTC\nActiveEnterTimestampMonotonic=15920325\nActiveExitTimestampMonotonic=0\nInactiveEnterTimestampMonotonic=0\nCanStart=yes\nCanStop=yes\nCanReload=no\nCanIsolate=no\nCanFreeze=yes\nCanLiveMount=no\nStopWhenUnneeded=no\nRefuseManualStart=no\nRefuseManualStop=no\nAllowIsolate=no\nDefaultDependencies=no\nSurviveFinalKillSignal=no\nOnSuccessJobMode=fail\nOnFailureJobMode=replace\nIgnoreOnIsolate=no\nNeedDaemonReload=no\nJobTimeoutUSec=infinity\nJobRunningTimeoutUSec=infinity\nJobTimeoutAction=none\nConditionResult=yes\nAssertResult=yes\nConditionTimestamp=Thu 2026-09-03 14:47:57 UTC\nConditionTimestampMonotonic=15883965\nAssertTimestamp=Thu 2026-09-03 14:47:57 UTC\nAssertTimestampMonotonic=15884109\nTransient=no\nPerpetual=no\nStartLimitIntervalUSec=10s\nStartLimitBurst=5\nStartLimitAction=none\nFailureAction=none\nSuccessAction=none\nInvocationID=c73bc6070aea458dba42862ee5c7c155\nCollectMode=inactive\nDebugInvocation=no\n","stderr":"","timestamp":{"secs_since_epoch":1788446877,"nanos_since_epoch":823673690}}
{"type":"trace","title":"Start program ip","msg":"Command {\n    program: \"ip\",\n    args: [\n        \"ip\",\n        \"address\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":17308548}}
{"type":"program_succeeded","program_name":"ip","exit_code":0,"stdout":"1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000\n    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00\n    inet 127.0.0.1/8 scope host lo\n       valid_lft forever preferred_lft forever\n    inet6 ::1/128 scope host noprefixroute \n       valid_lft forever preferred_lft forever\n2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000\n    link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff\n    altname enp0s1\n    altname enx525400123456\n    inet 10.0.2.15/24 metric 1024 brd 10.0.2.255 scope global dynamic eth0\n       valid_lft 86394sec preferred_lft 86394sec\n    inet6 fec0::5054:ff:fe12:3456/64 scope site dynamic mngtmpaddr noprefixroute \n       valid_lft 86396sec preferred_lft 14396sec\n    inet6 fe80::5054:ff:fe12:3456/64 scope link proto kernel_ll \n       valid_lft forever preferred_lft forever\n","stderr":"","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":40109715}}
{"type":"trace","title":"Start program networkctl","msg":"Command {\n    program: \"networkctl\",\n    args: [\n        \"networkctl\",\n        \"list\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":61320715}}
{"type":"program_succeeded","program_name":"networkctl","exit_code":0,"stdout":"IDX LINK TYPE     OPERATIONAL SETUP\n  1 lo   loopback carrier     unmanaged\n  2 eth0 ether    routable    configured\n\n2 links listed.\n","stderr":"","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":83910404}}
{"type":"trace","title":"Start program networkctl","msg":"Command {\n    program: \"networkctl\",\n    args: [\n        \"networkctl\",\n        \"status\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":83992350}}
{"type":"program_succeeded","program_name":"networkctl","exit_code":0,"stdout":"● Interfaces: 1, 2\n       State: routable\nOnline state: online\n     Address: 10.0.2.15 on eth0\n              fec0::5054:ff:fe12:3456 on eth0\n              fe80::5054:ff:fe12:3456 on eth0\n     Gateway: 10.0.2.2 on eth0\n              fe80::2 on eth0\n         DNS: 10.0.2.3\n              fec0::3\n\nSep 03 14:47:51 ambient-dev systemd[1]: Started systemd-networkd.service - Network Configuration.\nSep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network\nSep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Configuring with /etc/systemd/network/external.network.\nSep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Link UP\nSep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Gained carrier\nSep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network\nSep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: DHCPv4 address 10.0.2.15/24, gateway 10.0.2.2 acquired from 10.0.2.2\nSep 03 14:47:52 ambient-dev systemd-networkd[330]: eth0: Gained IPv6LL\nSep 03 14:47:57 ambient-dev systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...\nSep 03 14:47:57 ambient-dev systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured.\n","stderr":"","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":113615521}}
{"type":"trace","title":"Start program ping","msg":"Command {\n    program: \"ping\",\n    args: [\n        \"ping\",\n        \"-c1\",\n        \"8.8.8.8\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":145210311}}
{"type":"program_succeeded","program_name":"ping","exit_code":0,"stdout":"PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.\n64 bytes from 8.8.8.8: icmp_seq=1 ttl=255 time=1.34 ms\n\n--- 8.8.8.8 ping statistics ---\n1 packets transmitted, 1 received, 0% packet loss, time 0ms\nrtt min/avg/max/mdev = 1.343/1.343/1.343/0.000 ms\n","stderr":"","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":167424348}}
{"type":"trace","title":"Start program ping","msg":"Command {\n    program: \"ping\",\n    args: [\n        \"ping\",\n        \"-c1\",\n        \"www.google.com\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":179258102}}
{"type":"program_succeeded","program_name":"ping","exit_code":0,"stdout":"PING www.google.com (142.251.156.119) 56(84) bytes of data.\n64 bytes from 142.251.156.119: icmp_seq=1 ttl=255 time=1.13 ms\n\n--- www.google.com ping statistics ---\n1 packets transmitted, 1 received, 0% packet loss, time 0ms\nrtt min/avg/max/mdev = 1.130/1.130/1.130/0.000 ms\n","stderr":"","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":206104632}}
{"type":"action_succeeded","action":"wait_online","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":206143709}}
{"type":"trace","title":"Execute action","msg":"NetworkDiagnostics(\n    NetworkdDiagnostics,\n)","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":206153035}}
{"type":"trace","title":"Start program systemctl","msg":"Command {\n    program: \"systemctl\",\n    args: [\n        \"systemctl\",\n        \"status\",\n        \"systemd-networkd\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":206193657}}
{"type":"program_succeeded","program_name":"systemctl","exit_code":0,"stdout":"● systemd-networkd.service - Network Configuration\n     Loaded: loaded (/usr/lib/systemd/system/systemd-networkd.service; enabled; preset: enabled)\n     Active: active (running) since Thu 2026-09-03 14:47:51 UTC; 6s ago\n Invocation: 2185eea26d124d7092b1c5ffaa2e334c\nTriggeredBy: ● systemd-networkd.socket\n       Docs: man:systemd-networkd.service(8)\n             man:org.freedesktop.network1(5)\n   Main PID: 330 (systemd-network)\n     Status: \"Processing requests...\"\n      Tasks: 1 (limit: 13298)\n   FD Store: 0 (limit: 512)\n     Memory: 3.8M (peak: 13.5M)\n        CPU: 212ms\n     CGroup: /system.slice/systemd-networkd.service\n             └─330 /usr/lib/systemd/systemd-networkd\n\nSep 03 14:47:51 ambient-dev systemd-networkd[330]: lo: Link UP\nSep 03 14:47:51 ambient-dev systemd-networkd[330]: lo: Gained carrier\nSep 03 14:47:51 ambient-dev systemd[1]: Started systemd-networkd.service - Network Configuration.\nSep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network\nSep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Configuring with /etc/systemd/network/external.network.\nSep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Link UP\nSep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Gained carrier\nSep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network\nSep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: DHCPv4 address 10.0.2.15/24, gateway 10.0.2.2 acquired from 10.0.2.2\nSep 03 14:47:52 ambient-dev systemd-networkd[330]: eth0: Gained IPv6LL\n","stderr":"","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":221365417}}
{"type":"trace","title":"Start program systemctl","msg":"Command {\n    program: \"systemctl\",\n    args: [\n        \"systemctl\",\n        \"status\",\n        \"systemd-networkd-wait-online\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":221816131}}
{"type":"program_succeeded","program_name":"systemctl","exit_code":0,"stdout":"● systemd-networkd-wait-online.service - Wait for Network to be Configured\n     Loaded: loaded (/usr/lib/systemd/system/systemd-networkd-wait-online.service; enabled; preset: enabled)\n     Active: active (exited) since Thu 2026-09-03 14:47:57 UTC; 637ms ago\n Invocation: c73bc6070aea458dba42862ee5c7c155\n       Docs: man:systemd-networkd-wait-online.service(8)\n    Process: 426 ExecStart=/usr/lib/systemd/systemd-networkd-wait-online (code=exited, status=0/SUCCESS)\n   Main PID: 426 (code=exited, status=0/SUCCESS)\n   Mem peak: 1.7M\n        CPU: 14ms\n\nSep 03 14:47:57 ambient-dev systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...\nSep 03 14:47:57 ambient-dev systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured.\n","stderr":"","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":236705861}}
{"type":"trace","title":"Start program systemctl","msg":"Command {\n    program: \"systemctl\",\n    args: [\n        \"systemctl\",\n        \"show\",\n        \"systemd-networkd-wait-online\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":237349900}}
{"type":"program_succeeded","program_name":"systemctl","exit_code":0,"stdout":"Type=oneshot\nExitType=main\nRestart=no\nRestartMode=normal\nNotifyAccess=none\nRestartUSec=100ms\nRestartSteps=0\nRestartMaxDelayUSec=infinity\nRestartUSecNext=100ms\nTimeoutStartUSec=infinity\nTimeoutStopUSec=1min 30s\nTimeoutAbortUSec=1min 30s\nTimeoutStartFailureMode=terminate\nTimeoutStopFailureMode=terminate\nRuntimeMaxUSec=infinity\nRuntimeRandomizedExtraUSec=0\nWatchdogUSec=0\nWatchdogTimestampMonotonic=0\nRootDirectoryStartOnly=no\nRemainAfterExit=yes\nGuessMainPID=yes\nMainPID=0\nControlPID=0\nFileDescriptorStoreMax=0\nNFileDescriptorStore=0\nFileDescriptorStorePreserve=restart\nStatusErrno=0\nResult=success\nReloadResult=success\nCleanResult=success\nLiveMountResult=success\nUID=[not set]\nGID=[not set]\nNRestarts=0\nOOMPolicy=stop\nReloadSignal=1\nExecMainStartTimestamp=Thu 2026-09-03 14:47:57 UTC\nExecMainStartTimestampMonotonic=15884929\nExecMainExitTimestamp=Thu 2026-09-03 14:47:57 UTC\nExecMainExitTimestampMonotonic=15919933\nExecMainHandoffTimestamp=Thu 2026-09-03 14:47:57 UTC\nExecMainHandoffTimestampMonotonic=15912445\nExecMainPID=426\nExecMainCode=1\nExecMainStatus=0\nExecStart={ path=/usr/lib/systemd/systemd-networkd-wait-online ; argv[]=/usr/lib/systemd/systemd-networkd-wait-online ; ignore_errors=no ; start_time=[Thu 2026-09-03 14:47:57 UTC] ; stop_time=[Thu 2026-09-03 14:47:57 UTC] ; pid=426 ; code=exited ; status=0 }\nExecStartEx={ path=/usr/lib/systemd/systemd-networkd-wait-online ; argv[]=/usr/lib/systemd/systemd-networkd-wait-online ; flags= ; start_time=[Thu 2026-09-03 14:47:57 UTC] ; stop_time=[Thu 2026-09-03 14:47:57 UTC] ; pid=426 ; code=exited ; status=0 }\nSlice=system.slice\nControlGroupId=2153\nMemoryCurrent=[not set]\nMemoryPeak=1830912\nMemorySwapCurrent=[not set]\nMemorySwapPeak=0\nMemoryZSwapCurrent=[not set]\nMemoryAvailable=10999164928\nEffectiveMemoryMax=11670540288\nEffectiveMemoryHigh=11670540288\nCPUUsageNSec=14611000\nTasksCurrent=[not set]\nEffectiveTasksMax=13298\nIPIngressBytes=[no data]\nIPIngressPackets=[no data]\nIPEgressBytes=[no data]\nIPEgressPackets=[no data]\nIOReadBytes=[not set]\nIOReadOperations=[not set]\nIOWriteBytes=[not set]\nIOWriteOperations=[not set]\nDelegate=no\nCPUAccounting=yes\nCPUWeight=[not set]\nStartupCPUWeight=[not set]\nCPUShares=[not set]\nStartupCPUShares=[not set]\nCPUQuotaPerSecUSec=infinity\nCPUQuotaPeriodUSec=infinity\nIOAccounting=no\nIOWeight=[not set]\nStartupIOWeight=[not set]\nBlockIOAccounting=no\nBlockIOWeight=[not set]\nStartupBlockIOWeight=[not set]\nMemoryAccounting=yes\nDefaultMemoryLow=0\nDefaultStartupMemoryLow=0\nDefaultMemoryMin=0\nMemoryMin=0\nMemoryLow=0\nStartupMemoryLow=0\nMemoryHigh=infinity\nStartupMemoryHigh=infinity\nMemoryMax=infinity\nStartupMemoryMax=infinity\nMemorySwapMax=infinity\nStartupMemorySwapMax=infinity\nMemoryZSwapMax=infinity\nStartupMemoryZSwapMax=infinity\nMemoryZSwapWriteback=yes\nMemoryLimit=infinity\nDevicePolicy=auto\nTasksAccounting=yes\nTasksMax=13298\nIPAccounting=no\nManagedOOMSwap=auto\nManagedOOMMemoryPressure=auto\nManagedOOMMemoryPressureLimit=0\nManagedOOMMemoryPressureDurationUSec=[not set]\nManagedOOMPreference=none\nMemoryPressureWatch=auto\nMemoryPressureThresholdUSec=200ms\nCoredumpReceive=no\nUMask=0022\nLimitCPU=infinity\nLimitCPUSoft=infinity\nLimitFSIZE=infinity\nLimitFSIZESoft=infinity\nLimitDATA=infinity\nLimitDATASoft=infinity\nLimitSTACK=infinity\nLimitSTACKSoft=8388608\nLimitCORE=infinity\nLimitCORESoft=0\nLimitRSS=infinity\nLimitRSSSoft=infinity\nLimitNOFILE=524288\nLimitNOFILESoft=1024\nLimitAS=infinity\nLimitASSoft=infinity\nLimitNPROC=44327\nLimitNPROCSoft=44327\nLimitMEMLOCK=8388608\nLimitMEMLOCKSoft=8388608\nLimitLOCKS=infinity\nLimitLOCKSSoft=infinity\nLimitSIGPENDING=44327\nLimitSIGPENDINGSoft=44327\nLimitMSGQUEUE=819200\nLimitMSGQUEUESoft=819200\nLimitNICE=0\nLimitNICESoft=0\nLimitRTPRIO=0\nLimitRTPRIOSoft=0\nLimitRTTIME=infinity\nLimitRTTIMESoft=infinity\nRootEphemeral=no\nOOMScoreAdjust=0\nCoredumpFilter=0x33\nNice=0\nIOSchedulingClass=2\nIOSchedulingPriority=4\nCPUSchedulingPolicy=0\nCPUSchedulingPriority=0\nCPUAffinityFromNUMA=no\nNUMAPolicy=n/a\nTimerSlackNSec=50000\nCPUSchedulingResetOnFork=no\nNonBlocking=no\nStandardInput=null\nStandardOutput=journal\nStandardError=inherit\nTTYReset=no\nTTYVHangup=no\nTTYVTDisallocate=no\nSyslogPriority=30\nSyslogLevelPrefix=yes\nSyslogLevel=6\nSyslogFacility=3\nLogLevelMax=-1\nLogRateLimitIntervalUSec=0\nLogRateLimitBurst=0\nSecureBits=0\nCapabilityBoundingSet=cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore\nDynamicUser=no\nSetLoginEnvironment=no\nRemoveIPC=no\nPrivateTmp=no\nPrivateTmpEx=no\nPrivateDevices=no\nProtectClock=no\nProtectKernelTunables=no\nProtectKernelModules=no\nProtectKernelLogs=no\nProtectControlGroups=no\nProtectControlGroupsEx=no\nPrivateNetwork=no\nPrivateUsers=no\nPrivateUsersEx=no\nPrivateMounts=no\nPrivateIPC=no\nPrivatePIDs=no\nProtectHome=no\nProtectSystem=no\nSameProcessGroup=no\nUtmpMode=init\nIgnoreSIGPIPE=yes\nNoNewPrivileges=no\nSystemCallErrorNumber=2147483646\nLockPersonality=no\nRuntimeDirectoryPreserve=no\nRuntimeDirectoryMode=0755\nStateDirectoryMode=0755\nCacheDirectoryMode=0755\nLogsDirectoryMode=0755\nConfigurationDirectoryMode=0755\nTimeoutCleanUSec=infinity\nMemoryDenyWriteExecute=no\nRestrictRealtime=no\nRestrictSUIDSGID=no\nRestrictNamespaces=no\nMountAPIVFS=no\nBindLogSockets=no\nKeyringMode=private\nProtectProc=default\nProcSubset=all\nProtectHostname=no\nMemoryKSM=no\nRootImagePolicy=root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\nMountImagePolicy=root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\nExtensionImagePolicy=root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\nKillMode=control-group\nKillSignal=15\nRestartKillSignal=15\nFinalKillSignal=9\nSendSIGKILL=yes\nSendSIGHUP=no\nWatchdogSignal=6\nId=systemd-networkd-wait-online.service\nNames=systemd-networkd-wait-online.service\nRequires=system.slice\nBindsTo=systemd-networkd.service\nWantedBy=network-online.target\nConflicts=shutdown.target\nBefore=network-online.target shutdown.target\nAfter=systemd-journald.socket system.slice systemd-networkd.service\nDocumentation=\"man:systemd-networkd-wait-online.service(8)\"\nDescription=Wait for Network to be Configured\nLoadState=loaded\nActiveState=active\nFreezerState=running\nSubState=exited\nFragmentPath=/usr/lib/systemd/system/systemd-networkd-wait-online.service\nUnitFileState=enabled\nUnitFilePreset=enabled\nStateChangeTimestamp=Thu 2026-09-03 14:47:57 UTC\nStateChangeTimestampMonotonic=15920325\nInactiveExitTimestamp=Thu 2026-09-03 14:47:57 UTC\nInactiveExitTimestampMonotonic=15889939\nActiveEnterTimestamp=Thu 2026-09-03 14:47:57 UTC\nActiveEnterTimestampMonotonic=15920325\nActiveExitTimestampMonotonic=0\nInactiveEnterTimestampMonotonic=0\nCanStart=yes\nCanStop=yes\nCanReload=no\nCanIsolate=no\nCanFreeze=yes\nCanLiveMount=no\nStopWhenUnneeded=no\nRefuseManualStart=no\nRefuseManualStop=no\nAllowIsolate=no\nDefaultDependencies=no\nSurviveFinalKillSignal=no\nOnSuccessJobMode=fail\nOnFailureJobMode=replace\nIgnoreOnIsolate=no\nNeedDaemonReload=no\nJobTimeoutUSec=infinity\nJobRunningTimeoutUSec=infinity\nJobTimeoutAction=none\nConditionResult=yes\nAssertResult=yes\nConditionTimestamp=Thu 2026-09-03 14:47:57 UTC\nConditionTimestampMonotonic=15883965\nAssertTimestamp=Thu 2026-09-03 14:47:57 UTC\nAssertTimestampMonotonic=15884109\nTransient=no\nPerpetual=no\nStartLimitIntervalUSec=10s\nStartLimitBurst=5\nStartLimitAction=none\nFailureAction=none\nSuccessAction=none\nInvocationID=c73bc6070aea458dba42862ee5c7c155\nCollectMode=inactive\nDebugInvocation=no\n","stderr":"","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":333076779}}
{"type":"trace","title":"Start program ip","msg":"Command {\n    program: \"ip\",\n    args: [\n        \"ip\",\n        \"address\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":463955656}}
{"type":"program_succeeded","program_name":"ip","exit_code":0,"stdout":"1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000\n    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00\n    inet 127.0.0.1/8 scope host lo\n       valid_lft forever preferred_lft forever\n    inet6 ::1/128 scope host noprefixroute \n       valid_lft forever preferred_lft forever\n2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000\n    link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff\n    altname enp0s1\n    altname enx525400123456\n    inet 10.0.2.15/24 metric 1024 brd 10.0.2.255 scope global dynamic eth0\n       valid_lft 86394sec preferred_lft 86394sec\n    inet6 fec0::5054:ff:fe12:3456/64 scope site dynamic mngtmpaddr noprefixroute \n       valid_lft 86396sec preferred_lft 14396sec\n    inet6 fe80::5054:ff:fe12:3456/64 scope link proto kernel_ll \n       valid_lft forever preferred_lft forever\n","stderr":"","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":465918029}}
{"type":"trace","title":"Start program networkctl","msg":"Command {\n    program: \"networkctl\",\n    args: [\n        \"networkctl\",\n        \"list\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":466059881}}
{"type":"program_succeeded","program_name":"networkctl","exit_code":0,"stdout":"IDX LINK TYPE     OPERATIONAL SETUP\n  1 lo   loopback carrier     unmanaged\n  2 eth0 ether    routable    configured\n\n2 links listed.\n","stderr":"","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":470849713}}
{"type":"trace","title":"Start program networkctl","msg":"Command {\n    program: \"networkctl\",\n    args: [\n        \"networkctl\",\n        \"status\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":470900762}}
{"type":"program_succeeded","program_name":"networkctl","exit_code":0,"stdout":"● Interfaces: 1, 2\n       State: routable\nOnline state: online\n     Address: 10.0.2.15 on eth0\n              fec0::5054:ff:fe12:3456 on eth0\n              fe80::5054:ff:fe12:3456 on eth0\n     Gateway: 10.0.2.2 on eth0\n              fe80::2 on eth0\n         DNS: 10.0.2.3\n              fec0::3\n\nSep 03 14:47:51 ambient-dev systemd[1]: Started systemd-networkd.service - Network Configuration.\nSep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network\nSep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Configuring with /etc/systemd/network/external.network.\nSep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Link UP\nSep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Gained carrier\nSep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/external.network\nSep 03 14:47:51 ambient-dev systemd-networkd[330]: eth0: DHCPv4 address 10.0.2.15/24, gateway 10.0.2.2 acquired from 10.0.2.2\nSep 03 14:47:52 ambient-dev systemd-networkd[330]: eth0: Gained IPv6LL\nSep 03 14:47:57 ambient-dev systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...\nSep 03 14:47:57 ambient-dev systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured.\n","stderr":"","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":548122088}}
{"type":"trace","title":"Start program ping","msg":"Command {\n    program: \"ping\",\n    args: [\n        \"ping\",\n        \"-c1\",\n        \"8.8.8.8\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":548260644}}
{"type":"program_succeeded","program_name":"ping","exit_code":0,"stdout":"PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.\n64 bytes from 8.8.8.8: icmp_seq=1 ttl=255 time=1.06 ms\n\n--- 8.8.8.8 ping statistics ---\n1 packets transmitted, 1 received, 0% packet loss, time 0ms\nrtt min/avg/max/mdev = 1.056/1.056/1.056/0.000 ms\n","stderr":"","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":593597764}}
{"type":"trace","title":"Start program ping","msg":"Command {\n    program: \"ping\",\n    args: [\n        \"ping\",\n        \"-c1\",\n        \"www.google.com\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":593706649}}
{"type":"program_succeeded","program_name":"ping","exit_code":0,"stdout":"PING www.google.com (142.251.150.119) 56(84) bytes of data.\n64 bytes from 142.251.150.119: icmp_seq=1 ttl=255 time=1.22 ms\n\n--- www.google.com ping statistics ---\n1 packets transmitted, 1 received, 0% packet loss, time 0ms\nrtt min/avg/max/mdev = 1.223/1.223/1.223/0.000 ms\n","stderr":"","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":657083123}}
{"type":"action_succeeded","action":"network_diagnostics","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":657149182}}
{"type":"trace","title":"Execute action","msg":"CargoFetch(\n    CargoFetch,\n)","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":657165368}}
{"type":"trace","title":"Start program cargo","msg":"Command {\n    program: \"cargo\",\n    args: [\n        \"cargo\",\n        \"--version\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":657478457}}
{"type":"program_succeeded","program_name":"cargo","exit_code":0,"stdout":"cargo 1.98.0 (797e8a9bc 2026-08-05)\n","stderr":"","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":838475716}}
{"type":"trace","title":"Start program cargo","msg":"Command {\n    program: \"cargo\",\n    args: [\n        \"cargo\",\n        \"clippy\",\n        \"--version\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":838553986}}
{"type":"program_succeeded","program_name":"cargo","exit_code":0,"stdout":"clippy 0.1.98 (88d9e12ae1 2026-08-18)\n","stderr":"","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":953915700}}
{"type":"trace","title":"Start program rustc","msg":"Command {\n    program: \"rustc\",\n    args: [\n        \"rustc\",\n        \"--version\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":954002826}}
{"type":"program_succeeded","program_name":"rustc","exit_code":0,"stdout":"rustc 1.98.0 (88d9e12ae 2026-08-18)\n","stderr":"","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":995994165}}
{"type":"trace","title":"copy cargo files to temporary place to run cargo securely","msg":"copying relevant files to /tmp/.tmpTHrcge","timestamp":{"secs_since_epoch":1788446878,"nanos_since_epoch":999651255}}
{"type":"trace","title":"Start program cargo","msg":"Command {\n    program: \"cargo\",\n    args: [\n        \"cargo\",\n        \"fetch\",\n        \"--locked\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/tmp/.tmpTHrcge\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446879,"nanos_since_epoch":6898977}}
{"type":"program_succeeded","program_name":"cargo","exit_code":0,"stdout":"","stderr":"    Updating crates.io index\n Downloading crates ...\n  Downloaded winapi-util v0.1.11\n  Downloaded wasm-bindgen-macro v0.2.108\n  Downloaded itoa v1.0.17\n  Downloaded same-file v1.0.6\n  Downloaded clap_lex v0.7.6\n  Downloaded unit-prefix v0.5.2\n  Downloaded strsim v0.11.1\n  Downloaded is_terminal_polyfill v1.70.2\n  Downloaded wasm-bindgen-shared v0.2.108\n  Downloaded errno v0.3.14\n  Downloaded heck v0.5.0\n  Downloaded windows-link v0.2.1\n  Downloaded colorchoice v1.0.4\n  Downloaded once_cell_polyfill v1.70.2\n  Downloaded utf8parse v0.2.2\n  Downloaded windows-targets v0.53.5\n  Downloaded terminal_size v0.4.3\n  Downloaded anstyle-query v1.1.5\n  Downloaded anstyle-wincon v3.0.11\n  Downloaded cfg-if v1.0.4\n  Downloaded walkdir v2.5.0\n  Downloaded quote v1.0.42\n  Downloaded rustversion v1.0.22\n  Downloaded anstream v0.6.21\n  Downloaded unicode-ident v1.0.22\n  Downloaded anstyle-parse v0.2.7\n  Downloaded anstyle v1.0.13\n  Downloaded clap_derive v4.5.49\n  Downloaded web-time v1.1.0\n  Downloaded wasm-bindgen v0.2.108\n  Downloaded zmij v1.0.2\n  Downloaded serde_derive v1.0.228\n  Downloaded proc-macro2 v1.0.104\n  Downloaded console v0.16.2\n  Downloaded bitflags v2.10.0\n  Downloaded clap v4.5.53\n  Downloaded wasm-bindgen-macro-support v0.2.108\n  Downloaded once_cell v1.21.3\n  Downloaded js-sys v0.3.85\n  Downloaded serde_core v1.0.228\n  Downloaded indicatif v0.18.3\n  Downloaded encode_unicode v1.0.0\n  Downloaded memchr v2.7.6\n  Downloaded bumpalo v3.19.1\n  Downloaded serde v1.0.228\n  Downloaded serde_json v1.0.148\n  Downloaded syn v2.0.111\n  Downloaded clap_builder v4.5.53\n  Downloaded portable-atomic v1.13.1\n  Downloaded unicode-width v0.2.2\n  Downloaded rustix v1.1.3\n  Downloaded windows_x86_64_gnullvm v0.53.1\n  Downloaded libc v0.2.178\n  Downloaded windows_aarch64_gnullvm v0.53.1\n  Downloaded windows_i686_gnullvm v0.53.1\n  Downloaded windows_aarch64_msvc v0.53.1\n  Downloaded windows_x86_64_msvc v0.53.1\n  Downloaded windows_x86_64_gnu v0.53.1\n  Downloaded windows_i686_msvc v0.53.1\n  Downloaded windows_i686_gnu v0.53.1\n  Downloaded windows-sys v0.60.2\n  Downloaded windows-sys v0.61.2\n  Downloaded linux-raw-sys v0.11.0\n","timestamp":{"secs_since_epoch":1788446880,"nanos_since_epoch":907672051}}
{"type":"action_succeeded","action":"cargo_fetch","timestamp":{"secs_since_epoch":1788446880,"nanos_since_epoch":907909491}}
{"type":"trace","title":"Execute action","msg":"TarCreate(\n    TarCreate {\n        archive: \"/dev/vde\",\n        directory: \"/ci/cache\",\n    },\n)","timestamp":{"secs_since_epoch":1788446880,"nanos_since_epoch":908128427}}
{"type":"trace","title":"Start program tar","msg":"Command {\n    program: \"tar\",\n    args: [\n        \"tar\",\n        \"-cvf\",\n        \"/dev/vde\",\n        \"-C\",\n        \"/ci/cache\",\n        \".\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \".\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446880,"nanos_since_epoch":908461224}}
{"type":"program_succeeded","program_name":"tar","exit_code":0,"stdout":"./\n./cargo-target/\n./cargo-target/debug/\n./cargo-target/debug/.cargo-artifact-lock\n./cargo-target/debug/.fingerprint/\n./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/\n./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/dep-lib-colorchoice\n./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/lib-colorchoice.json\n./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/invoked.timestamp\n./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/lib-colorchoice\n./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/\n./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/dep-lib-console\n./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/lib-console.json\n./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/invoked.timestamp\n./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/lib-console\n./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/\n./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/dep-build-script-build-script-build\n./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/invoked.timestamp\n./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/build-script-build-script-build\n./cargo-target/debug/.fingerprint/libc-7a998dd5d2eacb14/\n./cargo-target/debug/.fingerprint/libc-7a998dd5d2eacb14/run-build-script-build-script-build\n./cargo-target/debug/.fingerprint/libc-7a998dd5d2eacb14/run-build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/\n./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/lib-zmij\n./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/invoked.timestamp\n./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/lib-zmij.json\n./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/dep-lib-zmij\n./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/\n./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/lib-anstream.json\n./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/dep-lib-anstream\n./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/lib-anstream\n./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/invoked.timestamp\n./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/\n./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/lib-clap\n./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/lib-clap.json\n./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/invoked.timestamp\n./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/dep-lib-clap\n./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/\n./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/lib-serde_core.json\n./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/lib-serde_core\n./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/invoked.timestamp\n./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/dep-lib-serde_core\n./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/\n./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/dep-lib-memchr\n./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/lib-memchr\n./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/lib-memchr.json\n./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/invoked.timestamp\n./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/\n./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/dep-lib-console\n./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/lib-console.json\n./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/invoked.timestamp\n./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/lib-console\n./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/\n./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/lib-same_file.json\n./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/lib-same_file\n./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/dep-lib-same_file\n./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/invoked.timestamp\n./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/\n./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/lib-anstyle_query.json\n./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/invoked.timestamp\n./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/dep-lib-anstyle_query\n./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/lib-anstyle_query\n./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/\n./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/lib-anstyle_parse.json\n./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/invoked.timestamp\n./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/lib-anstyle_parse\n./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/dep-lib-anstyle_parse\n./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/\n./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/lib-anstyle\n./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/invoked.timestamp\n./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/dep-lib-anstyle\n./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/lib-anstyle.json\n./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/\n./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/dep-lib-serde\n./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/invoked.timestamp\n./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/lib-serde\n./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/lib-serde.json\n./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/\n./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/lib-serde_derive\n./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/dep-lib-serde_derive\n./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/lib-serde_derive.json\n./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/invoked.timestamp\n./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/\n./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/dep-lib-terminal_size\n./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/invoked.timestamp\n./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/lib-terminal_size.json\n./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/lib-terminal_size\n./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/\n./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/invoked.timestamp\n./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/lib-indicatif.json\n./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/lib-indicatif\n./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/dep-lib-indicatif\n./cargo-target/debug/.fingerprint/proc-macro2-331a3c244e3c25bf/\n./cargo-target/debug/.fingerprint/proc-macro2-331a3c244e3c25bf/run-build-script-build-script-build\n./cargo-target/debug/.fingerprint/proc-macro2-331a3c244e3c25bf/run-build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/\n./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/test-bin-filecount.json\n./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/test-bin-filecount\n./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/invoked.timestamp\n./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/dep-test-bin-filecount\n./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/\n./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/dep-build-script-build-script-build\n./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/invoked.timestamp\n./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/build-script-build-script-build\n./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/\n./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/lib-anstyle\n./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/invoked.timestamp\n./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/dep-lib-anstyle\n./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/lib-anstyle.json\n./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/\n./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/dep-lib-rustix\n./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/invoked.timestamp\n./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/lib-rustix.json\n./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/lib-rustix\n./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/\n./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/dep-bin-filecount\n./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/bin-filecount\n./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/invoked.timestamp\n./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/bin-filecount.json\n./cargo-target/debug/.fingerprint/portable-atomic-da62ae0f8f5d731b/\n./cargo-target/debug/.fingerprint/portable-atomic-da62ae0f8f5d731b/run-build-script-build-script-build\n./cargo-target/debug/.fingerprint/portable-atomic-da62ae0f8f5d731b/run-build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/\n./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/dep-lib-portable_atomic\n./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/invoked.timestamp\n./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/lib-portable_atomic.json\n./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/lib-portable_atomic\n./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/\n./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/lib-anstyle_parse.json\n./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/invoked.timestamp\n./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/lib-anstyle_parse\n./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/dep-lib-anstyle_parse\n./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/\n./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/test-bin-filecount.json\n./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/test-bin-filecount\n./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/invoked.timestamp\n./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/dep-test-bin-filecount\n./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/\n./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/dep-lib-bitflags\n./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/invoked.timestamp\n./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/lib-bitflags\n./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/lib-bitflags.json\n./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/\n./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/lib-unicode_width.json\n./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/lib-unicode_width\n./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/invoked.timestamp\n./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/dep-lib-unicode_width\n./cargo-target/debug/.fingerprint/serde-4e36ccfdf11c5ecd/\n./cargo-target/debug/.fingerprint/serde-4e36ccfdf11c5ecd/run-build-script-build-script-build\n./cargo-target/debug/.fingerprint/serde-4e36ccfdf11c5ecd/run-build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/\n./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/lib-clap_builder.json\n./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/dep-lib-clap_builder\n./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/invoked.timestamp\n./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/lib-clap_builder\n./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/\n./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/dep-lib-colorchoice\n./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/lib-colorchoice.json\n./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/invoked.timestamp\n./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/lib-colorchoice\n./cargo-target/debug/.fingerprint/quote-a7e35c59b67bb804/\n./cargo-target/debug/.fingerprint/quote-a7e35c59b67bb804/run-build-script-build-script-build\n./cargo-target/debug/.fingerprint/quote-a7e35c59b67bb804/run-build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/\n./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/dep-lib-memchr\n./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/lib-memchr\n./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/lib-memchr.json\n./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/invoked.timestamp\n./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/\n./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/lib-quote\n./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/invoked.timestamp\n./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/dep-lib-quote\n./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/lib-quote.json\n./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/\n./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/lib-clap_lex.json\n./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/lib-clap_lex\n./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/invoked.timestamp\n./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/dep-lib-clap_lex\n./cargo-target/debug/.fingerprint/serde_json-cebbdeadc6d1451c/\n./cargo-target/debug/.fingerprint/serde_json-cebbdeadc6d1451c/run-build-script-build-script-build\n./cargo-target/debug/.fingerprint/serde_json-cebbdeadc6d1451c/run-build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/\n./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/dep-lib-is_terminal_polyfill\n./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/invoked.timestamp\n./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/lib-is_terminal_polyfill.json\n./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/lib-is_terminal_polyfill\n./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/\n./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/lib-libc\n./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/invoked.timestamp\n./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/lib-libc.json\n./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/dep-lib-libc\n./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/\n./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/dep-lib-serde\n./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/invoked.timestamp\n./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/lib-serde\n./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/lib-serde.json\n./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/\n./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/lib-same_file.json\n./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/lib-same_file\n./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/dep-lib-same_file\n./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/invoked.timestamp\n./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/\n./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/lib-libc\n./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/invoked.timestamp\n./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/lib-libc.json\n./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/dep-lib-libc\n./cargo-target/debug/.fingerprint/zmij-e72495a7b11d41dc/\n./cargo-target/debug/.fingerprint/zmij-e72495a7b11d41dc/run-build-script-build-script-build\n./cargo-target/debug/.fingerprint/zmij-e72495a7b11d41dc/run-build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/\n./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/lib-unicode_width.json\n./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/lib-unicode_width\n./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/invoked.timestamp\n./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/dep-lib-unicode_width\n./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/\n./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/lib-anstream.json\n./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/dep-lib-anstream\n./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/lib-anstream\n./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/invoked.timestamp\n./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/\n./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/invoked.timestamp\n./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/lib-indicatif.json\n./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/lib-indicatif\n./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/dep-lib-indicatif\n./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/\n./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/lib-clap_lex.json\n./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/lib-clap_lex\n./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/invoked.timestamp\n./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/dep-lib-clap_lex\n./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/\n./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/dep-lib-terminal_size\n./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/invoked.timestamp\n./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/lib-terminal_size.json\n./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/lib-terminal_size\n./cargo-target/debug/.fingerprint/serde_core-476e5eeb5f852bfb/\n./cargo-target/debug/.fingerprint/serde_core-476e5eeb5f852bfb/run-build-script-build-script-build\n./cargo-target/debug/.fingerprint/serde_core-476e5eeb5f852bfb/run-build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/\n./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/lib-heck.json\n./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/dep-lib-heck\n./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/lib-heck\n./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/invoked.timestamp\n./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/\n./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/dep-lib-bitflags\n./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/invoked.timestamp\n./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/lib-bitflags\n./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/lib-bitflags.json\n./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/\n./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/lib-serde_core.json\n./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/lib-serde_core\n./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/invoked.timestamp\n./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/dep-lib-serde_core\n./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/\n./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/dep-lib-utf8parse\n./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/lib-utf8parse.json\n./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/invoked.timestamp\n./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/lib-utf8parse\n./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/\n./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/dep-lib-unicode_ident\n./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/lib-unicode_ident\n./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/invoked.timestamp\n./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/lib-unicode_ident.json\n./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/\n./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/dep-lib-utf8parse\n./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/lib-utf8parse.json\n./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/invoked.timestamp\n./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/lib-utf8parse\n./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/\n./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/lib-once_cell\n./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/dep-lib-once_cell\n./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/invoked.timestamp\n./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/lib-once_cell.json\n./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/\n./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/lib-clap_builder.json\n./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/dep-lib-clap_builder\n./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/invoked.timestamp\n./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/lib-clap_builder\n./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/\n./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/invoked.timestamp\n./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/lib-walkdir.json\n./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/lib-walkdir\n./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/dep-lib-walkdir\n./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/\n./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/dep-build-script-build-script-build\n./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/invoked.timestamp\n./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/build-script-build-script-build\n./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/\n./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/dep-build-script-build-script-build\n./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/invoked.timestamp\n./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/build-script-build-script-build\n./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/\n./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/lib-once_cell\n./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/dep-lib-once_cell\n./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/invoked.timestamp\n./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/lib-once_cell.json\n./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/\n./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/lib-itoa\n./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/dep-lib-itoa\n./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/invoked.timestamp\n./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/lib-itoa.json\n./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/\n./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/lib-linux_raw_sys\n./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/invoked.timestamp\n./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/lib-linux_raw_sys.json\n./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/dep-lib-linux_raw_sys\n./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/\n./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/dep-lib-is_terminal_polyfill\n./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/invoked.timestamp\n./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/lib-is_terminal_polyfill.json\n./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/lib-is_terminal_polyfill\n./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/\n./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/lib-unit_prefix\n./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/dep-lib-unit_prefix\n./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/invoked.timestamp\n./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/lib-unit_prefix.json\n./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/\n./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/dep-lib-strsim\n./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/invoked.timestamp\n./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/lib-strsim\n./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/lib-strsim.json\n./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/\n./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/lib-linux_raw_sys\n./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/invoked.timestamp\n./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/lib-linux_raw_sys.json\n./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/dep-lib-linux_raw_sys\n./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/\n./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/invoked.timestamp\n./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/lib-walkdir.json\n./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/lib-walkdir\n./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/dep-lib-walkdir\n./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/\n./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/lib-itoa\n./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/dep-lib-itoa\n./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/invoked.timestamp\n./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/lib-itoa.json\n./cargo-target/debug/.fingerprint/rustix-d94b876d0044dacd/\n./cargo-target/debug/.fingerprint/rustix-d94b876d0044dacd/run-build-script-build-script-build\n./cargo-target/debug/.fingerprint/rustix-d94b876d0044dacd/run-build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/\n./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/dep-build-script-build-script-build\n./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/invoked.timestamp\n./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/build-script-build-script-build\n./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/\n./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/dep-lib-rustix\n./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/invoked.timestamp\n./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/lib-rustix.json\n./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/lib-rustix\n./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/\n./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/dep-lib-syn\n./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/lib-syn.json\n./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/lib-syn\n./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/invoked.timestamp\n./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/\n./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/dep-lib-serde_json\n./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/lib-serde_json\n./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/invoked.timestamp\n./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/lib-serde_json.json\n./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/\n./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/dep-build-script-build-script-build\n./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/invoked.timestamp\n./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/build-script-build-script-build\n./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/\n./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/dep-lib-portable_atomic\n./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/invoked.timestamp\n./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/lib-portable_atomic.json\n./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/lib-portable_atomic\n./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/\n./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/lib-unit_prefix\n./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/dep-lib-unit_prefix\n./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/invoked.timestamp\n./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/lib-unit_prefix.json\n./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/\n./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/lib-clap_derive.json\n./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/lib-clap_derive\n./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/invoked.timestamp\n./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/dep-lib-clap_derive\n./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/\n./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/dep-lib-serde_json\n./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/lib-serde_json\n./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/invoked.timestamp\n./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/lib-serde_json.json\n./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/\n./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/dep-build-script-build-script-build\n./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/invoked.timestamp\n./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/build-script-build-script-build\n./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/\n./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/lib-anstyle_query.json\n./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/invoked.timestamp\n./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/dep-lib-anstyle_query\n./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/lib-anstyle_query\n./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/\n./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/dep-bin-filecount\n./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/bin-filecount\n./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/invoked.timestamp\n./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/bin-filecount.json\n./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/\n./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/dep-build-script-build-script-build\n./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/invoked.timestamp\n./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/build-script-build-script-build\n./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/\n./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/lib-zmij\n./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/invoked.timestamp\n./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/lib-zmij.json\n./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/dep-lib-zmij\n./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/\n./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/lib-clap\n./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/lib-clap.json\n./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/invoked.timestamp\n./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/dep-lib-clap\n./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/\n./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/dep-build-script-build-script-build\n./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/invoked.timestamp\n./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/build-script-build-script-build\n./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/\n./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/lib-proc_macro2.json\n./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/lib-proc_macro2\n./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/invoked.timestamp\n./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/dep-lib-proc_macro2\n./cargo-target/debug/.fingerprint/strsim-350539075733e214/\n./cargo-target/debug/.fingerprint/strsim-350539075733e214/dep-lib-strsim\n./cargo-target/debug/.fingerprint/strsim-350539075733e214/invoked.timestamp\n./cargo-target/debug/.fingerprint/strsim-350539075733e214/lib-strsim\n./cargo-target/debug/.fingerprint/strsim-350539075733e214/lib-strsim.json\n./cargo-target/debug/build/\n./cargo-target/debug/build/libc-221c449f1c0c59f9/\n./cargo-target/debug/build/libc-221c449f1c0c59f9/build-script-build\n./cargo-target/debug/build/libc-221c449f1c0c59f9/build_script_build-221c449f1c0c59f9.d\n./cargo-target/debug/build/libc-221c449f1c0c59f9/build_script_build-221c449f1c0c59f9\n./cargo-target/debug/build/libc-7a998dd5d2eacb14/\n./cargo-target/debug/build/libc-7a998dd5d2eacb14/root-output\n./cargo-target/debug/build/libc-7a998dd5d2eacb14/stderr\n./cargo-target/debug/build/libc-7a998dd5d2eacb14/invoked.timestamp\n./cargo-target/debug/build/libc-7a998dd5d2eacb14/out/\n./cargo-target/debug/build/libc-7a998dd5d2eacb14/output\n./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/\n./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/root-output\n./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/stderr\n./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/invoked.timestamp\n./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/out/\n./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/output\n./cargo-target/debug/build/serde-70e51348ce6d6017/\n./cargo-target/debug/build/serde-70e51348ce6d6017/build-script-build\n./cargo-target/debug/build/serde-70e51348ce6d6017/build_script_build-70e51348ce6d6017.d\n./cargo-target/debug/build/serde-70e51348ce6d6017/build_script_build-70e51348ce6d6017\n./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/\n./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/root-output\n./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/stderr\n./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/invoked.timestamp\n./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/out/\n./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/output\n./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/\n./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/root-output\n./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/stderr\n./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/invoked.timestamp\n./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/out/\n./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/out/private.rs\n./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/output\n./cargo-target/debug/build/quote-a7e35c59b67bb804/\n./cargo-target/debug/build/quote-a7e35c59b67bb804/root-output\n./cargo-target/debug/build/quote-a7e35c59b67bb804/stderr\n./cargo-target/debug/build/quote-a7e35c59b67bb804/invoked.timestamp\n./cargo-target/debug/build/quote-a7e35c59b67bb804/out/\n./cargo-target/debug/build/quote-a7e35c59b67bb804/output\n./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/\n./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/root-output\n./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/stderr\n./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/invoked.timestamp\n./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/out/\n./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/output\n./cargo-target/debug/build/zmij-e72495a7b11d41dc/\n./cargo-target/debug/build/zmij-e72495a7b11d41dc/root-output\n./cargo-target/debug/build/zmij-e72495a7b11d41dc/stderr\n./cargo-target/debug/build/zmij-e72495a7b11d41dc/invoked.timestamp\n./cargo-target/debug/build/zmij-e72495a7b11d41dc/out/\n./cargo-target/debug/build/zmij-e72495a7b11d41dc/output\n./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/\n./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/root-output\n./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/stderr\n./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/invoked.timestamp\n./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/out/\n./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/out/private.rs\n./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/output\n./cargo-target/debug/build/serde_json-d93e2101947be180/\n./cargo-target/debug/build/serde_json-d93e2101947be180/build-script-build\n./cargo-target/debug/build/serde_json-d93e2101947be180/build_script_build-d93e2101947be180\n./cargo-target/debug/build/serde_json-d93e2101947be180/build_script_build-d93e2101947be180.d\n./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/\n./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/build-script-build\n./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/build_script_build-cad29f225c08c9de.d\n./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/build_script_build-cad29f225c08c9de\n./cargo-target/debug/build/rustix-d94b876d0044dacd/\n./cargo-target/debug/build/rustix-d94b876d0044dacd/root-output\n./cargo-target/debug/build/rustix-d94b876d0044dacd/stderr\n./cargo-target/debug/build/rustix-d94b876d0044dacd/invoked.timestamp\n./cargo-target/debug/build/rustix-d94b876d0044dacd/out/\n./cargo-target/debug/build/rustix-d94b876d0044dacd/out/rustix_test_can_compile\n./cargo-target/debug/build/rustix-d94b876d0044dacd/output\n./cargo-target/debug/build/serde_core-15796e59bcea1517/\n./cargo-target/debug/build/serde_core-15796e59bcea1517/build_script_build-15796e59bcea1517\n./cargo-target/debug/build/serde_core-15796e59bcea1517/build-script-build\n./cargo-target/debug/build/serde_core-15796e59bcea1517/build_script_build-15796e59bcea1517.d\n./cargo-target/debug/build/quote-7311c8ec19e3ec40/\n./cargo-target/debug/build/quote-7311c8ec19e3ec40/build_script_build-7311c8ec19e3ec40\n./cargo-target/debug/build/quote-7311c8ec19e3ec40/build-script-build\n./cargo-target/debug/build/quote-7311c8ec19e3ec40/build_script_build-7311c8ec19e3ec40.d\n./cargo-target/debug/build/zmij-ef045e1f10ec3882/\n./cargo-target/debug/build/zmij-ef045e1f10ec3882/build_script_build-ef045e1f10ec3882.d\n./cargo-target/debug/build/zmij-ef045e1f10ec3882/build-script-build\n./cargo-target/debug/build/zmij-ef045e1f10ec3882/build_script_build-ef045e1f10ec3882\n./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/\n./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/build-script-build\n./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/build_script_build-41f5b6717bfaf0a0.d\n./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/build_script_build-41f5b6717bfaf0a0\n./cargo-target/debug/build/rustix-2057de68928b4f33/\n./cargo-target/debug/build/rustix-2057de68928b4f33/build-script-build\n./cargo-target/debug/build/rustix-2057de68928b4f33/build_script_build-2057de68928b4f33.d\n./cargo-target/debug/build/rustix-2057de68928b4f33/build_script_build-2057de68928b4f33\n./cargo-target/debug/filecount.d\n./cargo-target/debug/incremental/\n./cargo-target/debug/incremental/filecount-09ljh6edss13p/\n./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/\n./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/work-products.bin\n./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/query-cache.bin\n./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/dep-graph.bin\n./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy.lock\n./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hlrfai2y5i-0hw6c1e.lock\n./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hlrfai2y5i-0hw6c1e-8w1ougi6dklta6jsgjovn1ejo/\n./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hlrfai2y5i-0hw6c1e-8w1ougi6dklta6jsgjovn1ejo/work-products.bin\n./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hlrfai2y5i-0hw6c1e-8w1ougi6dklta6jsgjovn1ejo/query-cache.bin\n./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hlrfai2y5i-0hw6c1e-8w1ougi6dklta6jsgjovn1ejo/dep-graph.bin\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev.lock\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1v5cmqbytwgv3qrcfvq97t4q2.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/39b2r19rueesme5wxaekiv4ey.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4gpun5wrrvbyxncoux5jqvqj3.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1b4kugwjd254vmaut4gjr6bwf.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8z2ombrilcgoo94qi8t3d3upi.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2pmnha4p5olv34xuj7qtetqfs.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bpbcbehn7abylz62qoe23yx75.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2uf5ri4eqsgrc3a9hz6kityt8.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/499tu0tsa4j85onc61pxdcujm.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6uf2d9uwso220fjbx335mdj53.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bf7czx1a54d14h2035vlwx5ya.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/awx487b763l58hpr7mefxtxgh.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8ac5rw99vb2f5dypptuhapghk.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/3ndxm5octkrfknke0692dluc9.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dlm0amcvr6v8afwrad8mpdctj.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a8yjbfid3ue1p42lnuwfttva6.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0ugron1ij1frvpbx2akq6kmzv.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/esacx19qcejn927zvokbbb4qy.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/80u0wu4v5i109rs4c8pa5551h.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ar2y4ojqknkxswmzhxcbhod19.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5tne9ies2zf1xp4k4vb83dbjn.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5ykcoq4wwyg0175b2rb2vt07m.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5xa6i87y1r9yykkfv19mxw84i.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/308ghbyyfbv08twb27zph3l1h.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4mm1s00kptqnyqpfoiwsw2e77.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bo0ee5ypmmzssnlfduchw1owt.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/axepw7c0imbnfxduw2aufc7qr.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/20khnlyux5xpbntoi6sy4yd2q.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ca010hqhrvz7xuffekx5lsnoz.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/anbpr0b0n5tevm8c4n28as4sc.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ccb32161en9vvtyo1oylk14lb.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/alejo6yky3ttoxhf3w9bvj2or.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/d4sxebr9ff73pzbrbwkej729w.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dezu0neu7gqb4ezqva6oy8qml.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6a5d7d81d45dy7crwv0llui58.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a4fetmswi2qnbyjrp1mhf5141.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dbb308i80gtjej9f1lhnjvh8k.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7alb9ub47q78s3xgbhitcwza4.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6cf3b6b7xzz33pbikcrp7myuj.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/duo19gi5guegpyw0s7hdp2w5w.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/acomuvwi7wtrfxnczcsqwobbs.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/evj2o9iubk19q11bi1woh0alh.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0dz8a41qke0llahqk3d5ebxj4.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/f0c3l1e85mfaip3qdhii5t5p6.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/b0d48gh6rwhapyb4xrnun27es.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9bllklve89uhzrxlb30jdtj0a.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7s4rth6jnbxlrieavvsocev9e.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a85frv96m1scihpic8ne02tc4.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a1yrwdgxr8mxw53l3c9oz228v.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8vslxnohe97f8d0kb216z6hfs.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/44yghcewi22xouofxkbms21h1.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6n2jdugmxptfyad2nj8ckeco4.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0kvo9zwidbbi80elpiij36brw.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/eswr2c9186kvlbjk6zgzuc681.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6cfdnucee5oabkt6sj1tvlmpm.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/work-products.bin\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bz51jxce8sv01s0lgpsszjvpu.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7y1nvsevrnzn5jj9gkgborw6g.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c9qnckuv369d8bid1nkvmkyc3.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/query-cache.bin\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/76iqvj0us1isbpk6s61mz75ef.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/abbcyzkwiqa0sd853aa4de6lm.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8qwuw58801mn1tl33n051j1ck.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/czllvpsk8nn8vtq2zf5h3znis.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5mak1ydh783dc8usotjaj54dx.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/79yuxm1v7kzh3116eslk4k0oq.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4cipqtmgqem2zbdhhdpn5kxuz.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2kzfdte79ykzje83u5e0m7wzc.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a1gzo1lzwpv7cnle515ekjpni.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5wme9m4engb5guqnduepb96x4.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6e0mdp7q7usflwxl3dybkapuc.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/epy46wx146to9niz3trla2bn9.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9egnmpd0zub9ws4rtiozc38ef.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c0k9r3e9270dhkrnkmxpx93vq.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8ycehe0r6n4gd0n8u8qe28aml.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ch5nr8gr20hw7ui09j1v7i1ds.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/11dphnyh3o6tf0voqxqnlvgze.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5xl21jxiviiu8q7bh8kz5jql4.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1qf70z6bgfgx9ps7d2f7n11ak.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9q0578rvltw0vs142ejq995wb.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dep-graph.bin\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7ofbc9s5hkl5wheer5nj4y7ap.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/504dymql67jzf1sbl7vfk0u0k.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/71708mpeietiitb1qi9zdlpd8.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2zq5xglkeyyaw1o4ptgfvco4u.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4lmfdjntjwe6e2w4jlvq9n25w.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6xajr3k5e3md85k6g7jjdxefc.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c2nsc40b6ghfiimk26clfep2z.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/aq334ivi9xmzm965vclfca1q3.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0icxe7tp3tsyug6bygotc6y3x.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2g568g2hhlcaavns2ansl73xi.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/es2jgya4so963n4e8jiy6a459.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/3u0m3vjef33e2pe11wp16qxd8.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dfsi2ort9r3gpyk2ibrab7jgn.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dmzqcw3rxf0ie08tkosijggj6.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9lvxanu7r0bkk8pzl13hin7k0.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/cifasyuom0g4nkfme4dxezjy5.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1mw65vxnxb9a1lgim3tzylaqe.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/3ug0bsvixo20f272au8fvms5f.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7fb1mk0vsz0v93lazib4yohck.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ardjdyowh3qfti3esy81jzuy8.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0fr3352hvsg2g4xk1itc9syis.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/54jibrqgxliqv9nc306qjc8xr.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/cknnxasama73ns6u39mfmhzre.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c1je1uf2is8i5j0dja6bc2fsn.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0i7o4mj0jymqyrc81l66203zf.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46.lock\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1v5cmqbytwgv3qrcfvq97t4q2.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/39b2r19rueesme5wxaekiv4ey.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4gpun5wrrvbyxncoux5jqvqj3.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1b4kugwjd254vmaut4gjr6bwf.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8z2ombrilcgoo94qi8t3d3upi.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2pmnha4p5olv34xuj7qtetqfs.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bpbcbehn7abylz62qoe23yx75.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2uf5ri4eqsgrc3a9hz6kityt8.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/499tu0tsa4j85onc61pxdcujm.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6uf2d9uwso220fjbx335mdj53.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bf7czx1a54d14h2035vlwx5ya.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/awx487b763l58hpr7mefxtxgh.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8ac5rw99vb2f5dypptuhapghk.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/3ndxm5octkrfknke0692dluc9.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dlm0amcvr6v8afwrad8mpdctj.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a8yjbfid3ue1p42lnuwfttva6.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0ugron1ij1frvpbx2akq6kmzv.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/esacx19qcejn927zvokbbb4qy.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/80u0wu4v5i109rs4c8pa5551h.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ar2y4ojqknkxswmzhxcbhod19.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5tne9ies2zf1xp4k4vb83dbjn.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5ykcoq4wwyg0175b2rb2vt07m.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5xa6i87y1r9yykkfv19mxw84i.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/308ghbyyfbv08twb27zph3l1h.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4mm1s00kptqnyqpfoiwsw2e77.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bo0ee5ypmmzssnlfduchw1owt.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/axepw7c0imbnfxduw2aufc7qr.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/20khnlyux5xpbntoi6sy4yd2q.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ca010hqhrvz7xuffekx5lsnoz.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/anbpr0b0n5tevm8c4n28as4sc.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ccb32161en9vvtyo1oylk14lb.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/alejo6yky3ttoxhf3w9bvj2or.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/d4sxebr9ff73pzbrbwkej729w.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dezu0neu7gqb4ezqva6oy8qml.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6a5d7d81d45dy7crwv0llui58.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a4fetmswi2qnbyjrp1mhf5141.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dbb308i80gtjej9f1lhnjvh8k.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7alb9ub47q78s3xgbhitcwza4.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6cf3b6b7xzz33pbikcrp7myuj.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/duo19gi5guegpyw0s7hdp2w5w.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/acomuvwi7wtrfxnczcsqwobbs.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/evj2o9iubk19q11bi1woh0alh.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0dz8a41qke0llahqk3d5ebxj4.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/f0c3l1e85mfaip3qdhii5t5p6.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/b0d48gh6rwhapyb4xrnun27es.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9bllklve89uhzrxlb30jdtj0a.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7s4rth6jnbxlrieavvsocev9e.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a85frv96m1scihpic8ne02tc4.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a1yrwdgxr8mxw53l3c9oz228v.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8vslxnohe97f8d0kb216z6hfs.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/44yghcewi22xouofxkbms21h1.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6n2jdugmxptfyad2nj8ckeco4.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0kvo9zwidbbi80elpiij36brw.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/eswr2c9186kvlbjk6zgzuc681.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6cfdnucee5oabkt6sj1tvlmpm.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/work-products.bin\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bz51jxce8sv01s0lgpsszjvpu.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7y1nvsevrnzn5jj9gkgborw6g.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c9qnckuv369d8bid1nkvmkyc3.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/query-cache.bin\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/76iqvj0us1isbpk6s61mz75ef.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/abbcyzkwiqa0sd853aa4de6lm.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8qwuw58801mn1tl33n051j1ck.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/czllvpsk8nn8vtq2zf5h3znis.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5mak1ydh783dc8usotjaj54dx.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/79yuxm1v7kzh3116eslk4k0oq.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4cipqtmgqem2zbdhhdpn5kxuz.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2kzfdte79ykzje83u5e0m7wzc.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a1gzo1lzwpv7cnle515ekjpni.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5wme9m4engb5guqnduepb96x4.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6e0mdp7q7usflwxl3dybkapuc.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/epy46wx146to9niz3trla2bn9.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9egnmpd0zub9ws4rtiozc38ef.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c0k9r3e9270dhkrnkmxpx93vq.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8ycehe0r6n4gd0n8u8qe28aml.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ch5nr8gr20hw7ui09j1v7i1ds.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/11dphnyh3o6tf0voqxqnlvgze.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5xl21jxiviiu8q7bh8kz5jql4.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1qf70z6bgfgx9ps7d2f7n11ak.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9q0578rvltw0vs142ejq995wb.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dep-graph.bin\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7ofbc9s5hkl5wheer5nj4y7ap.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/504dymql67jzf1sbl7vfk0u0k.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/71708mpeietiitb1qi9zdlpd8.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2zq5xglkeyyaw1o4ptgfvco4u.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4lmfdjntjwe6e2w4jlvq9n25w.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6xajr3k5e3md85k6g7jjdxefc.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c2nsc40b6ghfiimk26clfep2z.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/aq334ivi9xmzm965vclfca1q3.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0icxe7tp3tsyug6bygotc6y3x.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2g568g2hhlcaavns2ansl73xi.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/es2jgya4so963n4e8jiy6a459.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/3u0m3vjef33e2pe11wp16qxd8.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dfsi2ort9r3gpyk2ibrab7jgn.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dmzqcw3rxf0ie08tkosijggj6.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9lvxanu7r0bkk8pzl13hin7k0.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/cifasyuom0g4nkfme4dxezjy5.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1mw65vxnxb9a1lgim3tzylaqe.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/3ug0bsvixo20f272au8fvms5f.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7fb1mk0vsz0v93lazib4yohck.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ardjdyowh3qfti3esy81jzuy8.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0fr3352hvsg2g4xk1itc9syis.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/54jibrqgxliqv9nc306qjc8xr.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/cknnxasama73ns6u39mfmhzre.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c1je1uf2is8i5j0dja6bc2fsn.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0i7o4mj0jymqyrc81l66203zf.o\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/a4lny3pgx6zyqobiexzbuqocc.o\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/7wwcndi7fkpr11mqho1v8q46d.o\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/4it2w4qp9pqfx1olnjtl4lk86.o\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/4fxhldviy5of1phoquypz3269.o\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/work-products.bin\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/query-cache.bin\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/dep-graph.bin\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/88wyhqzkwmi70ooofsv89aw3o.o\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/a4lny3pgx6zyqobiexzbuqocc.o\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/7wwcndi7fkpr11mqho1v8q46d.o\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/4it2w4qp9pqfx1olnjtl4lk86.o\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/4fxhldviy5of1phoquypz3269.o\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/work-products.bin\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/query-cache.bin\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/dep-graph.bin\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/88wyhqzkwmi70ooofsv89aw3o.o\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk.lock\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d.lock\n./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/\n./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hlrfai30g6-1xsuqp3.lock\n./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hlrfai30g6-1xsuqp3-728q9yrhov9a6yczzo9znkd75/\n./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hlrfai30g6-1xsuqp3-728q9yrhov9a6yczzo9znkd75/work-products.bin\n./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hlrfai30g6-1xsuqp3-728q9yrhov9a6yczzo9znkd75/query-cache.bin\n./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hlrfai30g6-1xsuqp3-728q9yrhov9a6yczzo9znkd75/dep-graph.bin\n./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/\n./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/work-products.bin\n./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/query-cache.bin\n./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/dep-graph.bin\n./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f.lock\n./cargo-target/debug/.cargo-build-lock\n./cargo-target/debug/deps/\n./cargo-target/debug/deps/is_terminal_polyfill-9c7573639267fe8d.d\n./cargo-target/debug/deps/libsame_file-4e4796d0efd5db1b.rlib\n./cargo-target/debug/deps/libanstyle_parse-de7ba1ab5f110919.rlib\n./cargo-target/debug/deps/libanstyle-717f8d844e892cbf.rlib\n./cargo-target/debug/deps/quote-58c9686b0e89a703.d\n./cargo-target/debug/deps/libc-e4e309fd9792fa72.d\n./cargo-target/debug/deps/libanstream-b6ac5dcc1d25c2fe.rmeta\n./cargo-target/debug/deps/libanstyle-e78a0849de95a740.rmeta\n./cargo-target/debug/deps/libclap-f92b0b450e69f601.rmeta\n./cargo-target/debug/deps/proc_macro2-17071dc385286db1.d\n./cargo-target/debug/deps/libunicode_width-61c784d25cab2c40.rmeta\n./cargo-target/debug/deps/libunicode_ident-4867c6df2646e718.rmeta\n./cargo-target/debug/deps/strsim-350539075733e214.d\n./cargo-target/debug/deps/same_file-94c88d1787851e6a.d\n./cargo-target/debug/deps/libcolorchoice-3d676ec3ba8687db.rmeta\n./cargo-target/debug/deps/same_file-4e4796d0efd5db1b.d\n./cargo-target/debug/deps/walkdir-a9fe914427991f4e.d\n./cargo-target/debug/deps/libserde_json-72d1003fb119d2db.rlib\n./cargo-target/debug/deps/liblinux_raw_sys-2e7d774a4e4d5ff6.rlib\n./cargo-target/debug/deps/libsame_file-94c88d1787851e6a.rmeta\n./cargo-target/debug/deps/libportable_atomic-c68246ef83343abb.rmeta\n./cargo-target/debug/deps/itoa-7685dba7fc388658.d\n./cargo-target/debug/deps/unicode_width-5dcb97b189617948.d\n./cargo-target/debug/deps/libwalkdir-a9fe914427991f4e.rmeta\n./cargo-target/debug/deps/filecount-540e5c648d65f765.d\n./cargo-target/debug/deps/libis_terminal_polyfill-9c7573639267fe8d.rmeta\n./cargo-target/debug/deps/libbitflags-ca8c5e0086f3c3cf.rmeta\n./cargo-target/debug/deps/bitflags-ef9541d159acadf6.d\n./cargo-target/debug/deps/filecount-baedafc9954bfcb8.d\n./cargo-target/debug/deps/walkdir-5340530dcf8bedaf.d\n./cargo-target/debug/deps/clap_builder-e961d11c75aa25e0.d\n./cargo-target/debug/deps/libcolorchoice-4b170734103dc5f0.rmeta\n./cargo-target/debug/deps/unit_prefix-d2850f1a5392769e.d\n./cargo-target/debug/deps/libanstyle_parse-6771b1bf6e984b17.rmeta\n./cargo-target/debug/deps/libanstyle_query-198fbfe849ab02d0.rmeta\n./cargo-target/debug/deps/indicatif-e8e827ff1c149eee.d\n./cargo-target/debug/deps/anstream-b6ac5dcc1d25c2fe.d\n./cargo-target/debug/deps/rustix-83d6e17a6e84a398.d\n./cargo-target/debug/deps/anstyle_query-198fbfe849ab02d0.d\n./cargo-target/debug/deps/rustix-0e92ee9bdef408d9.d\n./cargo-target/debug/deps/serde-1f84ea849cb28baa.d\n./cargo-target/debug/deps/once_cell-6d84a9d35194e4b4.d\n./cargo-target/debug/deps/libanstream-bf1aacbe7d54c374.rmeta\n./cargo-target/debug/deps/libitoa-43444eaacc0727d6.rmeta\n./cargo-target/debug/deps/clap_builder-3dc3f4f4110a1b3c.d\n./cargo-target/debug/deps/libanstyle_parse-de7ba1ab5f110919.rmeta\n./cargo-target/debug/deps/libcolorchoice-4b170734103dc5f0.rlib\n./cargo-target/debug/deps/libitoa-43444eaacc0727d6.rlib\n./cargo-target/debug/deps/libindicatif-e8e827ff1c149eee.rlib\n./cargo-target/debug/deps/libquote-58c9686b0e89a703.rlib\n./cargo-target/debug/deps/colorchoice-4b170734103dc5f0.d\n./cargo-target/debug/deps/libterminal_size-88321ec22adc71e4.rmeta\n./cargo-target/debug/deps/libunicode_width-5dcb97b189617948.rlib\n./cargo-target/debug/deps/anstyle-717f8d844e892cbf.d\n./cargo-target/debug/deps/libonce_cell-6d84a9d35194e4b4.rmeta\n./cargo-target/debug/deps/libunicode_width-5dcb97b189617948.rmeta\n./cargo-target/debug/deps/itoa-43444eaacc0727d6.d\n./cargo-target/debug/deps/libserde_core-7369bbef0ddde4fa.rmeta\n./cargo-target/debug/deps/bitflags-ca8c5e0086f3c3cf.d\n./cargo-target/debug/deps/unit_prefix-661dc44c7e384825.d\n./cargo-target/debug/deps/utf8parse-5c2360a30268ac05.d\n./cargo-target/debug/deps/libmemchr-50f95ebf8aa3ed81.rmeta\n./cargo-target/debug/deps/librustix-0e92ee9bdef408d9.rmeta\n./cargo-target/debug/deps/libonce_cell-ca424a7c1403b4cb.rlib\n./cargo-target/debug/deps/libclap-f92b0b450e69f601.rlib\n./cargo-target/debug/deps/portable_atomic-c68246ef83343abb.d\n./cargo-target/debug/deps/strsim-3f1ca007c91986d3.d\n./cargo-target/debug/deps/libindicatif-40f5795ac8278760.rmeta\n./cargo-target/debug/deps/libitoa-7685dba7fc388658.rmeta\n./cargo-target/debug/deps/libonce_cell-ca424a7c1403b4cb.rmeta\n./cargo-target/debug/deps/libclap_builder-e961d11c75aa25e0.rlib\n./cargo-target/debug/deps/libportable_atomic-1d49fff76bae0776.rlib\n./cargo-target/debug/deps/filecount-540e5c648d65f765\n./cargo-target/debug/deps/indicatif-40f5795ac8278760.d\n./cargo-target/debug/deps/libanstyle_query-a513904800864744.rmeta\n./cargo-target/debug/deps/libanstyle_query-a513904800864744.rlib\n./cargo-target/debug/deps/libanstream-b6ac5dcc1d25c2fe.rlib\n./cargo-target/debug/deps/libconsole-130ca6e9cf03cd4e.rmeta\n./cargo-target/debug/deps/liblibc-51af4c07ef0369c3.rlib\n./cargo-target/debug/deps/filecount-3fabc278663dcb7a\n./cargo-target/debug/deps/libstrsim-3f1ca007c91986d3.rmeta\n./cargo-target/debug/deps/libheck-9e7d86b5b43a0416.rlib\n./cargo-target/debug/deps/libmemchr-758d26ba49117321.rlib\n./cargo-target/debug/deps/librustix-0e92ee9bdef408d9.rlib\n./cargo-target/debug/deps/libclap_derive-4d19da3e6e3666b8.so\n./cargo-target/debug/deps/libzmij-2f285f973c7aee55.rmeta\n./cargo-target/debug/deps/libwalkdir-5340530dcf8bedaf.rmeta\n./cargo-target/debug/deps/clap_lex-b0ffff2ebc0cd617.d\n./cargo-target/debug/deps/anstyle_query-a513904800864744.d\n./cargo-target/debug/deps/memchr-50f95ebf8aa3ed81.d\n./cargo-target/debug/deps/syn-00944c1069f5fa82.d\n./cargo-target/debug/deps/libserde-6c6a1007c8b0b81d.rmeta\n./cargo-target/debug/deps/libunit_prefix-661dc44c7e384825.rlib\n./cargo-target/debug/deps/liblibc-51af4c07ef0369c3.rmeta\n./cargo-target/debug/deps/libunit_prefix-661dc44c7e384825.rmeta\n./cargo-target/debug/deps/zmij-75872c2fcc3f1638.d\n./cargo-target/debug/deps/libis_terminal_polyfill-cec1cb8ad672ff05.rmeta\n./cargo-target/debug/deps/libstrsim-350539075733e214.rmeta\n./cargo-target/debug/deps/console-0dc3733b9fceec3c.d\n./cargo-target/debug/deps/terminal_size-d215978d50643888.d\n./cargo-target/debug/deps/libserde_json-72d1003fb119d2db.rmeta\n./cargo-target/debug/deps/libutf8parse-5c2360a30268ac05.rmeta\n./cargo-target/debug/deps/liblinux_raw_sys-b45069db06ed8eb3.rmeta\n./cargo-target/debug/deps/anstream-bf1aacbe7d54c374.d\n./cargo-target/debug/deps/once_cell-ca424a7c1403b4cb.d\n./cargo-target/debug/deps/anstyle_parse-6771b1bf6e984b17.d\n./cargo-target/debug/deps/libserde_derive-6ef9bf0fa671d689.so\n./cargo-target/debug/deps/clap-f92b0b450e69f601.d\n./cargo-target/debug/deps/filecount-03faf0db0aabb720.d\n./cargo-target/debug/deps/unicode_width-61c784d25cab2c40.d\n./cargo-target/debug/deps/is_terminal_polyfill-cec1cb8ad672ff05.d\n./cargo-target/debug/deps/libc-51af4c07ef0369c3.d\n./cargo-target/debug/deps/libfilecount-03faf0db0aabb720.rmeta\n./cargo-target/debug/deps/libbitflags-ca8c5e0086f3c3cf.rlib\n./cargo-target/debug/deps/libproc_macro2-17071dc385286db1.rlib\n./cargo-target/debug/deps/libconsole-0dc3733b9fceec3c.rmeta\n./cargo-target/debug/deps/console-130ca6e9cf03cd4e.d\n./cargo-target/debug/deps/libserde-6c6a1007c8b0b81d.rlib\n./cargo-target/debug/deps/libzmij-2f285f973c7aee55.rlib\n./cargo-target/debug/deps/clap-c7f13c470629d00c.d\n./cargo-target/debug/deps/libquote-58c9686b0e89a703.rmeta\n./cargo-target/debug/deps/serde-6c6a1007c8b0b81d.d\n./cargo-target/debug/deps/libmemchr-758d26ba49117321.rmeta\n./cargo-target/debug/deps/libclap-c7f13c470629d00c.rmeta\n./cargo-target/debug/deps/libanstyle-717f8d844e892cbf.rmeta\n./cargo-target/debug/deps/libserde_core-c315f8adcc0781da.rlib\n./cargo-target/debug/deps/serde_core-c315f8adcc0781da.d\n./cargo-target/debug/deps/liblinux_raw_sys-2e7d774a4e4d5ff6.rmeta\n./cargo-target/debug/deps/filecount-3fabc278663dcb7a.d\n./cargo-target/debug/deps/libserde_core-c315f8adcc0781da.rmeta\n./cargo-target/debug/deps/libclap_builder-e961d11c75aa25e0.rmeta\n./cargo-target/debug/deps/terminal_size-88321ec22adc71e4.d\n./cargo-target/debug/deps/libterminal_size-d215978d50643888.rmeta\n./cargo-target/debug/deps/libis_terminal_polyfill-cec1cb8ad672ff05.rlib\n./cargo-target/debug/deps/libsyn-00944c1069f5fa82.rmeta\n./cargo-target/debug/deps/libclap_lex-b0ffff2ebc0cd617.rmeta\n./cargo-target/debug/deps/libconsole-130ca6e9cf03cd4e.rlib\n./cargo-target/debug/deps/libzmij-75872c2fcc3f1638.rmeta\n./cargo-target/debug/deps/serde_derive-6ef9bf0fa671d689.d\n./cargo-target/debug/deps/libclap_lex-a37efa45f4c66e07.rlib\n./cargo-target/debug/deps/libserde_json-a3ee79e5afaaf4fe.rmeta\n./cargo-target/debug/deps/libterminal_size-d215978d50643888.rlib\n./cargo-target/debug/deps/libclap_lex-a37efa45f4c66e07.rmeta\n./cargo-target/debug/deps/librustix-83d6e17a6e84a398.rmeta\n./cargo-target/debug/deps/portable_atomic-1d49fff76bae0776.d\n./cargo-target/debug/deps/serde_json-a3ee79e5afaaf4fe.d\n./cargo-target/debug/deps/libunicode_ident-4867c6df2646e718.rlib\n./cargo-target/debug/deps/colorchoice-3d676ec3ba8687db.d\n./cargo-target/debug/deps/clap_derive-4d19da3e6e3666b8.d\n./cargo-target/debug/deps/zmij-2f285f973c7aee55.d\n./cargo-target/debug/deps/libbitflags-ef9541d159acadf6.rmeta\n./cargo-target/debug/deps/libunit_prefix-d2850f1a5392769e.rmeta\n./cargo-target/debug/deps/libportable_atomic-1d49fff76bae0776.rmeta\n./cargo-target/debug/deps/libheck-9e7d86b5b43a0416.rmeta\n./cargo-target/debug/deps/unicode_ident-4867c6df2646e718.d\n./cargo-target/debug/deps/libutf8parse-cb3c3b5db9af1162.rlib\n./cargo-target/debug/deps/linux_raw_sys-2e7d774a4e4d5ff6.d\n./cargo-target/debug/deps/libstrsim-3f1ca007c91986d3.rlib\n./cargo-target/debug/deps/anstyle-e78a0849de95a740.d\n./cargo-target/debug/deps/utf8parse-cb3c3b5db9af1162.d\n./cargo-target/debug/deps/libclap_builder-3dc3f4f4110a1b3c.rmeta\n./cargo-target/debug/deps/liblibc-e4e309fd9792fa72.rmeta\n./cargo-target/debug/deps/serde_core-7369bbef0ddde4fa.d\n./cargo-target/debug/deps/libserde-1f84ea849cb28baa.rmeta\n./cargo-target/debug/deps/linux_raw_sys-b45069db06ed8eb3.d\n./cargo-target/debug/deps/anstyle_parse-de7ba1ab5f110919.d\n./cargo-target/debug/deps/serde_json-72d1003fb119d2db.d\n./cargo-target/debug/deps/memchr-758d26ba49117321.d\n./cargo-target/debug/deps/libsyn-00944c1069f5fa82.rlib\n./cargo-target/debug/deps/heck-9e7d86b5b43a0416.d\n./cargo-target/debug/deps/clap_lex-a37efa45f4c66e07.d\n./cargo-target/debug/deps/libutf8parse-cb3c3b5db9af1162.rmeta\n./cargo-target/debug/deps/libproc_macro2-17071dc385286db1.rmeta\n./cargo-target/debug/deps/libindicatif-e8e827ff1c149eee.rmeta\n./cargo-target/debug/deps/libfilecount-baedafc9954bfcb8.rmeta\n./cargo-target/debug/deps/libwalkdir-5340530dcf8bedaf.rlib\n./cargo-target/debug/deps/libsame_file-4e4796d0efd5db1b.rmeta\n./cargo-target/debug/.cargo-lock\n./cargo-target/debug/filecount\n./cargo-target/debug/examples/\n./cargo-target/CACHEDIR.TAG\n./cargo-target/.rustc_info.json\n./cargo-target/release/\n./cargo-target/release/.cargo-artifact-lock\n./cargo-target/release/.fingerprint/\n./cargo-target/release/.fingerprint/quote-6ab7b92ec066407a/\n./cargo-target/release/.fingerprint/quote-6ab7b92ec066407a/run-build-script-build-script-build\n./cargo-target/release/.fingerprint/quote-6ab7b92ec066407a/run-build-script-build-script-build.json\n./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/\n./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/dep-build-script-build-script-build\n./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/invoked.timestamp\n./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/build-script-build-script-build.json\n./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/build-script-build-script-build\n./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/\n./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/dep-lib-terminal_size\n./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/invoked.timestamp\n./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/lib-terminal_size.json\n./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/lib-terminal_size\n./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/\n./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/dep-build-script-build-script-build\n./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/invoked.timestamp\n./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/build-script-build-script-build.json\n./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/build-script-build-script-build\n./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/\n./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/lib-clap_derive.json\n./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/lib-clap_derive\n./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/invoked.timestamp\n./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/dep-lib-clap_derive\n./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/\n./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/lib-proc_macro2.json\n./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/lib-proc_macro2\n./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/invoked.timestamp\n./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/dep-lib-proc_macro2\n./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/\n./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/lib-clap_builder.json\n./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/dep-lib-clap_builder\n./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/invoked.timestamp\n./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/lib-clap_builder\n./cargo-target/release/.fingerprint/zmij-b55fa271062ab0ce/\n./cargo-target/release/.fingerprint/zmij-b55fa271062ab0ce/run-build-script-build-script-build\n./cargo-target/release/.fingerprint/zmij-b55fa271062ab0ce/run-build-script-build-script-build.json\n./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/\n./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/lib-once_cell\n./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/dep-lib-once_cell\n./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/invoked.timestamp\n./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/lib-once_cell.json\n./cargo-target/release/.fingerprint/serde-3629bc852049c1da/\n./cargo-target/release/.fingerprint/serde-3629bc852049c1da/dep-lib-serde\n./cargo-target/release/.fingerprint/serde-3629bc852049c1da/invoked.timestamp\n./cargo-target/release/.fingerprint/serde-3629bc852049c1da/lib-serde\n./cargo-target/release/.fingerprint/serde-3629bc852049c1da/lib-serde.json\n./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/\n./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/lib-serde_core.json\n./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/lib-serde_core\n./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/invoked.timestamp\n./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/dep-lib-serde_core\n./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/\n./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/dep-lib-syn\n./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/lib-syn.json\n./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/lib-syn\n./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/invoked.timestamp\n./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/\n./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/dep-build-script-build-script-build\n./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/invoked.timestamp\n./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/build-script-build-script-build.json\n./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/build-script-build-script-build\n./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/\n./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/lib-unicode_width.json\n./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/lib-unicode_width\n./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/invoked.timestamp\n./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/dep-lib-unicode_width\n./cargo-target/release/.fingerprint/serde_json-ce199174567cb54e/\n./cargo-target/release/.fingerprint/serde_json-ce199174567cb54e/run-build-script-build-script-build\n./cargo-target/release/.fingerprint/serde_json-ce199174567cb54e/run-build-script-build-script-build.json\n./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/\n./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/dep-lib-utf8parse\n./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/lib-utf8parse.json\n./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/invoked.timestamp\n./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/lib-utf8parse\n./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/\n./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/lib-quote\n./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/invoked.timestamp\n./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/dep-lib-quote\n./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/lib-quote.json\n./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/\n./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/lib-clap\n./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/lib-clap.json\n./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/invoked.timestamp\n./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/dep-lib-clap\n./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/\n./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/lib-anstyle_query.json\n./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/invoked.timestamp\n./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/dep-lib-anstyle_query\n./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/lib-anstyle_query\n./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/\n./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/dep-build-script-build-script-build\n./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/invoked.timestamp\n./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/build-script-build-script-build.json\n./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/build-script-build-script-build\n./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/\n./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/lib-clap_lex.json\n./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/lib-clap_lex\n./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/invoked.timestamp\n./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/dep-lib-clap_lex\n./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/\n./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/dep-lib-colorchoice\n./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/lib-colorchoice.json\n./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/invoked.timestamp\n./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/lib-colorchoice\n./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/\n./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/lib-anstyle\n./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/invoked.timestamp\n./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/dep-lib-anstyle\n./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/lib-anstyle.json\n./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/\n./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/lib-anstyle_parse.json\n./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/invoked.timestamp\n./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/lib-anstyle_parse\n./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/dep-lib-anstyle_parse\n./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/\n./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/lib-heck.json\n./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/dep-lib-heck\n./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/lib-heck\n./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/invoked.timestamp\n./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/\n./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/dep-lib-serde_json\n./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/lib-serde_json\n./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/invoked.timestamp\n./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/lib-serde_json.json\n./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/\n./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/lib-same_file.json\n./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/lib-same_file\n./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/dep-lib-same_file\n./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/invoked.timestamp\n./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/\n./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/dep-lib-bitflags\n./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/invoked.timestamp\n./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/lib-bitflags\n./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/lib-bitflags.json\n./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/\n./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/lib-linux_raw_sys\n./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/invoked.timestamp\n./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/lib-linux_raw_sys.json\n./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/dep-lib-linux_raw_sys\n./cargo-target/release/.fingerprint/serde_core-453ccb314de1ceca/\n./cargo-target/release/.fingerprint/serde_core-453ccb314de1ceca/run-build-script-build-script-build\n./cargo-target/release/.fingerprint/serde_core-453ccb314de1ceca/run-build-script-build-script-build.json\n./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/\n./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/lib-unit_prefix\n./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/dep-lib-unit_prefix\n./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/invoked.timestamp\n./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/lib-unit_prefix.json\n./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/\n./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/dep-lib-memchr\n./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/lib-memchr\n./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/lib-memchr.json\n./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/invoked.timestamp\n./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/\n./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/lib-anstream.json\n./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/dep-lib-anstream\n./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/lib-anstream\n./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/invoked.timestamp\n./cargo-target/release/.fingerprint/libc-389560db9e61ef57/\n./cargo-target/release/.fingerprint/libc-389560db9e61ef57/dep-build-script-build-script-build\n./cargo-target/release/.fingerprint/libc-389560db9e61ef57/invoked.timestamp\n./cargo-target/release/.fingerprint/libc-389560db9e61ef57/build-script-build-script-build.json\n./cargo-target/release/.fingerprint/libc-389560db9e61ef57/build-script-build-script-build\n./cargo-target/release/.fingerprint/console-d431110703700aca/\n./cargo-target/release/.fingerprint/console-d431110703700aca/dep-lib-console\n./cargo-target/release/.fingerprint/console-d431110703700aca/lib-console.json\n./cargo-target/release/.fingerprint/console-d431110703700aca/invoked.timestamp\n./cargo-target/release/.fingerprint/console-d431110703700aca/lib-console\n./cargo-target/release/.fingerprint/portable-atomic-0d9da4dfacec7eff/\n./cargo-target/release/.fingerprint/portable-atomic-0d9da4dfacec7eff/run-build-script-build-script-build\n./cargo-target/release/.fingerprint/portable-atomic-0d9da4dfacec7eff/run-build-script-build-script-build.json\n./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/\n./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/lib-zmij\n./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/invoked.timestamp\n./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/lib-zmij.json\n./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/dep-lib-zmij\n./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/\n./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/dep-build-script-build-script-build\n./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/invoked.timestamp\n./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/build-script-build-script-build.json\n./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/build-script-build-script-build\n./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/\n./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/dep-lib-strsim\n./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/invoked.timestamp\n./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/lib-strsim\n./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/lib-strsim.json\n./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/\n./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/dep-build-script-build-script-build\n./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/invoked.timestamp\n./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/build-script-build-script-build.json\n./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/build-script-build-script-build\n./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/\n./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/dep-build-script-build-script-build\n./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/invoked.timestamp\n./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/build-script-build-script-build.json\n./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/build-script-build-script-build\n./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/\n./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/invoked.timestamp\n./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/lib-walkdir.json\n./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/lib-walkdir\n./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/dep-lib-walkdir\n./cargo-target/release/.fingerprint/proc-macro2-31b138c731e29f26/\n./cargo-target/release/.fingerprint/proc-macro2-31b138c731e29f26/run-build-script-build-script-build\n./cargo-target/release/.fingerprint/proc-macro2-31b138c731e29f26/run-build-script-build-script-build.json\n./cargo-target/release/.fingerprint/libc-391a88266db9a2d2/\n./cargo-target/release/.fingerprint/libc-391a88266db9a2d2/run-build-script-build-script-build\n./cargo-target/release/.fingerprint/libc-391a88266db9a2d2/run-build-script-build-script-build.json\n./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/\n./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/dep-build-script-build-script-build\n./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/invoked.timestamp\n./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/build-script-build-script-build.json\n./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/build-script-build-script-build\n./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/\n./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/invoked.timestamp\n./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/lib-indicatif.json\n./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/lib-indicatif\n./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/dep-lib-indicatif\n./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/\n./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/dep-lib-unicode_ident\n./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/lib-unicode_ident\n./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/invoked.timestamp\n./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/lib-unicode_ident.json\n./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/\n./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/lib-serde_derive\n./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/dep-lib-serde_derive\n./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/lib-serde_derive.json\n./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/invoked.timestamp\n./cargo-target/release/.fingerprint/rustix-539e715fb9177003/\n./cargo-target/release/.fingerprint/rustix-539e715fb9177003/run-build-script-build-script-build\n./cargo-target/release/.fingerprint/rustix-539e715fb9177003/run-build-script-build-script-build.json\n./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/\n./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/dep-lib-portable_atomic\n./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/invoked.timestamp\n./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/lib-portable_atomic.json\n./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/lib-portable_atomic\n./cargo-target/release/.fingerprint/serde-86fab83030af3d1d/\n./cargo-target/release/.fingerprint/serde-86fab83030af3d1d/run-build-script-build-script-build\n./cargo-target/release/.fingerprint/serde-86fab83030af3d1d/run-build-script-build-script-build.json\n./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/\n./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/lib-itoa\n./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/dep-lib-itoa\n./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/invoked.timestamp\n./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/lib-itoa.json\n./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/\n./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/dep-lib-is_terminal_polyfill\n./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/invoked.timestamp\n./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/lib-is_terminal_polyfill.json\n./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/lib-is_terminal_polyfill\n./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/\n./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/lib-libc\n./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/invoked.timestamp\n./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/lib-libc.json\n./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/dep-lib-libc\n./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/\n./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/dep-lib-rustix\n./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/invoked.timestamp\n./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/lib-rustix.json\n./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/lib-rustix\n./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/\n./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/dep-bin-filecount\n./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/bin-filecount\n./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/invoked.timestamp\n./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/bin-filecount.json\n./cargo-target/release/build/\n./cargo-target/release/build/quote-6ab7b92ec066407a/\n./cargo-target/release/build/quote-6ab7b92ec066407a/root-output\n./cargo-target/release/build/quote-6ab7b92ec066407a/stderr\n./cargo-target/release/build/quote-6ab7b92ec066407a/invoked.timestamp\n./cargo-target/release/build/quote-6ab7b92ec066407a/out/\n./cargo-target/release/build/quote-6ab7b92ec066407a/output\n./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/\n./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/build-script-build\n./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/build_script_build-3a9b45dfdb1c3cfb\n./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/build_script_build-3a9b45dfdb1c3cfb.d\n./cargo-target/release/build/serde_json-5b8acb2e93af171c/\n./cargo-target/release/build/serde_json-5b8acb2e93af171c/build_script_build-5b8acb2e93af171c\n./cargo-target/release/build/serde_json-5b8acb2e93af171c/build-script-build\n./cargo-target/release/build/serde_json-5b8acb2e93af171c/build_script_build-5b8acb2e93af171c.d\n./cargo-target/release/build/zmij-b55fa271062ab0ce/\n./cargo-target/release/build/zmij-b55fa271062ab0ce/root-output\n./cargo-target/release/build/zmij-b55fa271062ab0ce/stderr\n./cargo-target/release/build/zmij-b55fa271062ab0ce/invoked.timestamp\n./cargo-target/release/build/zmij-b55fa271062ab0ce/out/\n./cargo-target/release/build/zmij-b55fa271062ab0ce/output\n./cargo-target/release/build/rustix-5de9323b30dd8142/\n./cargo-target/release/build/rustix-5de9323b30dd8142/build_script_build-5de9323b30dd8142\n./cargo-target/release/build/rustix-5de9323b30dd8142/build_script_build-5de9323b30dd8142.d\n./cargo-target/release/build/rustix-5de9323b30dd8142/build-script-build\n./cargo-target/release/build/serde_json-ce199174567cb54e/\n./cargo-target/release/build/serde_json-ce199174567cb54e/root-output\n./cargo-target/release/build/serde_json-ce199174567cb54e/stderr\n./cargo-target/release/build/serde_json-ce199174567cb54e/invoked.timestamp\n./cargo-target/release/build/serde_json-ce199174567cb54e/out/\n./cargo-target/release/build/serde_json-ce199174567cb54e/output\n./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/\n./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/build_script_build-78009b6b2755a3d8.d\n./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/build-script-build\n./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/build_script_build-78009b6b2755a3d8\n./cargo-target/release/build/serde_core-453ccb314de1ceca/\n./cargo-target/release/build/serde_core-453ccb314de1ceca/root-output\n./cargo-target/release/build/serde_core-453ccb314de1ceca/stderr\n./cargo-target/release/build/serde_core-453ccb314de1ceca/invoked.timestamp\n./cargo-target/release/build/serde_core-453ccb314de1ceca/out/\n./cargo-target/release/build/serde_core-453ccb314de1ceca/out/private.rs\n./cargo-target/release/build/serde_core-453ccb314de1ceca/output\n./cargo-target/release/build/libc-389560db9e61ef57/\n./cargo-target/release/build/libc-389560db9e61ef57/build_script_build-389560db9e61ef57.d\n./cargo-target/release/build/libc-389560db9e61ef57/build-script-build\n./cargo-target/release/build/libc-389560db9e61ef57/build_script_build-389560db9e61ef57\n./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/\n./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/root-output\n./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/stderr\n./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/invoked.timestamp\n./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/out/\n./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/output\n./cargo-target/release/build/quote-aff4c397d0dabeaa/\n./cargo-target/release/build/quote-aff4c397d0dabeaa/build_script_build-aff4c397d0dabeaa.d\n./cargo-target/release/build/quote-aff4c397d0dabeaa/build-script-build\n./cargo-target/release/build/quote-aff4c397d0dabeaa/build_script_build-aff4c397d0dabeaa\n./cargo-target/release/build/serde-b3a6a5f6be6dd29d/\n./cargo-target/release/build/serde-b3a6a5f6be6dd29d/build-script-build\n./cargo-target/release/build/serde-b3a6a5f6be6dd29d/build_script_build-b3a6a5f6be6dd29d\n./cargo-target/release/build/serde-b3a6a5f6be6dd29d/build_script_build-b3a6a5f6be6dd29d.d\n./cargo-target/release/build/portable-atomic-e222423cff2cd533/\n./cargo-target/release/build/portable-atomic-e222423cff2cd533/build-script-build\n./cargo-target/release/build/portable-atomic-e222423cff2cd533/build_script_build-e222423cff2cd533\n./cargo-target/release/build/portable-atomic-e222423cff2cd533/build_script_build-e222423cff2cd533.d\n./cargo-target/release/build/proc-macro2-31b138c731e29f26/\n./cargo-target/release/build/proc-macro2-31b138c731e29f26/root-output\n./cargo-target/release/build/proc-macro2-31b138c731e29f26/stderr\n./cargo-target/release/build/proc-macro2-31b138c731e29f26/invoked.timestamp\n./cargo-target/release/build/proc-macro2-31b138c731e29f26/out/\n./cargo-target/release/build/proc-macro2-31b138c731e29f26/output\n./cargo-target/release/build/libc-391a88266db9a2d2/\n./cargo-target/release/build/libc-391a88266db9a2d2/root-output\n./cargo-target/release/build/libc-391a88266db9a2d2/stderr\n./cargo-target/release/build/libc-391a88266db9a2d2/invoked.timestamp\n./cargo-target/release/build/libc-391a88266db9a2d2/out/\n./cargo-target/release/build/libc-391a88266db9a2d2/output\n./cargo-target/release/build/serde_core-239394e4c069d446/\n./cargo-target/release/build/serde_core-239394e4c069d446/build_script_build-239394e4c069d446.d\n./cargo-target/release/build/serde_core-239394e4c069d446/build_script_build-239394e4c069d446\n./cargo-target/release/build/serde_core-239394e4c069d446/build-script-build\n./cargo-target/release/build/rustix-539e715fb9177003/\n./cargo-target/release/build/rustix-539e715fb9177003/root-output\n./cargo-target/release/build/rustix-539e715fb9177003/stderr\n./cargo-target/release/build/rustix-539e715fb9177003/invoked.timestamp\n./cargo-target/release/build/rustix-539e715fb9177003/out/\n./cargo-target/release/build/rustix-539e715fb9177003/out/rustix_test_can_compile\n./cargo-target/release/build/rustix-539e715fb9177003/output\n./cargo-target/release/build/serde-86fab83030af3d1d/\n./cargo-target/release/build/serde-86fab83030af3d1d/root-output\n./cargo-target/release/build/serde-86fab83030af3d1d/stderr\n./cargo-target/release/build/serde-86fab83030af3d1d/invoked.timestamp\n./cargo-target/release/build/serde-86fab83030af3d1d/out/\n./cargo-target/release/build/serde-86fab83030af3d1d/out/private.rs\n./cargo-target/release/build/serde-86fab83030af3d1d/output\n./cargo-target/release/filecount.d\n./cargo-target/release/incremental/\n./cargo-target/release/.cargo-build-lock\n./cargo-target/release/deps/\n./cargo-target/release/deps/libunicode_width-ea74a36a53b64452.rmeta\n./cargo-target/release/deps/proc_macro2-b9963ff11ae7668b.d\n./cargo-target/release/deps/libserde-3629bc852049c1da.rmeta\n./cargo-target/release/deps/libstrsim-d9554b4734921b7c.rmeta\n./cargo-target/release/deps/libanstream-4ef7222b69d1da74.rmeta\n./cargo-target/release/deps/anstyle-b25e69b984bcaa4a.d\n./cargo-target/release/deps/liblibc-d08669cc7cb3b24b.rmeta\n./cargo-target/release/deps/bitflags-84a8a53f920e85fb.d\n./cargo-target/release/deps/liblibc-d08669cc7cb3b24b.rlib\n./cargo-target/release/deps/terminal_size-a7f45f19706590f2.d\n./cargo-target/release/deps/libonce_cell-26d30c93d8c7a2ae.rlib\n./cargo-target/release/deps/libheck-313a2ad31909d0ad.rlib\n./cargo-target/release/deps/clap_derive-8a179cbf9e32af15.d\n./cargo-target/release/deps/libunicode_ident-dbdd73b4c82907f6.rmeta\n./cargo-target/release/deps/libportable_atomic-df4d6b6423a57b4c.rlib\n./cargo-target/release/deps/itoa-5a7ece7454b24b24.d\n./cargo-target/release/deps/libwalkdir-7905677f597ec379.rmeta\n./cargo-target/release/deps/libutf8parse-e5c779f350c6b992.rmeta\n./cargo-target/release/deps/libconsole-d431110703700aca.rlib\n./cargo-target/release/deps/libmemchr-0f3fa92d3d0fbb17.rlib\n./cargo-target/release/deps/libc-d08669cc7cb3b24b.d\n./cargo-target/release/deps/console-d431110703700aca.d\n./cargo-target/release/deps/is_terminal_polyfill-d28475b24725bf33.d\n./cargo-target/release/deps/libcolorchoice-9cc885dc20138687.rlib\n./cargo-target/release/deps/libutf8parse-e5c779f350c6b992.rlib\n./cargo-target/release/deps/libserde_json-2f74d718813f54f5.rmeta\n./cargo-target/release/deps/rustix-67750beee1ec3fd7.d\n./cargo-target/release/deps/quote-ddea29ab556978ac.d\n./cargo-target/release/deps/clap_builder-6a73b8b54ebec844.d\n./cargo-target/release/deps/libclap_lex-20384d8ec24dace5.rmeta\n./cargo-target/release/deps/memchr-0f3fa92d3d0fbb17.d\n./cargo-target/release/deps/clap_lex-20384d8ec24dace5.d\n./cargo-target/release/deps/libitoa-5a7ece7454b24b24.rlib\n./cargo-target/release/deps/libsyn-b5617815f0a02c50.rmeta\n./cargo-target/release/deps/libserde-3629bc852049c1da.rlib\n./cargo-target/release/deps/libanstyle-b25e69b984bcaa4a.rmeta\n./cargo-target/release/deps/colorchoice-9cc885dc20138687.d\n./cargo-target/release/deps/serde_core-394e72e429afbbef.d\n./cargo-target/release/deps/libanstyle_query-c3902ac7e5a9ff9c.rmeta\n./cargo-target/release/deps/libitoa-5a7ece7454b24b24.rmeta\n./cargo-target/release/deps/libzmij-4ee6bdb28bb72843.rlib\n./cargo-target/release/deps/libserde_json-2f74d718813f54f5.rlib\n./cargo-target/release/deps/serde_derive-a4d68b660f21d9a1.d\n./cargo-target/release/deps/libquote-ddea29ab556978ac.rlib\n./cargo-target/release/deps/anstyle_parse-85e9f4b5cb1cf89e.d\n./cargo-target/release/deps/filecount-ac2daad50651c2d5.d\n./cargo-target/release/deps/libproc_macro2-b9963ff11ae7668b.rmeta\n./cargo-target/release/deps/libquote-ddea29ab556978ac.rmeta\n./cargo-target/release/deps/libclap_lex-20384d8ec24dace5.rlib\n./cargo-target/release/deps/same_file-3ba7bddfadca5e94.d\n./cargo-target/release/deps/liblinux_raw_sys-0d2d901aa4573cc3.rmeta\n./cargo-target/release/deps/libsyn-b5617815f0a02c50.rlib\n./cargo-target/release/deps/libserde_core-394e72e429afbbef.rlib\n./cargo-target/release/deps/libunit_prefix-90ac74a1db971ce4.rmeta\n./cargo-target/release/deps/heck-313a2ad31909d0ad.d\n./cargo-target/release/deps/unit_prefix-90ac74a1db971ce4.d\n./cargo-target/release/deps/serde-3629bc852049c1da.d\n./cargo-target/release/deps/libanstream-4ef7222b69d1da74.rlib\n./cargo-target/release/deps/libunicode_ident-dbdd73b4c82907f6.rlib\n./cargo-target/release/deps/strsim-d9554b4734921b7c.d\n./cargo-target/release/deps/libportable_atomic-df4d6b6423a57b4c.rmeta\n./cargo-target/release/deps/libproc_macro2-b9963ff11ae7668b.rlib\n./cargo-target/release/deps/librustix-67750beee1ec3fd7.rmeta\n./cargo-target/release/deps/libcolorchoice-9cc885dc20138687.rmeta\n./cargo-target/release/deps/libindicatif-42c43ffa084f5166.rlib\n./cargo-target/release/deps/portable_atomic-df4d6b6423a57b4c.d\n./cargo-target/release/deps/libconsole-d431110703700aca.rmeta\n./cargo-target/release/deps/libserde_core-394e72e429afbbef.rmeta\n./cargo-target/release/deps/libanstyle_parse-85e9f4b5cb1cf89e.rmeta\n./cargo-target/release/deps/zmij-4ee6bdb28bb72843.d\n./cargo-target/release/deps/serde_json-2f74d718813f54f5.d\n./cargo-target/release/deps/libbitflags-84a8a53f920e85fb.rmeta\n./cargo-target/release/deps/indicatif-42c43ffa084f5166.d\n./cargo-target/release/deps/walkdir-7905677f597ec379.d\n./cargo-target/release/deps/libindicatif-42c43ffa084f5166.rmeta\n./cargo-target/release/deps/libterminal_size-a7f45f19706590f2.rmeta\n./cargo-target/release/deps/libsame_file-3ba7bddfadca5e94.rlib\n./cargo-target/release/deps/libclap_builder-6a73b8b54ebec844.rlib\n./cargo-target/release/deps/libstrsim-d9554b4734921b7c.rlib\n./cargo-target/release/deps/utf8parse-e5c779f350c6b992.d\n./cargo-target/release/deps/once_cell-26d30c93d8c7a2ae.d\n./cargo-target/release/deps/libclap_builder-6a73b8b54ebec844.rmeta\n./cargo-target/release/deps/libis_terminal_polyfill-d28475b24725bf33.rmeta\n./cargo-target/release/deps/libzmij-4ee6bdb28bb72843.rmeta\n./cargo-target/release/deps/anstyle_query-c3902ac7e5a9ff9c.d\n./cargo-target/release/deps/libheck-313a2ad31909d0ad.rmeta\n./cargo-target/release/deps/libclap-cd4b757ce892d4bb.rlib\n./cargo-target/release/deps/librustix-67750beee1ec3fd7.rlib\n./cargo-target/release/deps/libanstyle_query-c3902ac7e5a9ff9c.rlib\n./cargo-target/release/deps/libwalkdir-7905677f597ec379.rlib\n./cargo-target/release/deps/linux_raw_sys-0d2d901aa4573cc3.d\n./cargo-target/release/deps/libbitflags-84a8a53f920e85fb.rlib\n./cargo-target/release/deps/syn-b5617815f0a02c50.d\n./cargo-target/release/deps/libmemchr-0f3fa92d3d0fbb17.rmeta\n./cargo-target/release/deps/libsame_file-3ba7bddfadca5e94.rmeta\n./cargo-target/release/deps/libanstyle_parse-85e9f4b5cb1cf89e.rlib\n./cargo-target/release/deps/libclap_derive-8a179cbf9e32af15.so\n./cargo-target/release/deps/unicode_width-ea74a36a53b64452.d\n./cargo-target/release/deps/libserde_derive-a4d68b660f21d9a1.so\n./cargo-target/release/deps/libterminal_size-a7f45f19706590f2.rlib\n./cargo-target/release/deps/anstream-4ef7222b69d1da74.d\n./cargo-target/release/deps/libonce_cell-26d30c93d8c7a2ae.rmeta\n./cargo-target/release/deps/liblinux_raw_sys-0d2d901aa4573cc3.rlib\n./cargo-target/release/deps/libunit_prefix-90ac74a1db971ce4.rlib\n./cargo-target/release/deps/unicode_ident-dbdd73b4c82907f6.d\n./cargo-target/release/deps/filecount-ac2daad50651c2d5\n./cargo-target/release/deps/libclap-cd4b757ce892d4bb.rmeta\n./cargo-target/release/deps/libanstyle-b25e69b984bcaa4a.rlib\n./cargo-target/release/deps/clap-cd4b757ce892d4bb.d\n./cargo-target/release/deps/libis_terminal_polyfill-d28475b24725bf33.rlib\n./cargo-target/release/deps/libunicode_width-ea74a36a53b64452.rlib\n./cargo-target/release/.cargo-lock\n./cargo-target/release/filecount\n./cargo-target/release/examples/\n","stderr":"","timestamp":{"secs_since_epoch":1788446881,"nanos_since_epoch":570057094}}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1788446883,"nanos_since_epoch":721786219}}
{"type":"trace","title":"Execute action","msg":"TarCreate(\n    TarCreate {\n        archive: \"/dev/vdd\",\n        directory: \"/ci/artifacts\",\n    },\n)","timestamp":{"secs_since_epoch":1788446883,"nanos_since_epoch":721974392}}
{"type":"trace","title":"Start program tar","msg":"Command {\n    program: \"tar\",\n    args: [\n        \"tar\",\n        \"-cvf\",\n        \"/dev/vdd\",\n        \"-C\",\n        \"/ci/artifacts\",\n        \".\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \".\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446883,"nanos_since_epoch":722297041}}
{"type":"program_succeeded","program_name":"tar","exit_code":0,"stdout":"./\n./rsync/\n./debian/\n","stderr":"","timestamp":{"secs_since_epoch":1788446883,"nanos_since_epoch":728956807}}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1788446883,"nanos_since_epoch":728970730}}
{"type":"trace","title":"Execute action","msg":"TarCreate(\n    TarCreate {\n        archive: \"/dev/vdf\",\n        directory: \"/ci/deps\",\n    },\n)","timestamp":{"secs_since_epoch":1788446883,"nanos_since_epoch":728980773}}
{"type":"trace","title":"Start program tar","msg":"Command {\n    program: \"tar\",\n    args: [\n        \"tar\",\n        \"-cvf\",\n        \"/dev/vdf\",\n        \"-C\",\n        \"/ci/deps\",\n        \".\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \".\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446883,"nanos_since_epoch":729372382}}
{"type":"program_succeeded","program_name":"tar","exit_code":0,"stdout":"./\n./.package-cache\n./registry/\n./registry/cache/\n./registry/cache/index.crates.io-1949cf8c6b5b557f/\n./registry/cache/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/serde-1.0.228.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/quote-1.0.42.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/console-0.16.2.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/heck-0.5.0.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/errno-0.3.14.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/libc-0.2.178.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/syn-2.0.111.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/clap-4.5.53.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0.crate\n./registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108.crate\n./registry/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/\n./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/\n./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.github/\n./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.github/workflows/\n./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.github/workflows/publish.yaml\n./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.github/workflows/main.yaml\n./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.github/dependabot.yml\n./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/CHANGELOG.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.gitignore\n./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/tests/\n./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/tests/xcrate.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/rustfmt.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/.ignore\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/cow.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/macros.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/vector.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/ext.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memmem/\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memmem/searcher.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memmem/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/memchr/\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/memchr/naive.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/memchr/prop.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/memchr/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/packedpair.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/substring/\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/substring/naive.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/substring/prop.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/substring/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memchr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/wasm32/\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/wasm32/simd128/\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/wasm32/simd128/memchr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/wasm32/simd128/packedpair.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/wasm32/simd128/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/wasm32/memchr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/wasm32/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/memchr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/packedpair.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/twoway.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/rabinkarp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/shiftor.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/memchr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/packedpair/\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/packedpair/default_rank.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/packedpair/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/aarch64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/aarch64/neon/\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/aarch64/neon/memchr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/aarch64/neon/packedpair.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/aarch64/neon/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/aarch64/memchr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/aarch64/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/memchr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/packedpair.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/memchr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/packedpair.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/memchr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/.gitignore\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/COPYING\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/UNLICENSE\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/.vim/\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/.vim/coc-settings.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/\n./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/CHANGELOG.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/windows_term/\n./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/windows_term/colors.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/windows_term/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/kb.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/wasm_term.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/utils.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/ansi.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/unix_term.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/term.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/common_term.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/LICENSE\n./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/build.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/lib/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/lib/windows.0.53.0.lib\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/readme.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/license-apache-2.0\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/license-mit\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/ORG_CODE_OF_CONDUCT.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/loop_device.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/btrfs.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/auxvec.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/ioctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/netlink.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/net.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/system.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/image.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/if_ether.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/mempolicy.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/if_arp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/xdp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/io_uring.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/if_packet.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/errno.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/landlock.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/elf_uapi.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/prctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/general.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/ptrace.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/bootparam.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/loop_device.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/btrfs.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/auxvec.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/ioctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/netlink.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/net.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/system.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/image.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/if_ether.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/mempolicy.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/if_arp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/xdp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/io_uring.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/if_packet.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/errno.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/landlock.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/elf_uapi.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/prctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/general.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/ptrace.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/bootparam.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/loop_device.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/btrfs.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/auxvec.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/ioctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/netlink.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/net.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/system.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/image.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/if_ether.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/mempolicy.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/if_arp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/xdp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/io_uring.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/if_packet.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/errno.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/landlock.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/elf_uapi.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/prctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/general.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/ptrace.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/bootparam.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/loop_device.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/btrfs.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/auxvec.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/ioctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/netlink.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/net.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/system.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/image.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/if_ether.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/mempolicy.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/if_arp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/xdp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/io_uring.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/if_packet.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/errno.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/landlock.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/elf_uapi.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/prctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/general.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/ptrace.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/bootparam.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/loop_device.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/btrfs.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/auxvec.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/ioctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/netlink.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/net.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/system.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/image.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/if_ether.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/mempolicy.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/if_arp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/xdp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/io_uring.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/if_packet.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/errno.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/landlock.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/elf_uapi.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/prctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/general.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/ptrace.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/bootparam.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/loop_device.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/btrfs.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/auxvec.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/ioctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/netlink.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/net.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/system.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/image.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/if_ether.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/mempolicy.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/if_arp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/xdp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/io_uring.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/if_packet.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/errno.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/landlock.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/elf_uapi.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/prctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/general.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/ptrace.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/bootparam.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/loop_device.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/btrfs.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/auxvec.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/ioctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/netlink.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/net.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/system.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/image.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/if_ether.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/mempolicy.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/if_arp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/xdp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/io_uring.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/if_packet.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/errno.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/landlock.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/elf_uapi.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/prctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/general.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/ptrace.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/bootparam.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/loop_device.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/btrfs.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/auxvec.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/ioctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/netlink.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/net.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/system.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/image.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/if_ether.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/mempolicy.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/if_arp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/xdp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/io_uring.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/if_packet.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/errno.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/landlock.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/elf_uapi.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/prctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/general.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/ptrace.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/bootparam.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/loop_device.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/btrfs.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/auxvec.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/ioctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/netlink.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/net.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/system.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/image.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/if_ether.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/mempolicy.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/if_arp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/xdp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/io_uring.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/if_packet.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/errno.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/landlock.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/elf_uapi.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/prctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/general.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/ptrace.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/bootparam.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/loop_device.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/btrfs.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/auxvec.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/ioctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/netlink.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/net.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/system.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/image.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/if_ether.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/mempolicy.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/if_arp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/xdp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/io_uring.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/if_packet.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/errno.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/landlock.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/elf_uapi.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/prctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/general.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/ptrace.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/bootparam.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/loop_device.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/btrfs.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/auxvec.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/ioctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/netlink.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/net.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/system.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/image.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/if_ether.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/mempolicy.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/if_arp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/xdp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/io_uring.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/if_packet.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/errno.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/landlock.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/elf_uapi.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/prctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/general.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/ptrace.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/bootparam.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/loop_device.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/btrfs.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/auxvec.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/ioctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/netlink.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/net.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/system.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/image.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/if_ether.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/mempolicy.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/if_arp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/xdp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/io_uring.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/if_packet.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/errno.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/landlock.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/elf_uapi.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/prctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/general.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/ptrace.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/bootparam.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/loop_device.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/btrfs.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/auxvec.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/ioctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/netlink.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/net.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/system.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/image.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/if_ether.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/mempolicy.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/if_arp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/xdp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/io_uring.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/if_packet.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/errno.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/landlock.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/elf_uapi.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/prctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/general.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/ptrace.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/bootparam.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/elf.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/loop_device.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/btrfs.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/auxvec.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/ioctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/netlink.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/net.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/system.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/image.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/if_ether.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/mempolicy.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/if_arp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/xdp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/io_uring.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/if_packet.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/errno.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/landlock.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/elf_uapi.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/prctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/general.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/ptrace.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/bootparam.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/loop_device.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/btrfs.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/auxvec.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/ioctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/netlink.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/net.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/system.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/image.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/if_ether.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/mempolicy.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/if_arp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/xdp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/io_uring.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/if_packet.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/errno.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/landlock.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/elf_uapi.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/prctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/general.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/ptrace.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/bootparam.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/loop_device.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/btrfs.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/auxvec.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/ioctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/netlink.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/net.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/system.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/image.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/if_ether.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/mempolicy.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/if_arp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/xdp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/io_uring.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/if_packet.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/errno.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/landlock.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/elf_uapi.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/prctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/general.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/ptrace.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/bootparam.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/loop_device.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/btrfs.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/auxvec.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/ioctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/netlink.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/net.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/system.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/image.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/if_ether.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/mempolicy.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/if_arp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/xdp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/io_uring.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/if_packet.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/errno.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/landlock.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/elf_uapi.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/prctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/general.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/ptrace.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/bootparam.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/loop_device.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/btrfs.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/auxvec.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/ioctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/netlink.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/net.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/system.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/image.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/if_ether.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/mempolicy.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/if_arp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/xdp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/io_uring.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/if_packet.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/errno.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/landlock.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/elf_uapi.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/prctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/general.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/ptrace.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/bootparam.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/COPYRIGHT\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/CODE_OF_CONDUCT.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/LICENSE-Apache-2.0_WITH_LLVM-exception\n./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/\n./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/\n./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/.github/\n./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/.github/workflows/\n./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/.github/workflows/main.yml\n./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/.github/dependabot.yml\n./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/clippy.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/CHANGELOG.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/sys.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/windows.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/unix.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/hermit.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/wasi.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/.gitignore\n./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/scripts/\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/scripts/unicode.py\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/src/tables.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/.gitignore\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/benches/\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/benches/benches.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/COPYRIGHT\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/tests/\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/tests/tests.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/tests/emoji-test.txt\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/\n./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/CHANGELOG.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/time/\n./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/time/js.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/time/serde.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/time/system_time.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/time/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/time/instant.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/web.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/macros.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/color.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/effect.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/reset.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/style.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/examples/\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/examples/dump-style.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/src/worker.js\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/state/\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/state/table.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/state/codegen.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/state/definitions.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/state/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/params.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/examples/\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/examples/parselog.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/src/sync/\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/src/sync/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/ty.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/token.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/parse.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/punctuated.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/group.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/discouraged.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/derive.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/pat.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/macros.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/drops.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/parse_quote.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/expr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/export.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/lifetime.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/tt.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/fixup.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/generics.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/item.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/ext.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/spanned.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/op.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/visit_mut.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/token.css\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/debug.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/clone.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/visit.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/fold.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/hash.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/eq.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/path.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/whitespace.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/meta.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/data.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/span.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/sealed.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/precedence.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/lit.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/print.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/restriction.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/stmt.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/attr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/custom_keyword.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/parse_macro_input.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/bigint.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/mac.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/error.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/verbatim.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/custom_punctuation.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/ident.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/buffer.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/scan_expr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/lookahead.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/thread.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/file.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/classify.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/benches/\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/benches/rust.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/benches/file.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_stmt.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_path.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_shebang.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_pat.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_generics.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_parse_buffer.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_round_trip.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/macros/\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/macros/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_item.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_ident.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/debug/\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/debug/gen.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/debug/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_token_trees.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/zzz_stable.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_parse_stream.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/repo/\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/repo/progress.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/repo/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_punctuated.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_grouping.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_attribute.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_unparenthesize.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_derive_input.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/snapshot/\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/snapshot/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_asyncness.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/regression/\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/regression/issue1108.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/regression/issue1235.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_meta.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_receiver.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_precedence.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/regression.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_ty.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_lit.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_expr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/common/\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/common/parse.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/common/visit.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/common/eq.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/common/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_size.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_visibility.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_parse_quote.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/\n./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/.github/\n./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/.github/workflows/\n./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/.github/workflows/ci.yml\n./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/rustfmt.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/util.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/tests/\n./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/tests/util.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/tests/recursive.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/tests/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/error.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/dent.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/.gitignore\n./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/compare/\n./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/compare/walk.py\n./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/compare/nftw.c\n./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/COPYING\n./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/UNLICENSE\n./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/crates-io.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/private/\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/private/string.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/private/doc.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/private/size_hint.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/private/seed.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/private/content.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/private/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/de/\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/de/value.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/de/ignored_any.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/de/impls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/de/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/format.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/macros.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/std_error.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/ser/\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/ser/fmt.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/ser/impossible.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/ser/impls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/ser/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/crate_root.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/integer128.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/\n./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/.github/\n./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/.github/workflows/\n./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/.github/workflows/main.yml\n./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/.github/dependabot.yml\n./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/src/windows.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/src/unix.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/.gitignore\n./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/examples/\n./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/examples/get_size.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/utils/\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/utils/ty.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/utils/spanned.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/utils/doc_comments.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/utils/error.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/utils/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/macros.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/item.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/dummies.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/attr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/derives/\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/derives/into_app.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/derives/parser.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/derives/value_enum.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/derives/args.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/derives/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/derives/subcommand.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/\n./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/CHANGELOG.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/.gitignore\n./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/benches/\n./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/benches/benches.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/SECURITY.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/.gitattributes\n./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/tests/\n./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/tests/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/LICENSE\n./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/.editorconfig\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/src/windows.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/examples/\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/examples/query.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/\n./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/CHANGELOG.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/kebab.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/title.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/upper_camel.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/train.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/shouty_snake.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/shouty_kebab.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lower_camel.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/snake.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/\n./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/.github/\n./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/.github/FUNDING.yml\n./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/.github/workflows/\n./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/.github/workflows/ci.yml\n./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/u128_ext.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/.gitignore\n./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/benches/\n./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/benches/bench.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/tests/\n./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/tests/test.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.github/\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.github/FUNDING.yml\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.github/workflows/\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.github/workflows/ci.yml\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/src/tables.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.gitignore\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/benches/\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/benches/xid.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.gitattributes\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/LICENSE-UNICODE\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/roaring/\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/roaring/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/trie/\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/trie/trie.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/trie/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/tables/\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/tables/tables.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/tables/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/compare.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/fst/\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/fst/xid_continue.fst\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/fst/xid_start.fst\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/fst/.gitignore\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/fst/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/static_size.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/crates-io.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/identifier.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/tuple.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_externally.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/unit.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_untagged.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_internally.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_adjacently.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/struct_.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/ser.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/this.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/bound.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/dummy.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/pretend.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/ctxt.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/ast.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/case.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/name.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/attr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/respan.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/check.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/receiver.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/symbol.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/fragment.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/deprecated.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/\n./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/.github/\n./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/.github/workflows/\n./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/.github/workflows/ci.yml\n./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/build.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/src/tests.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/src/traits.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/.gitignore\n./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/benches/\n./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/benches/bench.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/tests/\n./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/tests/test.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/tests/ryu_comparison.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/tests/exhaustive.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/\n./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/.github/\n./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/.github/FUNDING.yml\n./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/.github/workflows/\n./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/.github/workflows/ci.yml\n./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/rustfmt.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/src/console.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/src/win.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/src/sysinfo.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/src/file.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/.gitignore\n./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/COPYING\n./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/UNLICENSE\n./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/\n./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/rustfmt.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/win.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/unix.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/unknown.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/.gitignore\n./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/COPYING\n./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/UNLICENSE\n./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/examples/\n./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/examples/is_stderr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/examples/is_same_file.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/build.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/CHANGES.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/CONTRIBUTING.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/ORG_CODE_OF_CONDUCT.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/fadvise.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/fd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/ioctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/at.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/constants.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/sendfile.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/xattr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/id.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/seek_from.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/abs.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/sync.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/inotify.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/statx.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/raw_dir.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/dir.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/getpath.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/memfd_create.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/fcntl_apple.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/special.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/fcopyfile.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/fcntl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/copy_file_range.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/openat2.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/makedev.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/ioctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/read_write.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/dup.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/errno.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/close.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/fcntl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/termios/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/termios/ioctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/termios/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/termios/tc.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/termios/tty.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/termios/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mm/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mm/userfaultfd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mm/msync.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mm/mmap.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mm/madvise.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mm/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/time/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/time/timerfd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/time/clock.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/time/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/rand/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/rand/getrandom.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/rand/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/signal.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/weak.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/pidfd_getfd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/exit.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/ioctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/umask.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/pivot_root.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/id.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/priority.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/rlimit.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/pidfd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/wait.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/kill.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/procctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/prctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/chdir.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/chroot.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/fcntl_getlk.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/pipe.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/msan.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/select.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/eventfd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/kqueue.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/poll.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/epoll.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/port.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/pause.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/param/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/param/auxv.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/param/init.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/param/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/shm.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/wsa.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/netdevice.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/socketpair.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/send_recv/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/send_recv/msg.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/send_recv/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/socket_addr_any.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/socket.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/addr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/sockopt.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/kernel_sigset.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/io/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/io/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/net/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/net/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/windows/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/windows/io/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/windows/io/raw.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/windows/io/socket.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/windows/io/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/windows/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/fd/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/fd/owned.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/fd/raw.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/fd/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/std/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/std/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ffi.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/check_types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/static_assertions.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/cstr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/pid.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/system.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/stdio.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/path/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/path/arg.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/path/dec_int.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/path/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/runtime.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/utils.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mount/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mount/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mount/fsopen.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mount/mount_unmount.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mount/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/fs/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/fs/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/fs/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/fs/inotify.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/fs/dir.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/fs/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/fs/makedev.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io/windows_syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io/errno.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/termios/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/termios/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/termios/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/termios/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mm/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mm/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mm/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mm/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/time/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/time/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/time/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/time/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/rand/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/rand/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/rand/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/rand/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/ugid/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/ugid/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/ugid/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/process/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/process/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/process/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/process/wait.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/process/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/event/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/event/windows_syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/event/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/event/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/event/epoll.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/event/poll_fd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/event/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/param/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/param/auxv.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/param/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/system/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/system/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/system/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/system/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/msghdr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/netdevice.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/ext.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/send_recv.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/read_sockaddr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/write_sockaddr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/addr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/sockopt.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/c.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pipe/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pipe/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pipe/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pipe/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/winsock_c.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/prctl/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/prctl/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/prctl/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mount/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mount/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mount/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mount/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/thread/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/thread/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/thread/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/thread/cpu_set.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/thread/futex.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/thread/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/conv.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/shm/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/shm/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/shm/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/shm/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io_uring/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io_uring/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io_uring/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pid/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pid/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pid/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pty/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pty/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pty/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/inotify.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/dir.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/makedev.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/errno.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/termios/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/termios/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/termios/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/termios/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mm/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mm/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mm/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mm/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/time/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/time/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/time/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/time/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/rand/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/rand/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/rand/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/rand/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/ugid/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/ugid/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/ugid/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/wait.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/epoll.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/poll_fd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/runtime/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/runtime/tls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/runtime/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/runtime/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/param/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/param/auxv.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/param/libc_auxv.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/param/init.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/param/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/system/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/system/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/system/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/system/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/msghdr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/netdevice.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/send_recv.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/read_sockaddr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/write_sockaddr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/addr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/sockopt.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/c.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/vdso.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pipe/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pipe/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pipe/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pipe/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/prctl/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/prctl/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/prctl/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/reg.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/vdso_wrappers.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mount/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mount/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mount/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mount/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/thread/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/thread/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/thread/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/thread/cpu_set.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/thread/futex.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/thread/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/conv.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/shm/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/shm/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/shm/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/shm/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io_uring/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io_uring/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io_uring/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/mips64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/riscv64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/arm.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/mips64r6.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/x86_64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/aarch64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/x86.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/powerpc.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/powerpc64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/mips.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/s390x.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/thumb.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/mips32r6.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pid/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pid/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pid/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pty/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pty/syscalls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pty/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/membarrier.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/sched.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/id.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/sched_yield.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/setns.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/libcap.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/clock.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/prctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/futex.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/not_implemented.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/timespec.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io_uring/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io_uring/bindgen_types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io_uring/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/bitcast.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/buffer.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/prctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ioctl/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ioctl/patterns.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ioctl/linux.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ioctl/bsd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ioctl/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/clockid.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/pty.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ugid.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/benches/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/benches/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/COPYRIGHT\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/SECURITY.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/CODE_OF_CONDUCT.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/LICENSE-Apache-2.0_WITH_LLVM-exception\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/.github/\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/.github/workflows/\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/.github/workflows/rust.yml\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/.github/dependabot.yml\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/term_like.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/format.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/rayon.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/draw_target.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/multi.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/state.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/iter.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/style.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/in_memory.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/progress_bar.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/.gitignore\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/deny.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/tests/\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/tests/render.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/tests/multi-autodrop.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/cargowrap.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/multi-tree.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/long-spinner.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/iterator.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/download.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/single.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/fastbar.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/cargo.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/multi.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/tokio.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/finebars.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/download-continued.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/morebars.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/download-speed.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/log.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/yarnish.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/multi-tree-ext.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/LICENSE\n./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_faq.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/multicall_busybox.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/git.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/multicall_hostname.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/pacman.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/repl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/find.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/repl_derive.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/escaped_positional_derive.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/escaped_positional.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/cargo_example_derive.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/typed_derive.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/cargo_example.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/git_derive.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/bin/\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/bin/stdio-fixture.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_concepts.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_features.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_derive/\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_derive/_tutorial.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_derive/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_tutorial.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/cargo-example.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/02_apps.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_05_default_values.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_02_option_mult.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_03_positional.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_01_possible.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_04_subcommands.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_06_required.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_03_positional_mult.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_04_subcommands.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_01_flag_bool.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_02_option.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_01_flag_count.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_01_enum.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_04_custom.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/02_crate.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_01_flag_count.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/01_quick.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_03_relations.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/02_apps.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_02_option_mult.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/05_01_assert.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_06_required.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_01_flag_bool.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_01_possible.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/02_app_settings.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_05_default_values.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_02_parse.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_01_enum.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_02_option.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_02_parse.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_03_relations.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/01_quick.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/02_crate.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/02_app_settings.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_02_validate.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_04_custom.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_02_validate.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_03_positional_mult.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_03_positional.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/git-derive.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/multicall-busybox.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/git.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/02_apps.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_05_default_values.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_02_option_mult.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_03_positional.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_04_subcommands.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_03_positional_mult.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_04_subcommands.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_01_flag_bool.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_06_optional.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_02_option.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_01_flag_count.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_04_subcommands_alt.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_01_enum.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_04_custom.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/02_crate.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_01_flag_count.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/01_quick.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_03_relations.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/02_apps.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_02_option_mult.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/05_01_assert.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_01_flag_bool.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/02_app_settings.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_05_default_values.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_02_parse.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_01_enum.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_02_option.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_02_parse.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_03_relations.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_06_optional.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/01_quick.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/02_crate.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/02_app_settings.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_02_validate.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_04_custom.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_02_validate.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_03_positional_mult.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_03_positional.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/pacman.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/repl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/escaped-positional-derive.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/demo.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/git-derive.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/find.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/cargo-example-derive.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/demo.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/multicall-hostname.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/multicall-hostname.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/repl-derive.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/git.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/pacman.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/multicall-busybox.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/escaped-positional.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/escaped-positional.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/foreign_crate.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/custom.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/implicit.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/main.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/custom.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/implicit.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/fn_parser.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/fn_parser.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/builtin.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/builtin.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/cargo-example-derive.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/find.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/escaped-positional-derive.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/derive_ref/\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/derive_ref/augment_subcommands.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/derive_ref/hand_subcommand.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/derive_ref/augment_args.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/derive_ref/interop_tests.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/derive_ref/flatten_hand_args.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/cargo-example.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/.github/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/.github/FUNDING.yml\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/.github/workflows/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/.github/workflows/ci.yml\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/rustc.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/token.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/constfn.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/expr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/bound.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/expand.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/time.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/iter.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/release.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/attr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/error.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/date.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/version.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/.gitignore\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/test_parse.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/const-not-fn.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-version.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-not.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-bound.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-date.stderr\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-not.stderr\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/const-not-fn.stderr\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-date.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-version.stderr\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-bound.stderr\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/test_eval.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/test_const.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/compiletest.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/build.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/lib/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/lib/windows.0.53.0.lib\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/readme.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/license-apache-2.0\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/license-mit\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/build.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/lib/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/lib/libwindows.0.53.0.a\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/readme.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/license-apache-2.0\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/license-mit\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/build.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/src/identifier.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/src/schema_hash_approval.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/src/tys.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/.github/\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/.github/workflows/\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/.github/workflows/ci.yaml\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/CHANGELOG.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/imp_pl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/imp_std.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/imp_cs.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/race.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/.gitignore\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/bors.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/sync_lazy.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/sync_once_cell.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/unsync_once_cell.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/main.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/unsync_lazy.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/race.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/race_once_box.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/test_synchronization.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/reentrant_init_deadlocks.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/regex.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/lazy_static.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/bench.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/bench_acquire.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/build.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/cache/\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/cache/intern.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/cache/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/describe.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/cast.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/closure.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/link.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/convert/\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/convert/closures.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/convert/slices.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/convert/impls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/convert/traits.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/convert/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/rt/\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/rt/marker.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/rt/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/externref.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/build.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/lib/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/lib/libwindows.0.53.0.a\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/readme.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/license-apache-2.0\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/license-mit\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/CONTRIBUTING.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/CHANGELOG.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/parser.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/external/\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/external/bytemuck.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/external/serde.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/external/arbitrary.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/public.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/iter.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/external.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/internal.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/symmetric_difference.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/intersection.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/is_empty.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/is_all.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/parser.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/clear.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/bitflags_match.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/from_bits.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/intersects.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/from_bits_truncate.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/remove.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/fmt.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/from_name.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/all.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/empty.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/complement.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/iter.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/union.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/insert.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/flags.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/extend.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/unknown.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/difference.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/from_bits_retain.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/contains.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/eq.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/truncate.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/bits.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/example_generated.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/traits.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/.gitignore\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/benches/\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/benches/parse.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/spec.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/SECURITY.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/examples/\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/examples/custom_bits_type.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/examples/macro_free.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/examples/serde.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/examples/fmt.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/examples/custom_derive.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/CODE_OF_CONDUCT.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/build.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/lib/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/lib/libwindows.0.53.0.a\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/readme.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/license-apache-2.0\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/license-mit\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/build.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/lib/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/lib/windows.0.53.0.lib\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/readme.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/license-apache-2.0\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/license-mit\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/build.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/CONTRIBUTING.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/.git-blame-ignore-revs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/CHANGELOG.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/nuttx/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/nuttx/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/redox/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/redox/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/hurd/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/hurd/b32.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/hurd/b64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/hurd/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/x86_common.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/x86_64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/illumos.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/x86.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/solaris.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/compat.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/nto/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/nto/neutrino.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/nto/x86_64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/nto/aarch64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/nto/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/powerpc/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/powerpc/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/rtems/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/rtems/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/generic.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/espidf/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/espidf/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/aarch64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/aarch64/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/vita/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/vita/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/arm/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/arm/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/horizon/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/horizon/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/riscv64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/arm.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/sparc64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/x86_64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/aarch64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/x86.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/powerpc.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/mips.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/mips64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/riscv64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/arm.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/sparc64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/x86_64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/aarch64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/x86.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/powerpc.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/powerpc64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd11/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd11/b32.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd11/b64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/riscv64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd13/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd13/x86_64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd13/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd14/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd14/x86_64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd14/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/arm.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/aarch64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/x86.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/powerpc.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/powerpc64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd15/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd15/x86_64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd15/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd12/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd12/x86_64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd12/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/x86_64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/x86_64/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/dragonfly/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/dragonfly/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b32/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b32/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b64/aarch64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b64/aarch64/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b64/x86_64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b64/x86_64/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b64/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/aix/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/aix/powerpc64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/aix/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/haiku/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/haiku/native.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/haiku/x86_64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/haiku/bsd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/haiku/b32.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/haiku/b64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/haiku/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b32/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b32/arm.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b32/x86/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b32/x86/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b32/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/aarch64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/aarch64/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/riscv64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/riscv64/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/x86_64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/x86_64/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/mips/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/mips/mips64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/mips/mips64/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/mips/mips32/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/mips/mips32/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/mips/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/x86_64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/x86_64/other.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/x86_64/l4re.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/x86_64/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/arm/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/arm/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/riscv32/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/riscv32/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/mips/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/mips/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/x86/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/x86/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/hexagon.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/powerpc.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/arm/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/arm/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/lfs64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/mips64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/wasm32/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/wasm32/wali.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/wasm32/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/aarch64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/aarch64/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/riscv64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/riscv64/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/powerpc64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/loongarch64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/loongarch64/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/x86_64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/x86_64/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/s390x.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/powerpc/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/powerpc/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/sparc/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/sparc/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/generic/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/generic/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/mips/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/mips/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/riscv32/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/riscv32/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/sparc/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/sparc/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/mips/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/mips/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/x86/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/x86/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/m68k/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/m68k/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/powerpc.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/arm/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/arm/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/csky/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/csky/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/mips64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/mips64/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/aarch64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/aarch64/ilp32.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/aarch64/lp64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/aarch64/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/riscv64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/riscv64/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/sparc64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/sparc64/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/loongarch64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/loongarch64/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/x86_64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/x86_64/x32.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/s390x.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/powerpc64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/powerpc64/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/emscripten/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/emscripten/lfs64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/emscripten/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/cygwin/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/cygwin/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/trusty.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/fuchsia/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/fuchsia/riscv64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/fuchsia/x86_64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/fuchsia/aarch64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/fuchsia/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/macros.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/xous.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/riscv64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/arm.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/x86_64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/aarch64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/x86.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/powerpc.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/powerpc64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/riscv32.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/windows/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/windows/msvc/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/windows/msvc/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/windows/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/windows/gnu/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/windows/gnu/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/hermit.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/switch.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/rtems/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/rtems/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/nuttx/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/nuttx/unistd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/nuttx/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/solaris/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/solaris/unistd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/solaris/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/trusty/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/trusty/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/l4re/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/l4re/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/redox/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/redox/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/fuchsia/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/fuchsia/unistd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/fuchsia/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/hurd/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/hurd/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/espidf/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/espidf/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/illumos/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/illumos/unistd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/illumos/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/uclibc/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/uclibc/pthread.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/uclibc/unistd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/uclibc/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/vxworks/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/vxworks/unistd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/vxworks/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/sys/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/sys/ipc.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/sys/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/sys/timex.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/sys/time.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/sys/statvfs.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/sys/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/utmp_.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/utmpx_.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/net/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/net/if_.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/unistd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/nto/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/nto/unistd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/nto/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/newlib/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/newlib/unistd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/newlib/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/relibc/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/relibc/unistd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/relibc/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/hermit_abi/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/hermit_abi/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/sys/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/sys/socket.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/pthread.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/generic/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/generic/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips/bits/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips/bits/socket.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips64/bits/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips64/bits/socket.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips64/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/unistd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/freebsd/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/freebsd/unistd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/freebsd/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/ucrt/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/ucrt/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/can.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/keyctl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/can/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/can/raw.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/can/bcm.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/can/j1939.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/xous/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/xous/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/bionic_libc/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/bionic_libc/sys/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/bionic_libc/sys/socket.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/bionic_libc/sys/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/bionic_libc/pthread.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/bionic_libc/unistd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/bionic_libc/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libc/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libc/signal.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libc/unistd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/machine/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/machine/_mcontext.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/sys/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/sys/signal.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/sys/_types/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/sys/_types/_ucontext.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/sys/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/machine/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/machine/_structs.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/i386/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/i386/_structs.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/arm/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/arm/_structs.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/i386/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/i386/_mcontext.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/arm/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/arm/_mcontext.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/sys/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/sys/qos.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/sys/_pthread/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/sys/_pthread/_pthread_types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/sys/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/sched.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/pthread_impl.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/qos.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/pthread_spis.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/stack_np.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/pthread.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/spawn.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/introspection.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/aix/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/aix/unistd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/aix/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/vita/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/vita/unistd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/vita/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/haiku/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/haiku/unistd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/haiku/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/sgx/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/sgx/unistd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/sgx/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/openbsd/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/openbsd/sys/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/openbsd/sys/ipc.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/openbsd/sys/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/openbsd/unistd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/openbsd/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/emscripten/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/emscripten/pthread.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/emscripten/unistd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/emscripten/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/horizon/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/horizon/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/posix/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/posix/pthread.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/posix/unistd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/posix/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/solarish.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/bsd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/freebsd_like.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/linux_like/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/linux_like/pthread.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/linux_like/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/netbsd_like.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/wasi/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/wasi/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/solid/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/solid/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/dragonfly/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/dragonfly/unistd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/dragonfly/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/posix/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/posix/unistd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/unix/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/unix/linux/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/unix/linux/net/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/unix/linux/net/route.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/unix/linux/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/unix/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/nptl/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/nptl/pthread.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/nptl/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/teeos/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/teeos/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/cygwin/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/cygwin/unistd.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/cygwin/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/psp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/primitives.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/wasi/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/wasi/p2.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/wasi/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/solid/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/solid/arm.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/solid/aarch64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/solid/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/sgx.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/teeos/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/teeos/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/.gitignore\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/tests/\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/tests/const_fn.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/.rustfmt.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/.release-plz.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/.editorconfig\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/.github/\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/.github/FUNDING.yml\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/.github/workflows/\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/.github/workflows/ci.yml\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/build.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/rust-toolchain.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/parse.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/fallback.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/probe.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/rcvec.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/wrapper.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/rustc_literal_escaper.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/num.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/extra.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/location.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/detection.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/probe/\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/probe/proc_macro_span_location.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/probe/proc_macro_span_file.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/probe/proc_macro_span.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/marker.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/.gitignore\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/tests/\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/tests/features.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/tests/test.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/tests/comments.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/tests/test_fmt.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/tests/marker.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/tests/test_size.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/\n./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/.forgejo/\n./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/.forgejo/workflows/\n./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/.forgejo/workflows/ci.yaml\n./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/src/parse.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/.gitignore\n./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/examples/\n./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/examples/conversions.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/LICENSE\n./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/readme.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/rustfmt.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/Ndis/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/Ndis/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/WindowsFilteringPlatform/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/WindowsFilteringPlatform/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Devices/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Devices/Bluetooth/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Devices/Bluetooth/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Devices/HumanInterfaceDevice/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Devices/HumanInterfaceDevice/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Devices/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/SystemInformation/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/SystemInformation/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/IO/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/IO/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/OfflineRegistry/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/OfflineRegistry/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/Memory/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/Memory/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/Registry/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/Registry/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/Threading/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/Threading/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/SystemServices/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/SystemServices/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Graphics/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Graphics/Direct3D/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Graphics/Direct3D/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Graphics/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Foundation/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Foundation/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Storage/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Storage/FileSystem/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Storage/FileSystem/Minifilters/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Storage/FileSystem/Minifilters/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Storage/FileSystem/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Storage/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WNet/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WNet/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsConnectionManager/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsConnectionManager/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/IpHelper/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/IpHelper/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Ndis/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Ndis/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Rras/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Rras/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetManagement/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetManagement/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WiFi/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WiFi/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/P2P/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/P2P/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Dhcp/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Dhcp/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetShell/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetShell/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/InternetConnectionWizard/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/InternetConnectionWizard/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WebDav/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WebDav/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Snmp/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Snmp/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsFirewall/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsFirewall/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Dns/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Dns/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/QoS/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/QoS/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Multicast/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Multicast/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetBios/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetBios/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsFilteringPlatform/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsFilteringPlatform/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsNetworkVirtualization/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsNetworkVirtualization/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Communication/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Communication/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Properties/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Properties/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Tapi/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Tapi/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/DeviceAndDriverInstallation/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/DeviceAndDriverInstallation/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Enumeration/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Enumeration/Pnp/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Enumeration/Pnp/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Enumeration/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Usb/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Usb/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Beep/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Beep/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Cdrom/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Cdrom/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/BiometricFramework/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/BiometricFramework/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Bluetooth/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Bluetooth/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/HumanInterfaceDevice/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/HumanInterfaceDevice/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/PortableDevices/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/PortableDevices/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Nfc/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Nfc/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Nfp/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Nfp/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Fax/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Fax/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Display/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Display/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/WebServicesOnDevices/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/WebServicesOnDevices/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/AllJoyn/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/AllJoyn/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Sensors/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Sensors/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Dvd/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Dvd/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/DeviceQuery/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/DeviceQuery/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Pwm/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Pwm/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/SerialCommunication/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/SerialCommunication/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Data/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Data/RightsManagement/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Data/RightsManagement/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Data/HtmlHelp/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Data/HtmlHelp/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Data/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/Audio/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/Audio/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/Multimedia/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/Multimedia/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/KernelStreaming/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/KernelStreaming/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/WindowsMediaFormat/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/WindowsMediaFormat/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/DxMediaObjects/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/DxMediaObjects/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/Streaming/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/Streaming/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SecurityCenter/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SecurityCenter/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/CorrelationVector/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/CorrelationVector/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/LibraryLoader/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/LibraryLoader/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/HostComputeNetwork/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/HostComputeNetwork/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/GroupPolicy/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/GroupPolicy/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ClrHosting/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ClrHosting/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SystemInformation/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SystemInformation/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/JobObjects/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/JobObjects/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/IO/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/IO/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/RemoteDesktop/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/RemoteDesktop/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Recovery/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Recovery/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SubsystemForLinux/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SubsystemForLinux/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/RestartManager/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/RestartManager/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/AddressBook/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/AddressBook/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Iis/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Iis/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Mailslots/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Mailslots/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/HostComputeSystem/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/HostComputeSystem/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/MixedReality/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/MixedReality/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Variant/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Variant/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Environment/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Environment/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Ioctl/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Ioctl/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/MessageQueuing/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/MessageQueuing/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/PasswordManagement/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/PasswordManagement/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Mapi/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Mapi/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DeploymentServices/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DeploymentServices/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Ceip/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Ceip/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/ToolHelp/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/ToolHelp/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Etw/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Etw/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Debug/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Debug/Extensions/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Debug/Extensions/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Debug/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/ProcessSnapshotting/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/ProcessSnapshotting/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/TraceLogging/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/TraceLogging/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ProcessStatus/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ProcessStatus/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/TpmBaseServices/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/TpmBaseServices/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Js/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Js/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/StationsAndDesktops/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/StationsAndDesktops/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Search/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Search/Common/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Search/Common/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Search/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Antimalware/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Antimalware/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Power/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Power/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Hypervisor/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Hypervisor/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Kernel/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Kernel/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Memory/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Memory/NonVolatile/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Memory/NonVolatile/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Memory/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ErrorReporting/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ErrorReporting/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Shutdown/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Shutdown/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/EventCollector/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/EventCollector/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DeveloperLicensing/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DeveloperLicensing/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/EventNotificationService/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/EventNotificationService/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ComponentServices/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ComponentServices/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Pipes/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Pipes/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Performance/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Performance/HardwareCounterProfiling/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Performance/HardwareCounterProfiling/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Performance/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Time/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Time/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ApplicationVerifier/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ApplicationVerifier/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/StructuredStorage/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/StructuredStorage/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/Urlmon/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/Urlmon/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/Marshal/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/Marshal/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/EventLog/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/EventLog/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/UserAccessLogging/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/UserAccessLogging/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DistributedTransactionCoordinator/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DistributedTransactionCoordinator/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Ole/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Ole/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DataExchange/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DataExchange/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Registry/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Registry/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/WindowsProgramming/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/WindowsProgramming/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Restore/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Restore/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SetupAndMigration/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SetupAndMigration/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/RemoteManagement/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/RemoteManagement/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ApplicationInstallationAndServicing/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ApplicationInstallationAndServicing/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Rpc/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Rpc/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/HostCompute/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/HostCompute/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Wmi/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Wmi/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Threading/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Threading/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SystemServices/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SystemServices/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Console/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Console/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Services/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Services/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/VirtualDosMachines/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/VirtualDosMachines/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Dwm/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Dwm/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Hlsl/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Hlsl/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Gdi/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Gdi/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/OpenGL/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/OpenGL/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/GdiPlus/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/GdiPlus/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Printing/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Printing/PrintTicket/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Printing/PrintTicket/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Printing/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Foundation/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Foundation/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Authorization/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Authorization/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Credentials/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Credentials/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/EnterpriseData/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/EnterpriseData/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/AppLocker/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/AppLocker/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/NetworkAccessProtection/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/NetworkAccessProtection/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/WinTrust/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/WinTrust/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Authentication/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Authentication/Identity/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Authentication/Identity/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Authentication/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/ExtensibleAuthenticationProtocol/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/ExtensibleAuthenticationProtocol/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/DirectoryServices/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/DirectoryServices/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Isolation/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Isolation/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Certificates/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Certificates/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Catalog/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Sip/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Sip/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/UI/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/UI/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/WinWlx/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/WinWlx/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/DiagnosticDataQuery/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/DiagnosticDataQuery/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/LicenseProtection/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/LicenseProtection/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Globalization/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Globalization/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Gaming/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Gaming/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Web/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Web/InternetExplorer/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Web/InternetExplorer/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Web/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/HttpServer/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/HttpServer/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/Ldap/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/Ldap/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/ActiveDirectory/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/ActiveDirectory/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WinInet/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WinInet/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/Clustering/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/Clustering/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WindowsWebServices/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WindowsWebServices/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WebSocket/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WebSocket/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WinHttp/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WinHttp/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WinSock/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WinSock/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Vhd/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Vhd/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Cabinets/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Cabinets/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Nvme/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Nvme/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/OfflineFiles/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/OfflineFiles/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Packaging/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Packaging/Appx/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Packaging/Appx/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Packaging/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/StructuredStorage/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/StructuredStorage/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Imapi/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Imapi/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/CloudFilters/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/CloudFilters/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/IndexServer/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/IndexServer/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/IscsiDisc/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/IscsiDisc/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/FileHistory/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/FileHistory/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/ProjectedFileSystem/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/ProjectedFileSystem/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Xps/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Xps/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/FileSystem/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/FileSystem/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/DistributedFileSystem/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/DistributedFileSystem/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/OperationRecorder/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/OperationRecorder/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/InstallableFileSystems/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/InstallableFileSystems/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Jet/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Jet/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Compression/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Compression/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/TextServices/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/TextServices/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/InteractionContext/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/InteractionContext/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Accessibility/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Accessibility/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/WindowsAndMessaging/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/WindowsAndMessaging/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/TabletPC/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/TabletPC/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/PropertiesSystem/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/PropertiesSystem/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/Common/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/Common/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Touch/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Touch/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/KeyboardAndMouse/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/KeyboardAndMouse/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Pointer/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Pointer/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Ime/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Ime/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/XboxController/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/XboxController/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Magnification/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Magnification/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/ColorSystem/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/ColorSystem/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/HiDpi/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/HiDpi/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Controls/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Controls/Dialogs/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Controls/Dialogs/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Controls/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Management/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Management/MobileDeviceManagementRegistration/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Management/MobileDeviceManagementRegistration/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Management/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/core/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/core/literals.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/core/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/license-apache-2.0\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/license-mit\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/auto.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/stream.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/fmt.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/wincon.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/adapter/\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/adapter/wincon.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/adapter/strip.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/adapter/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/_macros.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/strip.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/buffer.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/examples/\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/examples/dump-stream.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/examples/query-stream.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/encode.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/parser.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/ast.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/codegen.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/error.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/hash.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/\n./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/types.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/tests/\n./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/tests/UTF-8-demo.txt\n./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/tests/utf-8-demo.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/src/windows.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/src/stream.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/src/ansi.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/examples/\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/examples/set-wincon.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/examples/dump-wincon.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/.github/\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/.github/workflows/\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/.github/workflows/ci.yml\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/build.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/CONTRIBUTING.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/io/\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/io/core.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/io/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/ser.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/macros.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/read.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/parse.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/bignum.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/algorithm.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/cached.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/errors.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/large_powers64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/rounding.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/float.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/exponent.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/math.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/bhcomp.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/num.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/large_powers.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/cached_float80.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/digit.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/small_powers.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/large_powers32.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/shift.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/raw.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/iter.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/value/\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/value/ser.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/value/index.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/value/from.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/value/de.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/value/partial_eq.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/value/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/de.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/error.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/map.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/number.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/.gitignore\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/macros/\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/macros/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/missing_comma.stderr\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_colon.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/parse_expr.stderr\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_after_array_element.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/missing_comma.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/missing_colon.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/parse_expr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/missing_colon.stderr\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_comma.stderr\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/missing_value.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/parse_key.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/parse_key.stderr\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_after_map_entry.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_comma.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_after_array_element.stderr\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_colon.stderr\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_after_map_entry.stderr\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/not_found.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/missing_value.stderr\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/not_found.stderr\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/stream.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/debug.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/test.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/compiletest.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/parse.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/algorithm.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/rounding.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/float.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/exponent.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/math.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/num.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/regression/\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/regression/issue953.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/regression/issue520.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/regression/issue795.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/regression/issue1004.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/regression/issue845.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/regression.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/map.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/readme.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/rustfmt.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/NetworkManagement/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/NetworkManagement/Ndis/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/NetworkManagement/Ndis/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/NetworkManagement/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/NetworkManagement/WindowsFilteringPlatform/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/NetworkManagement/WindowsFilteringPlatform/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Devices/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Devices/Bluetooth/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Devices/Bluetooth/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Devices/HumanInterfaceDevice/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Devices/HumanInterfaceDevice/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Devices/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/SystemInformation/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/SystemInformation/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/IO/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/IO/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/OfflineRegistry/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/OfflineRegistry/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/Memory/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/Memory/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/Registry/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/Registry/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/Threading/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/Threading/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/SystemServices/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/SystemServices/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Graphics/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Graphics/Direct3D/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Graphics/Direct3D/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Graphics/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Foundation/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Foundation/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Storage/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Storage/FileSystem/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Storage/FileSystem/Minifilters/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Storage/FileSystem/Minifilters/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Storage/FileSystem/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Storage/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WNet/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WNet/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsConnectionManager/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsConnectionManager/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/IpHelper/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/IpHelper/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Ndis/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Ndis/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Rras/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Rras/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetManagement/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetManagement/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WiFi/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WiFi/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/P2P/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/P2P/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Dhcp/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Dhcp/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetShell/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetShell/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/InternetConnectionWizard/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/InternetConnectionWizard/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WebDav/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WebDav/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Snmp/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Snmp/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsFirewall/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsFirewall/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Dns/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Dns/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/QoS/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/QoS/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Multicast/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Multicast/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetBios/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetBios/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsFilteringPlatform/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsFilteringPlatform/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsNetworkVirtualization/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsNetworkVirtualization/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Communication/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Communication/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Properties/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Properties/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Tapi/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Tapi/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/DeviceAndDriverInstallation/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/DeviceAndDriverInstallation/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Enumeration/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Enumeration/Pnp/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Enumeration/Pnp/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Enumeration/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Usb/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Usb/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Beep/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Beep/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Cdrom/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Cdrom/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/BiometricFramework/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/BiometricFramework/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Bluetooth/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Bluetooth/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/HumanInterfaceDevice/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/HumanInterfaceDevice/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/PortableDevices/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/PortableDevices/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Nfc/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Nfc/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Nfp/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Nfp/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Fax/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Fax/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Display/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Display/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/WebServicesOnDevices/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/WebServicesOnDevices/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/AllJoyn/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/AllJoyn/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Sensors/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Sensors/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Dvd/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Dvd/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/DeviceQuery/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/DeviceQuery/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Pwm/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Pwm/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/SerialCommunication/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/SerialCommunication/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Data/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Data/RightsManagement/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Data/RightsManagement/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Data/HtmlHelp/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Data/HtmlHelp/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Data/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/Audio/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/Audio/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/Multimedia/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/Multimedia/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/KernelStreaming/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/KernelStreaming/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/WindowsMediaFormat/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/WindowsMediaFormat/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/DxMediaObjects/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/DxMediaObjects/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/Streaming/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/Streaming/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SecurityCenter/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SecurityCenter/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/CorrelationVector/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/CorrelationVector/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/LibraryLoader/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/LibraryLoader/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/HostComputeNetwork/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/HostComputeNetwork/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/GroupPolicy/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/GroupPolicy/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ClrHosting/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ClrHosting/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SystemInformation/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SystemInformation/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/JobObjects/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/JobObjects/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/IO/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/IO/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/RemoteDesktop/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/RemoteDesktop/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Recovery/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Recovery/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SubsystemForLinux/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SubsystemForLinux/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/RestartManager/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/RestartManager/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/AddressBook/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/AddressBook/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Iis/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Iis/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Mailslots/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Mailslots/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/HostComputeSystem/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/HostComputeSystem/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/MixedReality/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/MixedReality/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Variant/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Variant/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Environment/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Environment/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Ioctl/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Ioctl/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/MessageQueuing/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/MessageQueuing/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/PasswordManagement/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/PasswordManagement/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Mapi/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Mapi/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DeploymentServices/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DeploymentServices/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Ceip/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Ceip/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/ToolHelp/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/ToolHelp/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Etw/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Etw/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Debug/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Debug/Extensions/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Debug/Extensions/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Debug/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/ProcessSnapshotting/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/ProcessSnapshotting/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/TraceLogging/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/TraceLogging/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ProcessStatus/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ProcessStatus/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/TpmBaseServices/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/TpmBaseServices/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Js/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Js/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/StationsAndDesktops/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/StationsAndDesktops/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Search/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Search/Common/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Search/Common/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Search/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Antimalware/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Antimalware/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Power/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Power/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Hypervisor/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Hypervisor/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Kernel/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Kernel/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Memory/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Memory/NonVolatile/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Memory/NonVolatile/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Memory/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ErrorReporting/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ErrorReporting/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Shutdown/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Shutdown/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/EventCollector/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/EventCollector/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DeveloperLicensing/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DeveloperLicensing/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/EventNotificationService/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/EventNotificationService/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ComponentServices/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ComponentServices/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Pipes/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Pipes/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Performance/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Performance/HardwareCounterProfiling/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Performance/HardwareCounterProfiling/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Performance/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Time/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Time/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ApplicationVerifier/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ApplicationVerifier/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/StructuredStorage/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/StructuredStorage/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/Urlmon/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/Urlmon/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/Marshal/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/Marshal/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/EventLog/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/EventLog/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/UserAccessLogging/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/UserAccessLogging/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DistributedTransactionCoordinator/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DistributedTransactionCoordinator/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Ole/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Ole/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DataExchange/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DataExchange/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Registry/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Registry/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/WindowsProgramming/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/WindowsProgramming/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Restore/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Restore/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SetupAndMigration/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SetupAndMigration/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/RemoteManagement/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/RemoteManagement/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ApplicationInstallationAndServicing/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ApplicationInstallationAndServicing/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Rpc/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Rpc/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/HostCompute/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/HostCompute/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Wmi/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Wmi/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Threading/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Threading/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SystemServices/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SystemServices/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Console/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Console/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Services/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Services/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/VirtualDosMachines/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/VirtualDosMachines/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Dwm/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Dwm/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Hlsl/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Hlsl/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Gdi/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Gdi/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/OpenGL/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/OpenGL/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/GdiPlus/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/GdiPlus/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Printing/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Printing/PrintTicket/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Printing/PrintTicket/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Printing/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Foundation/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Foundation/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Authorization/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Authorization/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Credentials/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Credentials/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/EnterpriseData/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/EnterpriseData/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/AppLocker/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/AppLocker/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/NetworkAccessProtection/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/NetworkAccessProtection/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/WinTrust/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/WinTrust/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Authentication/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Authentication/Identity/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Authentication/Identity/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Authentication/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/ExtensibleAuthenticationProtocol/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/ExtensibleAuthenticationProtocol/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/DirectoryServices/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/DirectoryServices/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Isolation/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Isolation/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/Certificates/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/Certificates/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/Catalog/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/Sip/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/Sip/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/UI/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/UI/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/WinWlx/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/WinWlx/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/DiagnosticDataQuery/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/DiagnosticDataQuery/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/LicenseProtection/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/LicenseProtection/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Globalization/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Globalization/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Gaming/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Gaming/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Web/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Web/InternetExplorer/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Web/InternetExplorer/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Web/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/HttpServer/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/HttpServer/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/Ldap/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/Ldap/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/ActiveDirectory/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/ActiveDirectory/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WinInet/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WinInet/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/Clustering/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/Clustering/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WindowsWebServices/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WindowsWebServices/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WebSocket/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WebSocket/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WinHttp/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WinHttp/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WinSock/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WinSock/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Vhd/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Vhd/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Cabinets/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Cabinets/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Nvme/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Nvme/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/OfflineFiles/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/OfflineFiles/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Packaging/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Packaging/Appx/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Packaging/Appx/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Packaging/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/StructuredStorage/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/StructuredStorage/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Imapi/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Imapi/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/CloudFilters/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/CloudFilters/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/IndexServer/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/IndexServer/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/IscsiDisc/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/IscsiDisc/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/FileHistory/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/FileHistory/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/ProjectedFileSystem/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/ProjectedFileSystem/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Xps/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Xps/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/FileSystem/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/FileSystem/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/DistributedFileSystem/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/DistributedFileSystem/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/OperationRecorder/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/OperationRecorder/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/InstallableFileSystems/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/InstallableFileSystems/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Jet/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Jet/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Compression/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Compression/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/TextServices/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/TextServices/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/InteractionContext/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/InteractionContext/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Accessibility/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Accessibility/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/WindowsAndMessaging/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/WindowsAndMessaging/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/TabletPC/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/TabletPC/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Shell/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Shell/PropertiesSystem/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Shell/PropertiesSystem/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Shell/Common/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Shell/Common/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Shell/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/Touch/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/Touch/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/KeyboardAndMouse/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/KeyboardAndMouse/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/Pointer/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/Pointer/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/Ime/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/Ime/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/XboxController/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/XboxController/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Magnification/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Magnification/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/ColorSystem/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/ColorSystem/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/HiDpi/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/HiDpi/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Controls/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Controls/Dialogs/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Controls/Dialogs/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Controls/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Management/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Management/MobileDeviceManagementRegistration/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Management/MobileDeviceManagementRegistration/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Management/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/core/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/core/literals.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/core/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/license-apache-2.0\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/license-mit\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/AUTHORS.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/do.sh\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/utf16_iterators.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/utf16_char.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/errors.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/decoding_iterators.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/utf8_char.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/utf8_iterators.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/traits.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/.gitignore\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/RELEASES.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/benches/\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/benches/multiiterators.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/benches/length.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/tests/\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/tests/errs.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/tests/iterators.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/tests/oks.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/tests/exhaustive.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/.cirrus.yml\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/examples/\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/examples/length_distribution.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/\n./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/CHANGELOG.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/alloc.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/boxed.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/\n./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/string.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/str/\n./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/str/lossy.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/str/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/vec.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/collect_in.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/raw_vec.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/.gitignore\n./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/.github/\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/.github/FUNDING.yml\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/.github/workflows/\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/.github/workflows/ci.yml\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/build.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/rust-toolchain.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/format.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/ident_fragment.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/ext.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/spanned.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/to_tokens.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/runtime.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/.gitignore\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter-interpolated-dup.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter-interpolated.stderr\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/not-quotable.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter-separated.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter-interpolated-dup.stderr\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/wrong-type-span.stderr\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/not-repeatable.stderr\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter.stderr\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/wrong-type-span.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter-separated.stderr\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter-interpolated.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/not-quotable.stderr\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/not-repeatable.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/test.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/compiletest.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/\n./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/src/ext.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/readme.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/license-apache-2.0\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/license-mit\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/\n./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/src/Temporal.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/string.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/doc.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/size_hint.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/seed.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/content.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/value.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/ignored_any.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/impls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/format.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/macros.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/std_error.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/fmt.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impossible.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impls.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/crate_root.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/build.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/lib/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/lib/libwindows.0.53.0.a\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/readme.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/license-apache-2.0\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/license-mit\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/readme.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/license-apache-2.0\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/license-mit\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/derive.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/macros.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/parser.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/arg_matcher.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/validator.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/matches/\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/matches/matched_arg.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/matches/arg_matches.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/matches/value_source.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/matches/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/features/\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/features/suggestions.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/features/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/error.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/flat_map.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/id.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/any_value.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/color.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/str_to_bool.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/flat_set.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/graph.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/error/\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/error/context.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/error/format.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/error/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/error/kind.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/arg.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/tests.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/command.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/arg_group.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/ext.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/str.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/arg_predicate.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/app_settings.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/styling.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/styled_str.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/range.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/resettable.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/action.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/value_hint.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/os_str.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/value_parser.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/debug_asserts.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/possible_value.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/arg_settings.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/usage.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/textwrap/\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/textwrap/word_separators.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/textwrap/core.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/textwrap/wrap_algorithms.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/textwrap/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/help.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/fmt.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/help_template.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/mkeymap.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/build.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/lib/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/lib/libwindows.0.53.0.a\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/readme.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/license-apache-2.0\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/license-mit\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/Cargo.toml\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/build.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/Cargo.lock\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/Cargo.toml.orig\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/CHANGELOG.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/cfgs.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic64/\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic64/macros.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic64/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic64/arm_linux.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic64/riscv32.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic64/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/fallback/\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/fallback/seq_lock_wide.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/fallback/utils.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/fallback/seq_lock.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/fallback/outline_atomics.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/fallback/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/macros.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/riscv64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/x86_64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/aarch64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/powerpc64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/s390x.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/intrinsics.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/avr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/msp430.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/armv6m.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/xtensa.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/armv4t.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/riscv.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/avr.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/msp430.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/float/\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/float/aarch64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/float/int.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/float/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/x86.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/auxv.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/common.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/aarch64_illumos.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/x86_64.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/riscv_linux.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/aarch64_fuchsia.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/aarch64_aa64reg.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/aarch64_apple.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/aarch64_windows.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/powerpc64_aix.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/riscv.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/core_atomic.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/gen/\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/gen/build.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/gen/utils.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/lib.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/rustdoc.css\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/utils.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/tests/\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/tests/helper.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/tests/mod.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/LICENSE-MIT\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/README.md\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/LICENSE-APACHE\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/matrix-old.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/tests/\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/tests/.gitignore\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/.cargo_vcs_info.json\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/.cargo-ok\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/version.rs\n./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/Cargo.toml\n./registry/CACHEDIR.TAG\n./registry/index/\n./registry/index/index.crates.io-1949cf8c6b5b557f/\n./registry/index/index.crates.io-1949cf8c6b5b557f/config.json\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/zm/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/zm/ij/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/zm/ij/zmij\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/bu/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/bu/mp/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/bu/mp/bumpalo\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/pr/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/pr/oc/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/pr/oc/proc-macro2\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/lk/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/lk/walkdir\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/sm/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/sm/wasm-bindgen\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/sm/wasm-bindgen-shared\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/sm/wasm-bindgen-macro-support\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/sm/wasm-bindgen-macro\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/me/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/me/mc/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/me/mc/memchr\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/js/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/js/-s/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/js/-s/js-sys\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/po/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/po/rt/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/po/rt/portable-atomic\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cf/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cf/g-/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cf/g-/cfg-if\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/st/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/st/rs/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/st/rs/strsim\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/is/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/is/_t/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/is/_t/is_terminal_polyfill\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/er/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/er/rn/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/er/rn/errno\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_x86_64_gnullvm\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows-targets\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_i686_gnullvm\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_aarch64_gnullvm\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_x86_64_msvc\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_x86_64_gnu\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_aarch64_msvc\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_i686_msvc\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows-link\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows-sys\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_i686_gnu\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/na/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/na/winapi-util\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/co/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/co/ns/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/co/ns/console\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/co/lo/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/co/lo/colorchoice\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/qu/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/qu/ot/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/qu/ot/quote\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/we/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/we/b-/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/we/b-/web-time\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/sa/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/sa/me/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/sa/me/same-file\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/en/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/en/co/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/en/co/encode_unicode\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/se/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/se/rd/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/se/rd/serde\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/se/rd/serde_core\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/se/rd/serde_json\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/se/rd/serde_derive\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/an/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/an/st/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/an/st/anstream\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/an/st/anstyle-wincon\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/an/st/anstyle-parse\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/an/st/anstyle-query\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/an/st/anstyle\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/in/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/in/di/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/in/di/indicatif\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/bi/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/bi/tf/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/bi/tf/bitflags\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/un/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/un/ic/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/un/ic/unicode-width\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/un/ic/unicode-ident\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/un/it/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/un/it/unit-prefix\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/3/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/3/s/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/3/s/syn\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/li/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/li/bc/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/li/bc/libc\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/li/nu/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/li/nu/linux-raw-sys\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/ru/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/ru/st/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/ru/st/rustix\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/ru/st/rustversion\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/ut/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/ut/f8/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/ut/f8/utf8parse\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/te/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/te/rm/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/te/rm/terminal_size\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cl/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cl/ap/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cl/ap/clap_derive\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cl/ap/clap_builder\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cl/ap/clap_lex\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cl/ap/clap\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/he/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/he/ck/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/he/ck/heck\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/it/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/it/oa/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/it/oa/itoa\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/on/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/on/ce/\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/on/ce/once_cell\n./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/on/ce/once_cell_polyfill\n./.package-cache-mutate\n./.global-cache\n","stderr":"","timestamp":{"secs_since_epoch":1788446884,"nanos_since_epoch":963803882}}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1788446892,"nanos_since_epoch":991917227}}
{"type":"plan_succeeded","timestamp":{"secs_since_epoch":1788446892,"nanos_since_epoch":992124155}}
{"type":"executor_ends_successfully","timestamp":{"secs_since_epoch":1788446892,"nanos_since_epoch":992516219}}
EXIT CODE: 0

Plan VM

Structured log: all OK
  1. 0 ms: Executor starts
    • Name: ambient-execute-plan
    • Version: 0.19.0@357668a
  2. 0 ms: Trace: Set environment variable "HOME"
    "HOME"="/root"
  3. 1 ms: Runnable plan
    steps:
    - action: mkdir
      pathname: /ci
    - action: mkdir
      pathname: /ci/artifacts
    - action: mkdir
      pathname: /ci/artifacts/debian
    - action: mkdir
      pathname: /ci/artifacts/rsync
    - action: mkdir
      pathname: /ci/secrets
    - action: mkdir
      pathname: /ci/deps
    - action: mkdir
      pathname: /ci/src
    - action: mkdir
      pathname: /ci/cache
    - action: tar_extract
      archive: /dev/vdc
      directory: /ci/src
    - action: tar_extract
      archive: /dev/vdf
      directory: /ci/deps
    - action: tar_extract
      archive: /dev/vde
      directory: /ci/cache
    - action: tar_extract
      archive: /dev/vdd
      directory: /ci/artifacts
    - action: tar_extract
      archive: /dev/vdg
      directory: /ci/secrets
    - action: symlink
      target: /ci
      link_name: /workspace
    - action: create_file
      filename: /root/.ssh/config
      content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                "
      overwrite: true
    - action: cargo_clippy
      deps: true
    - action: cargo_build
    - action: cargo_test
    - action: custom
      name: dch
      args:
        debemail: liw@liw.fi
        debfullname: Lars Wirzenius
    - action: deb
      packages: .
    - action: tar_create
      archive: /dev/vde
      directory: /ci/cache
    - action: tar_create
      archive: /dev/vdd
      directory: /ci/artifacts
    executor_drive: /dev/vdb
    source_drive: /dev/vdc
    artifact_drive: /dev/vdd
    cache_drive: /dev/vde
    deps_drive: /dev/vdf
    secrets_drive: null
    workspace_dir: /ci
    source_dir: /ci/src
    deps_dir: /ci/deps
    cache_dir: /ci/cache
    artifacts_dir: /ci/artifacts
    secrets_dir: null
    envs: {}
    
  4. 1 ms: Trace: Set environment variable "CARGO_TARGET_DIR"
    "CARGO_TARGET_DIR"="/ci/cache/cargo-target"
  5. 1 ms: Trace: Set environment variable "CARGO_HOME"
    "CARGO_HOME"="/ci/deps"
  6. 2 ms: Trace: Set environment variable "PATH"
    "PATH"="/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
  7. 2 ms: Trace: Set environment variable "CARGO_TARGET_DIR"
    "CARGO_TARGET_DIR"="/ci/cache/cargo-target"
  8. 3 ms: Trace: Set environment variable "CARGO_HOME"
    "CARGO_HOME"="/ci/deps"
  9. 3 ms: Trace: Set environment variable "PATH"
    "PATH"="/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
  10. 3 ms: Trace: Execute action
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
  11. 20 ms: Action succeeded: mkdir: /ci
    - action: mkdir
      pathname: /ci
    
  12. 21 ms: Trace: Execute action
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
  13. 21 ms: Action succeeded: mkdir: /ci/artifacts
    - action: mkdir
      pathname: /ci/artifacts
    
  14. 22 ms: Trace: Execute action
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts/debian",
        },
    )
  15. 22 ms: Action succeeded: mkdir: /ci/artifacts/debian
    - action: mkdir
      pathname: /ci/artifacts/debian
    
  16. 22 ms: Trace: Execute action
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts/rsync",
        },
    )
  17. 23 ms: Action succeeded: mkdir: /ci/artifacts/rsync
    - action: mkdir
      pathname: /ci/artifacts/rsync
    
  18. 25 ms: Trace: Execute action
    Mkdir(
        Mkdir {
            pathname: "/ci/secrets",
        },
    )
  19. 25 ms: Action succeeded: mkdir: /ci/secrets
    - action: mkdir
      pathname: /ci/secrets
    
  20. 25 ms: Trace: Execute action
    Mkdir(
        Mkdir {
            pathname: "/ci/deps",
        },
    )
  21. 117 ms: Action succeeded: mkdir: /ci/deps
    - action: mkdir
      pathname: /ci/deps
    
  22. 117 ms: Trace: Execute action
    Mkdir(
        Mkdir {
            pathname: "/ci/src",
        },
    )
  23. 117 ms: Action succeeded: mkdir: /ci/src
    - action: mkdir
      pathname: /ci/src
    
  24. 118 ms: Trace: Execute action
    Mkdir(
        Mkdir {
            pathname: "/ci/cache",
        },
    )
  25. 118 ms: Action succeeded: mkdir: /ci/cache
    - action: mkdir
      pathname: /ci/cache
    
  26. 118 ms: Trace: Execute action
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
  27. 118 ms: Trace: Start program tar
    Command {
        program: "tar",
        args: [
            "tar",
            "-xvvvf",
            "/dev/vdc",
            "-C",
            "/ci/src",
            "--no-same-owner",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            ".",
        ),
        create_pidfd: false,
    }
  28. 163 ms: Program succeeded: tar
    • Exit code: 0
    • Stdout
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./
      -rw-r--r-- ci/ci         14651 2026-09-03 14:47 ./Cargo.lock
      -rw-r--r-- ci/ci           263 2026-09-03 14:47 ./Cargo.toml
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./debian/
      -rw-r--r-- ci/ci           372 2026-09-03 14:47 ./debian/copyright
      -rw-r--r-- ci/ci           316 2026-09-03 14:47 ./debian/control
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./debian/source/
      -rw-r--r-- ci/ci            12 2026-09-03 14:47 ./debian/source/format
      -rwxr-xr-x ci/ci          1000 2026-09-03 14:47 ./debian/build-deb
      -rw-r--r-- ci/ci           131 2026-09-03 14:47 ./debian/changelog
      -rw-r--r-- ci/ci             4 2026-09-03 14:47 ./debian/compat
      -rwxr-xr-x ci/ci           257 2026-09-03 14:47 ./debian/rules
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./src/
      -rw-r--r-- ci/ci          3996 2026-09-03 14:47 ./src/main.rs
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.radicle/
      -rw-r--r-- ci/ci           262 2026-09-03 14:47 ./.radicle/ambient.yaml
      -rw-r--r-- ci/ci           367 2026-09-03 14:47 ./Makefile
      -rw-r--r-- ci/ci             8 2026-09-03 14:47 ./.gitignore
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/logs/
      -rw-r--r-- ci/ci           400 2026-09-03 14:47 ./.git/logs/HEAD
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/logs/refs/
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/logs/refs/remotes/
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/logs/refs/remotes/origin/
      -rw-r--r-- ci/ci           198 2026-09-03 14:47 ./.git/logs/refs/remotes/origin/HEAD
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/logs/refs/heads/
      -rw-r--r-- ci/ci           198 2026-09-03 14:47 ./.git/logs/refs/heads/main
      -rw-r--r-- ci/ci            41 2026-09-03 14:47 ./.git/HEAD
      -rw-r--r-- ci/ci           306 2026-09-03 14:47 ./.git/config
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/refs/
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/refs/remotes/
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/refs/remotes/origin/
      -rw-r--r-- ci/ci            30 2026-09-03 14:47 ./.git/refs/remotes/origin/HEAD
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/refs/tags/
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/refs/heads/
      -rw-r--r-- ci/ci            41 2026-09-03 14:47 ./.git/refs/heads/main
      -rw-r--r-- ci/ci           112 2026-09-03 14:47 ./.git/packed-refs
      -rw-r--r-- ci/ci          1350 2026-09-03 14:47 ./.git/index
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/hooks/
      -rwxr-xr-x ci/ci          2308 2026-09-03 14:47 ./.git/hooks/sendemail-validate.sample
      -rwxr-xr-x ci/ci           189 2026-09-03 14:47 ./.git/hooks/post-update.sample
      -rwxr-xr-x ci/ci           896 2026-09-03 14:47 ./.git/hooks/commit-msg.sample
      -rwxr-xr-x ci/ci           478 2026-09-03 14:47 ./.git/hooks/applypatch-msg.sample
      -rwxr-xr-x ci/ci           544 2026-09-03 14:47 ./.git/hooks/pre-receive.sample
      -rwxr-xr-x ci/ci          1492 2026-09-03 14:47 ./.git/hooks/prepare-commit-msg.sample
      -rwxr-xr-x ci/ci           416 2026-09-03 14:47 ./.git/hooks/pre-merge-commit.sample
      -rwxr-xr-x ci/ci          1649 2026-09-03 14:47 ./.git/hooks/pre-commit.sample
      -rwxr-xr-x ci/ci          2783 2026-09-03 14:47 ./.git/hooks/push-to-checkout.sample
      -rwxr-xr-x ci/ci          1374 2026-09-03 14:47 ./.git/hooks/pre-push.sample
      -rwxr-xr-x ci/ci          4726 2026-09-03 14:47 ./.git/hooks/fsmonitor-watchman.sample
      -rwxr-xr-x ci/ci          4898 2026-09-03 14:47 ./.git/hooks/pre-rebase.sample
      -rwxr-xr-x ci/ci          3650 2026-09-03 14:47 ./.git/hooks/update.sample
      -rwxr-xr-x ci/ci           424 2026-09-03 14:47 ./.git/hooks/pre-applypatch.sample
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/info/
      -rw-r--r-- ci/ci           240 2026-09-03 14:47 ./.git/info/exclude
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b1/
      -r--r--r-- ci/ci           475 2026-06-30 15:12 ./.git/objects/b1/154e3f70a207cc382f60944df6e8914df730fc
      -r--r--r-- ci/ci            78 2026-06-30 15:09 ./.git/objects/b1/ac4a394a3dee0b9e731cf50ac442a222cab326
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/1d/
      -r--r--r-- ci/ci           170 2026-07-09 16:23 ./.git/objects/1d/ef862a127f8979ed9ad7fb040c21e8a5ba61f4
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/1e/
      -r--r--r-- ci/ci            92 2026-07-09 16:25 ./.git/objects/1e/e89654df723bf7e73e020e8982eabfcf208dd7
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/4e/
      -r--r--r-- ci/ci            83 2026-09-03 13:44 ./.git/objects/4e/e9d33b7c579b72f72ef7a3e5a929d65258e46b
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/2d/
      -r--r--r-- ci/ci           474 2026-07-22 12:58 ./.git/objects/2d/7e84ddf6510114d30f5d177a5bc005e5ca86b3
      -r--r--r-- ci/ci            82 2026-07-03 13:23 ./.git/objects/2d/70628984c3b2f5aa1ecdcc1e6de2584e9cfeda
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/78/
      -r--r--r-- ci/ci            83 2026-08-12 05:48 ./.git/objects/78/6e0bef38533f02fc420548dc98274513c0a26f
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/d4/
      -r--r--r-- ci/ci            82 2026-06-30 15:12 ./.git/objects/d4/b479c9fc08b85f48ea406b0a3d5d5c105e2016
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/20/
      -r--r--r-- ci/ci            78 2026-07-03 13:23 ./.git/objects/20/10ba25a255a67bc8bfd8ac004a16ed79c551a4
      -r--r--r-- ci/ci           277 2026-08-24 05:42 ./.git/objects/20/2e165b5fa517a0af6f8f511470f07c9d9e49f0
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/e1/
      -r--r--r-- ci/ci           477 2026-08-24 05:44 ./.git/objects/e1/f56a99fbb137751f1ac0b260307b3dba72a1ed
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/17/
      -r--r--r-- ci/ci            82 2026-07-09 16:25 ./.git/objects/17/da650d614f2dedf8e23f4317895ed69e570f33
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/53/
      -r--r--r-- ci/ci            81 2026-08-24 05:44 ./.git/objects/53/73eea5c761b2d5ba8f1b5bb21995fca5a57f86
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/d5/
      -r--r--r-- ci/ci           275 2026-08-28 10:07 ./.git/objects/d5/a114d15a06a78bbad9ebe994be442372813d0a
      -r--r--r-- ci/ci            82 2026-07-03 13:21 ./.git/objects/d5/acd60221707192fdb44177f0bd3f3dfbd1c6cb
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/d3/
      -r--r--r-- ci/ci           275 2026-07-09 16:25 ./.git/objects/d3/fa76d81e445022beda47558eca1bd89f90e493
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/48/
      -r--r--r-- ci/ci           470 2026-08-28 10:07 ./.git/objects/48/6f174acd353d38c6e6edf2fb89358a64604004
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/43/
      -r--r--r-- ci/ci           210 2026-06-30 15:12 ./.git/objects/43/5337a95989dad5ba0aede46313e95443490c8b
      -r--r--r-- ci/ci            81 2026-08-28 10:09 ./.git/objects/43/166e59a44a8a5cfe504d1a114c63592fdb063c
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/71/
      -r--r--r-- ci/ci            82 2026-09-03 13:44 ./.git/objects/71/d80d0bbc0f07b5166f13c62c9085108d8c496b
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/19/
      -r--r--r-- ci/ci            83 2026-08-12 05:51 ./.git/objects/19/654de7413b9a05b28fd3a77be17e7975839261
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/61/
      -r--r--r-- ci/ci            78 2026-06-30 15:12 ./.git/objects/61/b49b2d63fb60187adc6b2834956655be3e4f46
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/23/
      -r--r--r-- ci/ci           276 2026-09-03 13:46 ./.git/objects/23/d08c7af24c5d5cc47d44db94733faf7e664111
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/22/
      -r--r--r-- ci/ci           170 2026-08-28 10:07 ./.git/objects/22/d10baea29342de628484e1a04d1f766ad8ae63
      -r--r--r-- ci/ci            83 2026-08-28 10:07 ./.git/objects/22/4d1ff12df9ab7e82efec27acec595b119628a1
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/89/
      -r--r--r-- ci/ci            92 2026-08-18 10:07 ./.git/objects/89/abb3010b80315780be8ec7dd523832563a4969
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/03/
      -r--r--r-- ci/ci            78 2026-08-24 05:42 ./.git/objects/03/d8dd2ee59b27c04c6a5590e7338903cf193ccc
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/3a/
      -r--r--r-- ci/ci            83 2026-08-18 10:05 ./.git/objects/3a/ddba0763cf1fbbc7b1b925b62921a1b9c0a16d
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/64/
      -r--r--r-- ci/ci           198 2026-08-12 05:51 ./.git/objects/64/6dbfb77a4adb4d1714976b654cd15840e080aa
      -r--r--r-- ci/ci            78 2026-07-03 13:21 ./.git/objects/64/eee209972e03d02579d52a05e899708355e620
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/31/
      -r--r--r-- ci/ci            83 2026-08-24 05:44 ./.git/objects/31/0e0aa258eaab482c0c2eada30c9f084d2549d0
      -r--r--r-- ci/ci           275 2026-07-09 16:23 ./.git/objects/31/558c1b65e64ecd8f14e76e581b6a05ebd036fc
      -r--r--r-- ci/ci           198 2026-08-24 05:42 ./.git/objects/31/991205a9697f13da79337789d053cf615bf2f9
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/5b/
      -r--r--r-- ci/ci           198 2026-07-22 12:58 ./.git/objects/5b/1d8be32d95b87673550dfdbcc93621c0742b14
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/f6/
      -r--r--r-- ci/ci           276 2026-09-03 13:44 ./.git/objects/f6/84cff238f87eca4399086530ad4b03d1b8236a
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/bd/
      -r--r--r-- ci/ci            83 2026-07-09 15:42 ./.git/objects/bd/43067a1344b8a9b79e6c63ef53f57ee202aa8d
      -r--r--r-- ci/ci            81 2026-07-09 16:23 ./.git/objects/bd/bb6ad0930a1c4b293702b679e51e20f11a36bc
      -r--r--r-- ci/ci            82 2026-08-24 05:42 ./.git/objects/bd/73eb335f839686ec773b1bde788ce94a39b731
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/59/
      -r--r--r-- ci/ci            83 2026-09-03 13:46 ./.git/objects/59/cd8b49c33cb0ceba0efb084fbd0ed54951a1a8
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/a2/
      -r--r--r-- ci/ci            83 2026-07-03 13:23 ./.git/objects/a2/002db8d12ce69fe19c68ab4ae29e1a89ae430b
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/e7/
      -r--r--r-- ci/ci            78 2026-08-18 10:05 ./.git/objects/e7/ef31b314883677d63def16245f0cac43a40872
      -r--r--r-- ci/ci           275 2026-06-30 15:09 ./.git/objects/e7/c1c56c749304cdd64bff5044ed0a7bbef7a737
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/5e/
      -r--r--r-- ci/ci           470 2026-08-18 10:05 ./.git/objects/5e/83f953b0e67089319e245ee2b86c69d82a542f
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/0b/
      -r--r--r-- ci/ci            77 2026-09-03 13:44 ./.git/objects/0b/4430a580016d444b84a03e0a082fd01f970610
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/be/
      -r--r--r-- ci/ci            83 2026-07-22 12:58 ./.git/objects/be/962f5abd93742957ee419fccb48fd897f38285
      -r--r--r-- ci/ci            93 2026-08-24 05:44 ./.git/objects/be/1d8fc74f683c8a1c5088cb729a5f8d62b08b11
      -r--r--r-- ci/ci            78 2026-07-09 16:23 ./.git/objects/be/36b28f9d93af7b3980e707828bf6df1afc9cd8
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/0f/
      -r--r--r-- ci/ci            82 2026-08-28 10:07 ./.git/objects/0f/c6bfdfdbd64c0e63aca944d49ad83bada15429
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/50/
      -r--r--r-- ci/ci           277 2026-08-28 10:09 ./.git/objects/50/04084f4c687dff263cdb7caf5a822844c3012f
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/77/
      -r--r--r-- ci/ci            92 2026-07-22 12:58 ./.git/objects/77/75fe525ebd617e1e6a0e9a9cb690d886c48b17
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/8f/
      -r--r--r-- ci/ci           198 2026-08-28 10:09 ./.git/objects/8f/0b966340d45899e33490079c914c4facd341fe
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/bf/
      -r--r--r-- ci/ci           171 2026-08-18 10:05 ./.git/objects/bf/f2a6d43d4490c315192e1ccd0718565b7647c3
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/18/
      -r--r--r-- ci/ci            78 2026-07-22 12:58 ./.git/objects/18/12b4fb9c6c3aae055db97c6e2aae0a5b3ab2ce
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/ce/
      -r--r--r-- ci/ci           170 2026-08-24 05:42 ./.git/objects/ce/ca351bde092a435b4e48614df20401cbb2d1a0
      -r--r--r-- ci/ci           276 2026-08-12 05:48 ./.git/objects/ce/69921fa4e8bff923ad159ab3949002a333f29a
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/d8/
      -r--r--r-- ci/ci           276 2026-08-18 10:05 ./.git/objects/d8/d64d3cdcba79ce113d6ae06368692e01cf2f88
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b6/
      -r--r--r-- ci/ci           277 2026-07-03 13:23 ./.git/objects/b6/c2375c025f78402b67c9baf2cd07c3a172679e
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b3/
      -r--r--r-- ci/ci           170 2026-07-03 13:21 ./.git/objects/b3/6a6a9acb3be6c626737dc7c0b4edf23e5e9b0b
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/44/
      -r--r--r-- ci/ci            78 2026-07-09 16:25 ./.git/objects/44/eb676a8289d8a4a9a7ddfc06a085f85825b05e
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/bb/
      -r--r--r-- ci/ci           276 2026-08-24 05:44 ./.git/objects/bb/1085545ba61b1078598bbcfc3af32c3d55c931
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/88/
      -r--r--r-- ci/ci           471 2026-07-09 16:23 ./.git/objects/88/08e183d80ea8326dedd04a2cf2d9b2be5ed042
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/fa/
      -r--r--r-- ci/ci           198 2026-08-12 05:48 ./.git/objects/fa/0f41e055d90bda9a3cf22e1e85de2691655388
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/9a/
      -r--r--r-- ci/ci           476 2026-07-03 13:23 ./.git/objects/9a/024286424ea8519590880fd3a4b3993199b797
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/12/
      -r--r--r-- ci/ci            82 2026-09-03 13:46 ./.git/objects/12/85bc6b2047fe2c8b8aa7f322164880dc1b6164
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/98/
      -r--r--r-- ci/ci            81 2026-08-12 05:51 ./.git/objects/98/c74ec718e8f5849ac6124b7f646e7441c748b5
      -r--r--r-- ci/ci            83 2026-07-09 15:39 ./.git/objects/98/47865f0ea7a379eec940b54354bd24b4bee574
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/9d/
      -r--r--r-- ci/ci            81 2026-07-22 12:55 ./.git/objects/9d/64e29ad23247f5812a099c0c8d762c9c083989
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/cd/
      -r--r--r-- ci/ci           198 2026-09-03 13:44 ./.git/objects/cd/63c0115975c20979e0b4430a7692982034bbb8
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/60/
      -r--r--r-- ci/ci            82 2026-07-09 15:39 ./.git/objects/60/92d68df63f22a76e7aead32ddccd788d3c5a1b
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/42/
      -r--r--r-- ci/ci            93 2026-07-09 15:42 ./.git/objects/42/5f7e4c66442987515ac0035f6ced0cc0878f2b
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/1a/
      -r--r--r-- ci/ci           470 2026-08-24 05:42 ./.git/objects/1a/ea676e10f2f12221330d9cd87eaf46b236f7ef
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/35/
      -r--r--r-- ci/ci           470 2026-09-03 13:44 ./.git/objects/35/58b672c56d441aa25c7b401129158518029fd0
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/af/
      -r--r--r-- ci/ci            90 2026-08-28 10:09 ./.git/objects/af/7c6e46364c51dcd669b675832b980491cdccfe
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/99/
      -r--r--r-- ci/ci            78 2026-09-03 13:46 ./.git/objects/99/e441192787ae3e33808eb86d9cfa6b10d8d158
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/45/
      -r--r--r-- ci/ci           274 2026-08-12 05:51 ./.git/objects/45/fc3bfa0d051b57413bc2033358e59c24c83806
      -r--r--r-- ci/ci            83 2026-07-22 12:58 ./.git/objects/45/9557a20b8292b4973b852590245570eb6585ec
      -r--r--r-- ci/ci            78 2026-08-12 05:51 ./.git/objects/45/fee439814ad75dcb39e7ccba3833bb9489283c
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/f0/
      -r--r--r-- ci/ci           474 2026-08-18 10:07 ./.git/objects/f0/70dad5cfe21de9d28d35a064ade2e4eca438e5
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/e5/
      -r--r--r-- ci/ci           210 2026-06-30 15:09 ./.git/objects/e5/89b60292be8504493e4b939670e865731f621d
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/49/
      -r--r--r-- ci/ci           197 2026-07-09 16:25 ./.git/objects/49/5789aa5d6eaa6633ca67782f3ff954287e4dab
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/ed/
      -r--r--r-- ci/ci            77 2026-08-24 05:44 ./.git/objects/ed/58207f072b08b638f0bf38d5d73f6533c028db
      -r--r--r-- ci/ci            82 2026-08-18 10:07 ./.git/objects/ed/542ed6afc52b61463680e4610d10bc7924eb59
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/f2/
      -r--r--r-- ci/ci           275 2026-07-22 12:55 ./.git/objects/f2/a47abbc5784022118d641b38005e39c0d04123
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/7d/
      -r--r--r-- ci/ci            83 2026-07-09 16:25 ./.git/objects/7d/eac70b169c67c57d0e0fbbfe2e2182f68d300e
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b9/
      -r--r--r-- ci/ci           170 2026-07-09 15:39 ./.git/objects/b9/5d24a7ca6c5486802b4f0946cbdc92aec4c64e
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/8d/
      -r--r--r-- ci/ci           198 2026-07-09 16:23 ./.git/objects/8d/d464502ee585279b8cdb165037b917c4ee90f4
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/72/
      -r--r--r-- ci/ci           472 2026-07-09 15:42 ./.git/objects/72/3d05d2a23858e7c0f6732d1151b82007ea7550
      -r--r--r-- ci/ci           474 2026-09-03 13:46 ./.git/objects/72/2d5966f718a340af554312d47a7dd5fcbe2837
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/a9/
      -r--r--r-- ci/ci            78 2026-08-28 10:09 ./.git/objects/a9/ffaaef306fa8eed6fb4e938d8da1014a162abc
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/91/
      -r--r--r-- ci/ci           277 2026-08-18 10:07 ./.git/objects/91/0dc68a60d05422a9cbb194687008cff479677d
      -r--r--r-- ci/ci            78 2026-07-09 15:39 ./.git/objects/91/24ffd28f18d1cb7b226fe2f772406e7b180e5b
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/57/
      -r--r--r-- ci/ci           210 2026-07-03 13:21 ./.git/objects/57/87a3b9cbcddd7a3b318897cfeacd1fa9972700
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/ae/
      -r--r--r-- ci/ci           275 2026-07-03 13:21 ./.git/objects/ae/34b6380436deb719890c933a47b2ca1693c320
      -r--r--r-- ci/ci            82 2026-06-30 15:09 ./.git/objects/ae/315fb32b0fb58ad1ba34123aba7aace06be1c7
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/a5/
      -r--r--r-- ci/ci           471 2026-07-09 16:25 ./.git/objects/a5/d87d57e8e3bbb3beb87d577d4c70607afc1a91
      -r--r--r-- ci/ci           276 2026-07-09 15:42 ./.git/objects/a5/ee25a835d66b9df31ca08bb6f266664ac400e0
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/74/
      -r--r--r-- ci/ci            77 2026-07-09 15:42 ./.git/objects/74/b167012928119d348ae401c06f837b0f1b3376
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/66/
      -r--r--r-- ci/ci            83 2026-07-09 16:23 ./.git/objects/66/e3e0683585737d0973ba989c695f306a373f1a
      -r--r--r-- ci/ci           171 2026-08-12 05:48 ./.git/objects/66/abcc2dda476bf87c4739fd03e75ce859a2b51d
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/ba/
      -r--r--r-- ci/ci           170 2026-06-30 15:09 ./.git/objects/ba/1c71b0cb39be17e8cc14a252b3496ab5bc800c
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/8a/
      -r--r--r-- ci/ci            83 2026-08-28 10:09 ./.git/objects/8a/138d3585cd6c57ddc8bf740f9af169d3bdd56d
      -r--r--r-- ci/ci           198 2026-08-24 05:44 ./.git/objects/8a/87092acf9c6e711dfc95bb4e62ed3679d9b0e9
      -r--r--r-- ci/ci            83 2026-07-22 12:55 ./.git/objects/8a/706b914d14a07a8096479f95f3139176b5ed2e
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/e3/
      -r--r--r-- ci/ci            83 2026-06-30 15:12 ./.git/objects/e3/f09bcafdea9bcf5713de776827b6742af5562e
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/f7/
      -r--r--r-- ci/ci           198 2026-08-28 10:07 ./.git/objects/f7/9f826980d0074acb261af4181cc80ab190e8c4
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/7e/
      -r--r--r-- ci/ci           474 2026-08-12 05:51 ./.git/objects/7e/f10313864285508a2c2ab677aa31fb47630787
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/32/
      -r--r--r-- ci/ci           198 2026-08-18 10:05 ./.git/objects/32/e8b135943a0fd42e1f9851c426903bdbef433d
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/pack/
      -rw------- ci/ci           644 2026-06-19 02:28 ./.git/objects/pack/pack-6f0796d1461da2d427768482efde02f6a49fe19a.pack
      -rw------- ci/ci          3128 2026-06-17 03:55 ./.git/objects/pack/pack-eb46ebf2da21624091ae19f526cb413d2801a124.pack
      -rw------- ci/ci           806 2026-07-01 13:33 ./.git/objects/pack/pack-9b7e886c22fb5f02bc0a81742f57bb2ab98c9f5a.pack
      -r--r--r-- ci/ci         33748 2026-06-16 07:48 ./.git/objects/pack/pack-537dbedee396b74bd6ddeeeef8569b6ac4c6e858.idx
      -rw------- ci/ci          1156 2026-06-27 03:00 ./.git/objects/pack/pack-e3c94011ad0db61e576257b67702cc3e3cb14bdc.idx
      -rw------- ci/ci          1324 2026-07-01 13:33 ./.git/objects/pack/pack-a51f045aff1a4e98942bd1664de3c1ab90eec6a4.idx
      -r--r--r-- ci/ci          4720 2026-06-16 07:48 ./.git/objects/pack/pack-537dbedee396b74bd6ddeeeef8569b6ac4c6e858.rev
      -rw------- ci/ci          1212 2026-07-01 13:33 ./.git/objects/pack/pack-9b7e886c22fb5f02bc0a81742f57bb2ab98c9f5a.idx
      -rw------- ci/ci           649 2026-06-27 03:00 ./.git/objects/pack/pack-e3c94011ad0db61e576257b67702cc3e3cb14bdc.pack
      -rw------- ci/ci           806 2026-06-26 03:20 ./.git/objects/pack/pack-b5204e5090a5ec2f19782df8d9662f2abff6e066.pack
      -rw------- ci/ci          1733 2026-07-01 13:33 ./.git/objects/pack/pack-a51f045aff1a4e98942bd1664de3c1ab90eec6a4.pack
      -rw------- ci/ci           808 2026-06-27 03:00 ./.git/objects/pack/pack-4f4c6a831ac255dd90bb4d6a39c8da8f49606fdc.pack
      -rw------- ci/ci          1212 2026-06-27 03:00 ./.git/objects/pack/pack-4f4c6a831ac255dd90bb4d6a39c8da8f49606fdc.idx
      -rw------- ci/ci          1212 2026-06-19 02:28 ./.git/objects/pack/pack-b64fa0db0ba3abe3d23d8722d78c109d12b39d88.idx
      -r--r--r-- ci/ci         12630 2026-06-16 07:48 ./.git/objects/pack/pack-537dbedee396b74bd6ddeeeef8569b6ac4c6e858.bitmap
      -rw------- ci/ci           650 2026-06-26 03:20 ./.git/objects/pack/pack-cce30de131d82552e280a656dfaa37f9c4133637.pack
      -rw------- ci/ci          1772 2026-06-17 03:55 ./.git/objects/pack/pack-eb46ebf2da21624091ae19f526cb413d2801a124.idx
      -rw------- ci/ci          1212 2026-06-26 03:20 ./.git/objects/pack/pack-b5204e5090a5ec2f19782df8d9662f2abff6e066.idx
      -rw------- ci/ci          1576 2026-06-17 03:55 ./.git/objects/pack/pack-dae7cdf7c1eb4a6e752216df79a7538de3c29e2c.idx
      -rw------- ci/ci          1156 2026-06-19 02:28 ./.git/objects/pack/pack-6f0796d1461da2d427768482efde02f6a49fe19a.idx
      -r--r--r-- ci/ci        146898 2026-09-03 14:47 ./.git/objects/pack/pack-537dbedee396b74bd6ddeeeef8569b6ac4c6e858.pack
      -rw------- ci/ci           806 2026-06-19 02:28 ./.git/objects/pack/pack-b64fa0db0ba3abe3d23d8722d78c109d12b39d88.pack
      -rw------- ci/ci          2494 2026-06-17 03:55 ./.git/objects/pack/pack-dae7cdf7c1eb4a6e752216df79a7538de3c29e2c.pack
      -rw------- ci/ci          1156 2026-06-26 03:20 ./.git/objects/pack/pack-cce30de131d82552e280a656dfaa37f9c4133637.idx
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/69/
      -r--r--r-- ci/ci            77 2026-08-18 10:07 ./.git/objects/69/7a1e8d2d3ea3dab5b3ba997ddb6624605ca39f
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/9e/
      -r--r--r-- ci/ci            93 2026-08-12 05:51 ./.git/objects/9e/d4c09fe2339f8592b7656b527493aae7504e3b
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/f9/
      -r--r--r-- ci/ci           197 2026-08-18 10:07 ./.git/objects/f9/5d3b74e8ac1772c8472f5663c3d804ccf20dca
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b5/
      -r--r--r-- ci/ci            78 2026-08-12 05:48 ./.git/objects/b5/6d5a889bcc2b881e344d188d1f0b841ea60d5f
      -r--r--r-- ci/ci            82 2026-08-12 05:48 ./.git/objects/b5/1062c0da818638178fd67ac8aaef7f82d76837
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/info/
      -rw-r--r-- ci/ci            54 2026-06-16 07:48 ./.git/objects/info/packs
      -r--r--r-- ci/ci         20828 2026-06-16 07:48 ./.git/objects/info/commit-graph
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b8/
      -r--r--r-- ci/ci           475 2026-08-28 10:09 ./.git/objects/b8/db8408d606df420d2bc90315db9ed57dec684c
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/d2/
      -r--r--r-- ci/ci            83 2026-07-03 13:21 ./.git/objects/d2/32dd0f0dfee3699cca632430f6609fb4e25ffd
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/a0/
      -r--r--r-- ci/ci           211 2026-07-03 13:23 ./.git/objects/a0/9547ffb6b84f40541f3b112727164094b29377
      -r--r--r-- ci/ci           170 2026-09-03 13:44 ./.git/objects/a0/6e4b27a97b893a7415933915b7944d042dfa6e
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/a4/
      -r--r--r-- ci/ci            83 2026-08-18 10:07 ./.git/objects/a4/660f87387db7d3ec896b5657e526b1d02fcd43
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/62/
      -r--r--r-- ci/ci            83 2026-08-24 05:42 ./.git/objects/62/d83c532c6c74a6e9c7fb56f2054fa25bc5c071
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/c7/
      -r--r--r-- ci/ci           196 2026-07-22 12:55 ./.git/objects/c7/20efa957ada70bc90e7a2c40fdce2d7d820dbe
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b2/
      -r--r--r-- ci/ci           198 2026-07-09 15:39 ./.git/objects/b2/12171f6dfd4d5f2274544276ef867cd6b7167c
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/8e/
      -r--r--r-- ci/ci           197 2026-09-03 13:46 ./.git/objects/8e/28266535035084f510314fc7e140e399007d8f
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/c6/
      -r--r--r-- ci/ci           472 2026-08-12 05:48 ./.git/objects/c6/35ebd2d8870570abb9a979a9e07aaad8ac91ba
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/f4/
      -r--r--r-- ci/ci           470 2026-07-09 15:39 ./.git/objects/f4/ed533fcd0e0c2980f5a4a90b1ad237fc5be173
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/1b/
      -r--r--r-- ci/ci            82 2026-08-18 10:05 ./.git/objects/1b/6dcc7a6e994a6fdcd36f05729c032e7cad2d5f
      -r--r--r-- ci/ci           276 2026-07-22 12:58 ./.git/objects/1b/afd5ab2ca3b1d096d09a124fb46b4ec310cf91
      -r--r--r-- ci/ci           197 2026-07-09 15:42 ./.git/objects/1b/9d49f0403d4884afd00bb7212746e5542ea44f
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/a8/
      -r--r--r-- ci/ci           276 2026-07-09 15:39 ./.git/objects/a8/978449472ee201b2adce0224ea2645263c9083
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/5a/
      -r--r--r-- ci/ci            92 2026-09-03 13:46 ./.git/objects/5a/8655df146ff42a4ee1d01294196b0a21f04ab3
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/00/
      -r--r--r-- ci/ci            78 2026-07-22 12:55 ./.git/objects/00/2246c763864a3b31f898a601bbd6ca5a3cb5d1
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/7a/
      -r--r--r-- ci/ci           277 2026-06-30 15:12 ./.git/objects/7a/51d0051e5c7c52f5ea4e707873cc2e8a4c5bf0
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/3f/
      -r--r--r-- ci/ci           471 2026-07-03 13:21 ./.git/objects/3f/5a6f00c7ef806ea4a41655791d3c824b929cf2
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/9f/
      -r--r--r-- ci/ci            82 2026-07-09 15:42 ./.git/objects/9f/28cc855ad34fe4155aa71328327519edd073ed
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/07/
      -r--r--r-- ci/ci           171 2026-07-22 12:55 ./.git/objects/07/f23a2afc6eed4b1b4c4d30494fb7cc82b877be
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b0/
      -r--r--r-- ci/ci            93 2026-06-30 15:12 ./.git/objects/b0/f90566411dba61459edc730b197b263fa712e3
      -r--r--r-- ci/ci           470 2026-07-22 12:55 ./.git/objects/b0/36ddbd0ed72c35ac52010e43066efe67e1ebb3
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/24/
      -r--r--r-- ci/ci            92 2026-07-03 13:23 ./.git/objects/24/f653c4b1f215d080614961cfb91defab0715f0
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/67/
      -r--r--r-- ci/ci            83 2026-06-30 15:09 ./.git/objects/67/4bbbc0991f9e122d86713788b35858f12ebc3f
      -r--r--r-- ci/ci            78 2026-08-28 10:07 ./.git/objects/67/50c7bafe6ea24f3f42a92c54b772f2af12fec8
      -r--r--r-- ci/ci           470 2026-06-30 15:09 ./.git/objects/67/55479dedc04fb4fca694984cac9eb7e693eba9
      -rw-r--r-- ci/ci            73 2026-09-03 14:47 ./.git/description
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/branches/
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.ambient/
      -rwxr-xr-x ci/ci           452 2026-09-03 14:47 ./.ambient/dch
      
    • Stderr
  29. 679 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdc
      directory: /ci/src
    
  30. 679 ms: Trace: Execute action
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
  31. 680 ms: Trace: Start program tar
    Command {
        program: "tar",
        args: [
            "tar",
            "-xvvvf",
            "/dev/vdf",
            "-C",
            "/ci/deps",
            "--no-same-owner",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            ".",
        ),
        create_pidfd: false,
    }
  32. 1376 ms: Program succeeded: tar
    • Exit code: 0
    • Stdout
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./
      -rw-r--r-- root/root         0 2026-09-03 14:47 ./.package-cache
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/cache/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/
      -rw-r--r-- root/root      7548 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2.crate
      -rw-r--r-- root/root     83652 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/serde-1.0.228.crate
      -rw-r--r-- root/root     97616 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6.crate
      -rw-r--r-- root/root    197001 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1.crate
      -rw-r--r-- root/root     31504 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/quote-1.0.42.crate
      -rw-r--r-- root/root     47919 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22.crate
      -rw-r--r-- root/root     34100 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/console-0.16.2.crate
      -rw-r--r-- root/root    939775 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1.crate
      -rw-r--r-- root/root     21096 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22.crate
      -rw-r--r-- root/root   2517186 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2.crate
      -rw-r--r-- root/root    837950 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1.crate
      -rw-r--r-- root/root     49120 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108.crate
      -rw-r--r-- root/root     33559 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49.crate
      -rw-r--r-- root/root    423447 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3.crate
      -rw-r--r-- root/root     12638 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11.crate
      -rw-r--r-- root/root     11517 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/heck-0.5.0.crate
      -rw-r--r-- root/root     12002 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/errno-0.3.14.crate
      -rw-r--r-- root/root     10686 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3.crate
      -rw-r--r-- root/root     96477 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1.crate
      -rw-r--r-- root/root     29516 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21.crate
      -rw-r--r-- root/root      9283 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108.crate
      -rw-r--r-- root/root      8196 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4.crate
      -rw-r--r-- root/root     59605 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228.crate
      -rw-r--r-- root/root    838009 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1.crate
      -rw-r--r-- root/root    282768 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2.crate
      -rw-r--r-- root/root    907688 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1.crate
      -rw-r--r-- root/root     15905 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17.crate
      -rw-r--r-- root/root     56436 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85.crate
      -rw-r--r-- root/root    857396 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1.crate
      -rw-r--r-- root/root     34534 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3.crate
      -rw-r--r-- root/root    787739 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1.crate
      -rw-r--r-- root/root    155957 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148.crate
      -rw-r--r-- root/root      7126 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5.crate
      -rw-r--r-- root/root     66504 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3.crate
      -rw-r--r-- root/root     10183 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6.crate
      -rw-r--r-- root/root      7448 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2.crate
      -rw-r--r-- root/root    783720 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/libc-0.2.178.crate
      -rw-r--r-- root/root     10121 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108.crate
      -rw-r--r-- root/root     21707 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7.crate
      -rw-r--r-- root/root     10264 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5.crate
      -rw-r--r-- root/root     35840 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2.crate
      -rw-r--r-- root/root    170811 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53.crate
      -rw-r--r-- root/root     63111 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228.crate
      -rw-r--r-- root/root     13499 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2.crate
      -rw-r--r-- root/root     17651 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13.crate
      -rw-r--r-- root/root     60058 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104.crate
      -rw-r--r-- root/root     23951 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0.crate
      -rw-r--r-- root/root   2659624 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0.crate
      -rw-r--r-- root/root      6133 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1.crate
      -rw-r--r-- root/root      8041 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2.crate
      -rw-r--r-- root/root   2518479 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2.crate
      -rw-r--r-- root/root    787748 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1.crate
      -rw-r--r-- root/root     48427 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0.crate
      -rw-r--r-- root/root     56986 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0.crate
      -rw-r--r-- root/root      9360 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4.crate
      -rw-r--r-- root/root    903712 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1.crate
      -rw-r--r-- root/root     14266 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1.crate
      -rw-r--r-- root/root     13466 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6.crate
      -rw-r--r-- root/root     13368 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11.crate
      -rw-r--r-- root/root    302117 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/syn-2.0.111.crate
      -rw-r--r-- root/root     62036 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/clap-4.5.53.crate
      -rw-r--r-- root/root     18026 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0.crate
      -rw-r--r-- root/root     49855 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108.crate
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.github/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.github/workflows/
      -rw-r--r-- root/root       620 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.github/workflows/publish.yaml
      -rw-r--r-- root/root      1186 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.github/workflows/main.yaml
      -rw-r--r-- root/root       284 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.github/dependabot.yml
      -rw-r--r-- root/root       556 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/Cargo.lock
      -rw-r--r-- root/root       580 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/Cargo.toml.orig
      -rw-r--r-- root/root      1140 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/CHANGELOG.md
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/
      -rw-r--r-- root/root      6368 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs
      -rw-r--r-- root/root        18 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.gitignore
      -rw-r--r-- root/root      1057 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/LICENSE-MIT
      -rw-r--r-- root/root      1436 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/README.md
      -rw-r--r-- root/root     10847 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/LICENSE-APACHE
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/tests/
      -rw-r--r-- root/root       296 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/tests/xcrate.rs
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.cargo-ok
      -rw-r--r-- root/root      1239 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/
      -rw-r--r-- root/root      2120 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/Cargo.lock
      -rw-r--r-- root/root        44 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/rustfmt.toml
      -rw-r--r-- root/root      2560 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/Cargo.toml.orig
      -rw-r--r-- root/root         9 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/.ignore
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/
      -rw-r--r-- root/root      2863 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/cow.rs
      -rw-r--r-- root/root       423 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/macros.rs
      -rw-r--r-- root/root     17435 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/vector.rs
      -rw-r--r-- root/root      1598 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/ext.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memmem/
      -rw-r--r-- root/root     39265 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memmem/searcher.rs
      -rw-r--r-- root/root     23745 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memmem/mod.rs
      -rw-r--r-- root/root      8337 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/lib.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/memchr/
      -rw-r--r-- root/root       827 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/memchr/naive.rs
      -rw-r--r-- root/root     11609 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/memchr/prop.rs
      -rw-r--r-- root/root     11159 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/memchr/mod.rs
      -rw-r--r-- root/root      8074 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/packedpair.rs
      -rw-r--r-- root/root       362 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/substring/
      -rw-r--r-- root/root      1232 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/substring/naive.rs
      -rw-r--r-- root/root      3903 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/substring/prop.rs
      -rw-r--r-- root/root      8430 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/substring/mod.rs
      -rw-r--r-- root/root     27463 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memchr.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/wasm32/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/wasm32/simd128/
      -rw-r--r-- root/root     37465 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/wasm32/simd128/memchr.rs
      -rw-r--r-- root/root      8358 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/wasm32/simd128/packedpair.rs
      -rw-r--r-- root/root       114 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/wasm32/simd128/mod.rs
      -rw-r--r-- root/root      3023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/wasm32/memchr.rs
      -rw-r--r-- root/root        92 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/wasm32/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/
      -rw-r--r-- root/root     49004 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/memchr.rs
      -rw-r--r-- root/root     12661 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/packedpair.rs
      -rw-r--r-- root/root       557 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/
      -rw-r--r-- root/root     33319 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/twoway.rs
      -rw-r--r-- root/root     14803 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/rabinkarp.rs
      -rw-r--r-- root/root      3125 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/shiftor.rs
      -rw-r--r-- root/root     37690 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/memchr.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/packedpair/
      -rw-r--r-- root/root      4426 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/packedpair/default_rank.rs
      -rw-r--r-- root/root     14472 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/packedpair/mod.rs
      -rw-r--r-- root/root      8348 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/aarch64/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/aarch64/neon/
      -rw-r--r-- root/root     37977 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/aarch64/neon/memchr.rs
      -rw-r--r-- root/root      8285 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/aarch64/neon/packedpair.rs
      -rw-r--r-- root/root       112 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/aarch64/neon/mod.rs
      -rw-r--r-- root/root      3407 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/aarch64/memchr.rs
      -rw-r--r-- root/root        90 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/aarch64/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/
      -rw-r--r-- root/root     40911 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/memchr.rs
      -rw-r--r-- root/root      7978 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/packedpair.rs
      -rw-r--r-- root/root       111 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/
      -rw-r--r-- root/root     50366 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/memchr.rs
      -rw-r--r-- root/root      9734 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/packedpair.rs
      -rw-r--r-- root/root       111 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/mod.rs
      -rw-r--r-- root/root     10302 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/memchr.rs
      -rw-r--r-- root/root       103 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/mod.rs
      -rw-r--r-- root/root       373 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/mod.rs
      -rw-r--r-- root/root        93 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/.gitignore
      -rw-r--r-- root/root      1081 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/LICENSE-MIT
      -rw-r--r-- root/root      9870 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/README.md
      -rw-r--r-- root/root       126 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/COPYING
      -rw-r--r-- root/root      1211 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/UNLICENSE
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/.cargo_vcs_info.json
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/.vim/
      -rw-r--r-- root/root       557 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/.vim/coc-settings.json
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/.cargo-ok
      -rw-r--r-- root/root      1833 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/
      -rw-r--r-- root/root      8203 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/Cargo.lock
      -rw-r--r-- root/root      1747 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/Cargo.toml.orig
      -rw-r--r-- root/root      2557 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/CHANGELOG.md
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/windows_term/
      -rw-r--r-- root/root     12762 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/windows_term/colors.rs
      -rw-r--r-- root/root     21262 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/windows_term/mod.rs
      -rw-r--r-- root/root       558 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/kb.rs
      -rw-r--r-- root/root      3917 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/lib.rs
      -rw-r--r-- root/root      1299 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/wasm_term.rs
      -rw-r--r-- root/root     33494 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/utils.rs
      -rw-r--r-- root/root     14490 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/ansi.rs
      -rw-r--r-- root/root     13701 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/unix_term.rs
      -rw-r--r-- root/root     20362 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/term.rs
      -rw-r--r-- root/root      1567 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/common_term.rs
      -rw-r--r-- root/root      2517 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/README.md
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/.cargo-ok
      -rw-r--r-- root/root      1112 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/LICENSE
      -rw-r--r-- root/root      1968 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/
      -rw-r--r-- root/root       198 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/build.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/lib/
      -rw-r--r-- root/root   5221340 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/lib/windows.0.53.0.lib
      -rw-r--r-- root/root       165 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/Cargo.lock
      -rw-r--r-- root/root       114 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/readme.md
      -rw-r--r-- root/root       386 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/src/
      -rw-r--r-- root/root        11 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/src/lib.rs
      -rw-r--r-- root/root       121 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/.cargo_vcs_info.json
      -rw-r--r-- root/root     11351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/license-apache-2.0
      -rw-r--r-- root/root      1141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/license-mit
      -rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/.cargo-ok
      -rw-r--r-- root/root      1161 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/
      -rw-r--r-- root/root       836 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/Cargo.lock
      -rw-r--r-- root/root      1485 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/Cargo.toml.orig
      -rw-r--r-- root/root      7226 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/ORG_CODE_OF_CONDUCT.md
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/
      -rw-r--r-- root/root      5025 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/loop_device.rs
      -rw-r--r-- root/root     57696 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/btrfs.rs
      -rw-r--r-- root/root      1456 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/auxvec.rs
      -rw-r--r-- root/root     69258 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/ioctl.rs
      -rw-r--r-- root/root    203244 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/netlink.rs
      -rw-r--r-- root/root    118257 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/net.rs
      -rw-r--r-- root/root      3877 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/system.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/image.rs
      -rw-r--r-- root/root      6351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/if_ether.rs
      -rw-r--r-- root/root      5540 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/mempolicy.rs
      -rw-r--r-- root/root    109934 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/if_arp.rs
      -rw-r--r-- root/root      5935 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/xdp.rs
      -rw-r--r-- root/root     42002 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/io_uring.rs
      -rw-r--r-- root/root      9619 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/if_packet.rs
      -rw-r--r-- root/root      4001 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/errno.rs
      -rw-r--r-- root/root      4212 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/landlock.rs
      -rw-r--r-- root/root     21497 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/elf_uapi.rs
      -rw-r--r-- root/root     10784 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/prctl.rs
      -rw-r--r-- root/root    110991 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/general.rs
      -rw-r--r-- root/root     32663 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/ptrace.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/bootparam.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/
      -rw-r--r-- root/root      4912 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/loop_device.rs
      -rw-r--r-- root/root     57585 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/btrfs.rs
      -rw-r--r-- root/root      1314 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/auxvec.rs
      -rw-r--r-- root/root     68141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/ioctl.rs
      -rw-r--r-- root/root    203131 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/netlink.rs
      -rw-r--r-- root/root    118107 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/net.rs
      -rw-r--r-- root/root      3764 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/system.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/image.rs
      -rw-r--r-- root/root      6238 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/if_ether.rs
      -rw-r--r-- root/root      5540 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/mempolicy.rs
      -rw-r--r-- root/root    109824 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/if_arp.rs
      -rw-r--r-- root/root      5822 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/xdp.rs
      -rw-r--r-- root/root     41891 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/io_uring.rs
      -rw-r--r-- root/root      9509 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/if_packet.rs
      -rw-r--r-- root/root      4001 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/errno.rs
      -rw-r--r-- root/root      4099 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/landlock.rs
      -rw-r--r-- root/root     21384 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/elf_uapi.rs
      -rw-r--r-- root/root     10671 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/prctl.rs
      -rw-r--r-- root/root    104126 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/general.rs
      -rw-r--r-- root/root     30671 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/ptrace.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/bootparam.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/
      -rw-r--r-- root/root      4925 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/loop_device.rs
      -rw-r--r-- root/root     57636 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/btrfs.rs
      -rw-r--r-- root/root      1101 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/auxvec.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/ioctl.rs
      -rw-r--r-- root/root    203144 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/netlink.rs
      -rw-r--r-- root/root    126086 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/net.rs
      -rw-r--r-- root/root      3777 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/system.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/image.rs
      -rw-r--r-- root/root      6251 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/if_ether.rs
      -rw-r--r-- root/root      5602 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/mempolicy.rs
      -rw-r--r-- root/root    117712 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/if_arp.rs
      -rw-r--r-- root/root      5835 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/xdp.rs
      -rw-r--r-- root/root     41942 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/io_uring.rs
      -rw-r--r-- root/root     17397 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/if_packet.rs
      -rw-r--r-- root/root      4063 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/errno.rs
      -rw-r--r-- root/root      4112 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/landlock.rs
      -rw-r--r-- root/root     21397 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/elf_uapi.rs
      -rw-r--r-- root/root     10684 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/prctl.rs
      -rw-r--r-- root/root    110232 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/general.rs
      -rw-r--r-- root/root     34252 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/ptrace.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/bootparam.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/
      -rw-r--r-- root/root      5276 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/loop_device.rs
      -rw-r--r-- root/root     57947 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/btrfs.rs
      -rw-r--r-- root/root       997 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/auxvec.rs
      -rw-r--r-- root/root     69002 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/ioctl.rs
      -rw-r--r-- root/root    203495 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/netlink.rs
      -rw-r--r-- root/root    119267 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/net.rs
      -rw-r--r-- root/root      4128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/system.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/image.rs
      -rw-r--r-- root/root      6602 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/if_ether.rs
      -rw-r--r-- root/root      5606 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/mempolicy.rs
      -rw-r--r-- root/root    110185 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/if_arp.rs
      -rw-r--r-- root/root      6186 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/xdp.rs
      -rw-r--r-- root/root     42253 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/io_uring.rs
      -rw-r--r-- root/root      9870 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/if_packet.rs
      -rw-r--r-- root/root      4067 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/errno.rs
      -rw-r--r-- root/root      4463 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/landlock.rs
      -rw-r--r-- root/root     21748 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/elf_uapi.rs
      -rw-r--r-- root/root     11035 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/prctl.rs
      -rw-r--r-- root/root    114444 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/general.rs
      -rw-r--r-- root/root     30425 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/ptrace.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/bootparam.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/
      -rw-r--r-- root/root      5301 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/loop_device.rs
      -rw-r--r-- root/root     57972 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/btrfs.rs
      -rw-r--r-- root/root       997 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/auxvec.rs
      -rw-r--r-- root/root     68994 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/ioctl.rs
      -rw-r--r-- root/root    203520 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/netlink.rs
      -rw-r--r-- root/root    119543 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/net.rs
      -rw-r--r-- root/root      4979 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/system.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/image.rs
      -rw-r--r-- root/root      6627 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/if_ether.rs
      -rw-r--r-- root/root      5606 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/mempolicy.rs
      -rw-r--r-- root/root    110210 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/if_arp.rs
      -rw-r--r-- root/root      6211 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/xdp.rs
      -rw-r--r-- root/root     42278 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/io_uring.rs
      -rw-r--r-- root/root      9895 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/if_packet.rs
      -rw-r--r-- root/root      4067 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/errno.rs
      -rw-r--r-- root/root      4488 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/landlock.rs
      -rw-r--r-- root/root     21773 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/elf_uapi.rs
      -rw-r--r-- root/root     11060 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/prctl.rs
      -rw-r--r-- root/root    111262 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/general.rs
      -rw-r--r-- root/root     30450 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/ptrace.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/bootparam.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/
      -rw-r--r-- root/root      4987 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/loop_device.rs
      -rw-r--r-- root/root     57660 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/btrfs.rs
      -rw-r--r-- root/root       997 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/auxvec.rs
      -rw-r--r-- root/root     68133 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/ioctl.rs
      -rw-r--r-- root/root    203206 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/netlink.rs
      -rw-r--r-- root/root    118465 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/net.rs
      -rw-r--r-- root/root      4665 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/system.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/image.rs
      -rw-r--r-- root/root      6313 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/if_ether.rs
      -rw-r--r-- root/root      5540 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/mempolicy.rs
      -rw-r--r-- root/root    109899 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/if_arp.rs
      -rw-r--r-- root/root      5897 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/xdp.rs
      -rw-r--r-- root/root     41966 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/io_uring.rs
      -rw-r--r-- root/root      9584 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/if_packet.rs
      -rw-r--r-- root/root      4001 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/errno.rs
      -rw-r--r-- root/root      4174 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/landlock.rs
      -rw-r--r-- root/root     21459 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/elf_uapi.rs
      -rw-r--r-- root/root     10746 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/prctl.rs
      -rw-r--r-- root/root    109327 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/general.rs
      -rw-r--r-- root/root     32080 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/ptrace.rs
      -rw-r--r-- root/root     20123 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/bootparam.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/
      -rw-r--r-- root/root      4963 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/loop_device.rs
      -rw-r--r-- root/root     57636 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/btrfs.rs
      -rw-r--r-- root/root       997 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/auxvec.rs
      -rw-r--r-- root/root     68133 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/ioctl.rs
      -rw-r--r-- root/root    203182 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/netlink.rs
      -rw-r--r-- root/root    118405 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/net.rs
      -rw-r--r-- root/root      4641 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/system.rs
      -rw-r--r-- root/root      3167 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/image.rs
      -rw-r--r-- root/root      6289 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/if_ether.rs
      -rw-r--r-- root/root      5540 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/mempolicy.rs
      -rw-r--r-- root/root    109875 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/if_arp.rs
      -rw-r--r-- root/root      5873 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/xdp.rs
      -rw-r--r-- root/root     41942 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/io_uring.rs
      -rw-r--r-- root/root      9560 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/if_packet.rs
      -rw-r--r-- root/root      4001 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/errno.rs
      -rw-r--r-- root/root      4150 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/landlock.rs
      -rw-r--r-- root/root     21435 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/elf_uapi.rs
      -rw-r--r-- root/root     10722 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/prctl.rs
      -rw-r--r-- root/root    103930 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/general.rs
      -rw-r--r-- root/root     36153 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/ptrace.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/bootparam.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/
      -rw-r--r-- root/root      4945 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/loop_device.rs
      -rw-r--r-- root/root     57618 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/btrfs.rs
      -rw-r--r-- root/root      1314 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/auxvec.rs
      -rw-r--r-- root/root     68133 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/ioctl.rs
      -rw-r--r-- root/root    203164 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/netlink.rs
      -rw-r--r-- root/root    118387 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/net.rs
      -rw-r--r-- root/root      4623 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/system.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/image.rs
      -rw-r--r-- root/root      6271 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/if_ether.rs
      -rw-r--r-- root/root      5540 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/mempolicy.rs
      -rw-r--r-- root/root    109857 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/if_arp.rs
      -rw-r--r-- root/root      5855 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/xdp.rs
      -rw-r--r-- root/root     41924 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/io_uring.rs
      -rw-r--r-- root/root      9542 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/if_packet.rs
      -rw-r--r-- root/root      4001 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/errno.rs
      -rw-r--r-- root/root      4132 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/landlock.rs
      -rw-r--r-- root/root     21417 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/elf_uapi.rs
      -rw-r--r-- root/root     10704 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/prctl.rs
      -rw-r--r-- root/root    103645 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/general.rs
      -rw-r--r-- root/root     30704 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/ptrace.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/bootparam.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/
      -rw-r--r-- root/root      4923 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/loop_device.rs
      -rw-r--r-- root/root     57596 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/btrfs.rs
      -rw-r--r-- root/root      1029 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/auxvec.rs
      -rw-r--r-- root/root     68141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/ioctl.rs
      -rw-r--r-- root/root    203142 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/netlink.rs
      -rw-r--r-- root/root    118154 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/net.rs
      -rw-r--r-- root/root      3775 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/system.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/image.rs
      -rw-r--r-- root/root      6249 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/if_ether.rs
      -rw-r--r-- root/root      5540 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/mempolicy.rs
      -rw-r--r-- root/root    109871 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/if_arp.rs
      -rw-r--r-- root/root      5833 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/xdp.rs
      -rw-r--r-- root/root     41974 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/io_uring.rs
      -rw-r--r-- root/root      9556 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/if_packet.rs
      -rw-r--r-- root/root      4001 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/errno.rs
      -rw-r--r-- root/root      4110 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/landlock.rs
      -rw-r--r-- root/root     21395 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/elf_uapi.rs
      -rw-r--r-- root/root     10682 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/prctl.rs
      -rw-r--r-- root/root    110203 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/general.rs
      -rw-r--r-- root/root     32235 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/ptrace.rs
      -rw-r--r-- root/root     20059 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/bootparam.rs
      -rw-r--r-- root/root     48759 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/lib.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/
      -rw-r--r-- root/root      5301 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/loop_device.rs
      -rw-r--r-- root/root     57972 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/btrfs.rs
      -rw-r--r-- root/root       997 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/auxvec.rs
      -rw-r--r-- root/root     68994 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/ioctl.rs
      -rw-r--r-- root/root    203520 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/netlink.rs
      -rw-r--r-- root/root    119543 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/net.rs
      -rw-r--r-- root/root      4979 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/system.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/image.rs
      -rw-r--r-- root/root      6627 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/if_ether.rs
      -rw-r--r-- root/root      5606 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/mempolicy.rs
      -rw-r--r-- root/root    110210 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/if_arp.rs
      -rw-r--r-- root/root      6211 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/xdp.rs
      -rw-r--r-- root/root     42278 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/io_uring.rs
      -rw-r--r-- root/root      9895 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/if_packet.rs
      -rw-r--r-- root/root      4067 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/errno.rs
      -rw-r--r-- root/root      4488 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/landlock.rs
      -rw-r--r-- root/root     21773 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/elf_uapi.rs
      -rw-r--r-- root/root     11060 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/prctl.rs
      -rw-r--r-- root/root    111262 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/general.rs
      -rw-r--r-- root/root     30450 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/ptrace.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/bootparam.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/
      -rw-r--r-- root/root      5109 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/loop_device.rs
      -rw-r--r-- root/root     57820 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/btrfs.rs
      -rw-r--r-- root/root      1101 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/auxvec.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/ioctl.rs
      -rw-r--r-- root/root    203328 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/netlink.rs
      -rw-r--r-- root/root    126522 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/net.rs
      -rw-r--r-- root/root      4787 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/system.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/image.rs
      -rw-r--r-- root/root      6435 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/if_ether.rs
      -rw-r--r-- root/root      5602 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/mempolicy.rs
      -rw-r--r-- root/root    117896 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/if_arp.rs
      -rw-r--r-- root/root      6019 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/xdp.rs
      -rw-r--r-- root/root     41990 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/io_uring.rs
      -rw-r--r-- root/root     17581 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/if_packet.rs
      -rw-r--r-- root/root      4063 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/errno.rs
      -rw-r--r-- root/root      4296 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/landlock.rs
      -rw-r--r-- root/root     21581 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/elf_uapi.rs
      -rw-r--r-- root/root     10868 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/prctl.rs
      -rw-r--r-- root/root    108556 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/general.rs
      -rw-r--r-- root/root     34747 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/ptrace.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/bootparam.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/
      -rw-r--r-- root/root      4945 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/loop_device.rs
      -rw-r--r-- root/root     57618 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/btrfs.rs
      -rw-r--r-- root/root       997 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/auxvec.rs
      -rw-r--r-- root/root     67570 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/ioctl.rs
      -rw-r--r-- root/root    203164 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/netlink.rs
      -rw-r--r-- root/root    118387 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/net.rs
      -rw-r--r-- root/root      4623 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/system.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/image.rs
      -rw-r--r-- root/root      6271 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/if_ether.rs
      -rw-r--r-- root/root      5540 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/mempolicy.rs
      -rw-r--r-- root/root    109857 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/if_arp.rs
      -rw-r--r-- root/root      5855 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/xdp.rs
      -rw-r--r-- root/root     41924 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/io_uring.rs
      -rw-r--r-- root/root      9542 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/if_packet.rs
      -rw-r--r-- root/root      4001 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/errno.rs
      -rw-r--r-- root/root      4132 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/landlock.rs
      -rw-r--r-- root/root     21417 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/elf_uapi.rs
      -rw-r--r-- root/root     10704 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/prctl.rs
      -rw-r--r-- root/root    103445 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/general.rs
      -rw-r--r-- root/root     29607 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/ptrace.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/bootparam.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/
      -rw-r--r-- root/root      4964 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/loop_device.rs
      -rw-r--r-- root/root     57637 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/btrfs.rs
      -rw-r--r-- root/root       997 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/auxvec.rs
      -rw-r--r-- root/root     68133 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/ioctl.rs
      -rw-r--r-- root/root    203183 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/netlink.rs
      -rw-r--r-- root/root    118406 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/net.rs
      -rw-r--r-- root/root      4642 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/system.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/image.rs
      -rw-r--r-- root/root      6290 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/if_ether.rs
      -rw-r--r-- root/root      5540 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/mempolicy.rs
      -rw-r--r-- root/root    109876 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/if_arp.rs
      -rw-r--r-- root/root      5874 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/xdp.rs
      -rw-r--r-- root/root     41943 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/io_uring.rs
      -rw-r--r-- root/root      9561 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/if_packet.rs
      -rw-r--r-- root/root      4001 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/errno.rs
      -rw-r--r-- root/root      4151 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/landlock.rs
      -rw-r--r-- root/root     21436 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/elf_uapi.rs
      -rw-r--r-- root/root     10723 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/prctl.rs
      -rw-r--r-- root/root    107042 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/general.rs
      -rw-r--r-- root/root     32057 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/ptrace.rs
      -rw-r--r-- root/root     20100 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/bootparam.rs
      -rw-r--r-- root/root      7232 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/elf.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/
      -rw-r--r-- root/root      5518 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/loop_device.rs
      -rw-r--r-- root/root     58191 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/btrfs.rs
      -rw-r--r-- root/root       997 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/auxvec.rs
      -rw-r--r-- root/root     68133 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/ioctl.rs
      -rw-r--r-- root/root    203737 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/netlink.rs
      -rw-r--r-- root/root    118997 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/net.rs
      -rw-r--r-- root/root      5196 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/system.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/image.rs
      -rw-r--r-- root/root      6844 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/if_ether.rs
      -rw-r--r-- root/root      5540 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/mempolicy.rs
      -rw-r--r-- root/root    110427 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/if_arp.rs
      -rw-r--r-- root/root      6428 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/xdp.rs
      -rw-r--r-- root/root     42497 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/io_uring.rs
      -rw-r--r-- root/root     10112 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/if_packet.rs
      -rw-r--r-- root/root      4001 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/errno.rs
      -rw-r--r-- root/root      4705 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/landlock.rs
      -rw-r--r-- root/root     21990 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/elf_uapi.rs
      -rw-r--r-- root/root     11277 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/prctl.rs
      -rw-r--r-- root/root    106647 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/general.rs
      -rw-r--r-- root/root     62438 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/ptrace.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/bootparam.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/
      -rw-r--r-- root/root      4923 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/loop_device.rs
      -rw-r--r-- root/root     57596 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/btrfs.rs
      -rw-r--r-- root/root       957 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/auxvec.rs
      -rw-r--r-- root/root     68141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/ioctl.rs
      -rw-r--r-- root/root    203142 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/netlink.rs
      -rw-r--r-- root/root    118118 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/net.rs
      -rw-r--r-- root/root      3775 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/system.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/image.rs
      -rw-r--r-- root/root      6249 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/if_ether.rs
      -rw-r--r-- root/root      5540 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/mempolicy.rs
      -rw-r--r-- root/root    109835 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/if_arp.rs
      -rw-r--r-- root/root      5833 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/xdp.rs
      -rw-r--r-- root/root     41902 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/io_uring.rs
      -rw-r--r-- root/root      9520 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/if_packet.rs
      -rw-r--r-- root/root      4001 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/errno.rs
      -rw-r--r-- root/root      4110 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/landlock.rs
      -rw-r--r-- root/root     21395 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/elf_uapi.rs
      -rw-r--r-- root/root     10682 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/prctl.rs
      -rw-r--r-- root/root    109273 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/general.rs
      -rw-r--r-- root/root     31467 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/ptrace.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/bootparam.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/
      -rw-r--r-- root/root      5276 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/loop_device.rs
      -rw-r--r-- root/root     57947 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/btrfs.rs
      -rw-r--r-- root/root       997 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/auxvec.rs
      -rw-r--r-- root/root     69002 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/ioctl.rs
      -rw-r--r-- root/root    203495 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/netlink.rs
      -rw-r--r-- root/root    119267 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/net.rs
      -rw-r--r-- root/root      4128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/system.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/image.rs
      -rw-r--r-- root/root      6602 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/if_ether.rs
      -rw-r--r-- root/root      5606 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/mempolicy.rs
      -rw-r--r-- root/root    110185 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/if_arp.rs
      -rw-r--r-- root/root      6186 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/xdp.rs
      -rw-r--r-- root/root     42253 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/io_uring.rs
      -rw-r--r-- root/root      9870 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/if_packet.rs
      -rw-r--r-- root/root      4067 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/errno.rs
      -rw-r--r-- root/root      4463 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/landlock.rs
      -rw-r--r-- root/root     21748 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/elf_uapi.rs
      -rw-r--r-- root/root     11035 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/prctl.rs
      -rw-r--r-- root/root    114444 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/general.rs
      -rw-r--r-- root/root     30425 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/ptrace.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/bootparam.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/
      -rw-r--r-- root/root      4912 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/loop_device.rs
      -rw-r--r-- root/root     57585 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/btrfs.rs
      -rw-r--r-- root/root       920 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/auxvec.rs
      -rw-r--r-- root/root     68141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/ioctl.rs
      -rw-r--r-- root/root    203131 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/netlink.rs
      -rw-r--r-- root/root    118143 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/net.rs
      -rw-r--r-- root/root      3764 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/system.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/image.rs
      -rw-r--r-- root/root      6238 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/if_ether.rs
      -rw-r--r-- root/root      5540 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/mempolicy.rs
      -rw-r--r-- root/root    109860 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/if_arp.rs
      -rw-r--r-- root/root      5822 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/xdp.rs
      -rw-r--r-- root/root     41963 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/io_uring.rs
      -rw-r--r-- root/root      9545 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/if_packet.rs
      -rw-r--r-- root/root      4001 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/errno.rs
      -rw-r--r-- root/root      4099 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/landlock.rs
      -rw-r--r-- root/root     21384 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/elf_uapi.rs
      -rw-r--r-- root/root     10671 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/prctl.rs
      -rw-r--r-- root/root    105324 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/general.rs
      -rw-r--r-- root/root     28651 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/ptrace.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/bootparam.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/
      -rw-r--r-- root/root      5049 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/loop_device.rs
      -rw-r--r-- root/root     57720 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/btrfs.rs
      -rw-r--r-- root/root      1456 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/auxvec.rs
      -rw-r--r-- root/root     69250 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/ioctl.rs
      -rw-r--r-- root/root    203268 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/netlink.rs
      -rw-r--r-- root/root    118528 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/net.rs
      -rw-r--r-- root/root      4727 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/system.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/image.rs
      -rw-r--r-- root/root      6375 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/if_ether.rs
      -rw-r--r-- root/root      5540 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/mempolicy.rs
      -rw-r--r-- root/root    109958 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/if_arp.rs
      -rw-r--r-- root/root      5959 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/xdp.rs
      -rw-r--r-- root/root     42026 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/io_uring.rs
      -rw-r--r-- root/root      9643 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/if_packet.rs
      -rw-r--r-- root/root      4001 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/errno.rs
      -rw-r--r-- root/root      4236 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/landlock.rs
      -rw-r--r-- root/root     21521 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/elf_uapi.rs
      -rw-r--r-- root/root     10808 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/prctl.rs
      -rw-r--r-- root/root    109219 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/general.rs
      -rw-r--r-- root/root     32812 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/ptrace.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/bootparam.rs
      -rw-r--r-- root/root      1023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/LICENSE-MIT
      -rw-r--r-- root/root      2188 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/README.md
      -rw-r--r-- root/root     10847 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/LICENSE-APACHE
      -rw-r--r-- root/root       881 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/COPYRIGHT
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/.cargo_vcs_info.json
      -rw-r--r-- root/root      3499 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/CODE_OF_CONDUCT.md
      -rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/.cargo-ok
      -rw-r--r-- root/root     12243 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/LICENSE-Apache-2.0_WITH_LLVM-exception
      -rw-r--r-- root/root      2266 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/
      -rw-r--r-- root/root       165 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/Cargo.lock
      -rw-r--r-- root/root      3091 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/src/
      -rw-r--r-- root/root      1575 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/src/lib.rs
      -rw-r--r-- root/root      1062 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/LICENSE-MIT
      -rw-r--r-- root/root       951 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/README.md
      -rw-r--r-- root/root     11358 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/LICENSE-APACHE
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/.cargo-ok
      -rw-r--r-- root/root      3922 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/.github/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/.github/workflows/
      -rw-r--r-- root/root      2698 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/.github/workflows/main.yml
      -rw-r--r-- root/root       207 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/.github/dependabot.yml
      -rw-r--r-- root/root       812 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/Cargo.lock
      -rw-r--r-- root/root        14 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/clippy.toml
      -rw-r--r-- root/root      1099 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/Cargo.toml.orig
      -rw-r--r-- root/root      4479 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/CHANGELOG.md
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/
      -rw-r--r-- root/root      1011 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/sys.rs
      -rw-r--r-- root/root      2608 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/windows.rs
      -rw-r--r-- root/root      3042 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/unix.rs
      -rw-r--r-- root/root      1017 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/hermit.rs
      -rw-r--r-- root/root      3916 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/lib.rs
      -rw-r--r-- root/root      1686 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/wasi.rs
      -rw-r--r-- root/root        18 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/.gitignore
      -rw-r--r-- root/root      1054 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/LICENSE-MIT
      -rw-r--r-- root/root      1418 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/README.md
      -rw-r--r-- root/root     10847 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/LICENSE-APACHE
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/.cargo-ok
      -rw-r--r-- root/root      1632 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/scripts/
      -rwxr-xr-x root/root     81780 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/scripts/unicode.py
      -rw-r--r-- root/root       648 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/Cargo.lock
      -rw-r--r-- root/root       953 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/src/
      -rw-r--r-- root/root   1563226 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/src/tables.rs
      -rw-r--r-- root/root     14583 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/src/lib.rs
      -rw-r--r-- root/root        70 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/.gitignore
      -rw-r--r-- root/root      1071 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/LICENSE-MIT
      -rw-r--r-- root/root      2755 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/README.md
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/benches/
      -rw-r--r-- root/root      3196 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/benches/benches.rs
      -rw-r--r-- root/root     10847 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/LICENSE-APACHE
      -rw-r--r-- root/root       321 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/COPYRIGHT
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/tests/
      -rw-r--r-- root/root     21728 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/tests/tests.rs
      -rw-r--r-- root/root    669326 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/tests/emoji-test.txt
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/.cargo-ok
      -rw-r--r-- root/root      1681 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/
      -rw-r--r-- root/root     10150 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/Cargo.lock
      -rw-r--r-- root/root      4973 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/Cargo.toml.orig
      -rw-r--r-- root/root      1840 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/CHANGELOG.md
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/time/
      -rw-r--r-- root/root      1307 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/time/js.rs
      -rw-r--r-- root/root      4871 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/time/serde.rs
      -rw-r--r-- root/root      3102 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/time/system_time.rs
      -rw-r--r-- root/root       325 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/time/mod.rs
      -rw-r--r-- root/root      7328 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/time/instant.rs
      -rw-r--r-- root/root      1592 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/web.rs
      -rw-r--r-- root/root      5956 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/lib.rs
      -rw-r--r-- root/root      1065 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/LICENSE-MIT
      -rw-r--r-- root/root      5617 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/README.md
      -rw-r--r-- root/root     11338 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/LICENSE-APACHE
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/.cargo-ok
      -rw-r--r-- root/root      6032 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/
      -rw-r--r-- root/root      6367 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/Cargo.lock
      -rw-r--r-- root/root      1153 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/
      -rw-r--r-- root/root       102 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/macros.rs
      -rw-r--r-- root/root     20409 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/color.rs
      -rw-r--r-- root/root     10362 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/effect.rs
      -rw-r--r-- root/root      2400 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/lib.rs
      -rw-r--r-- root/root      1099 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/reset.rs
      -rw-r--r-- root/root     10264 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/style.rs
      -rw-r--r-- root/root      1062 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/LICENSE-MIT
      -rw-r--r-- root/root      1459 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/README.md
      -rw-r--r-- root/root     11358 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/LICENSE-APACHE
      -rw-r--r-- root/root       108 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/.cargo_vcs_info.json
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/examples/
      -rw-r--r-- root/root      4463 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/examples/dump-style.rs
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/.cargo-ok
      -rw-r--r-- root/root      4190 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/
      -rw-r--r-- root/root      7064 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/Cargo.lock
      -rw-r--r-- root/root       924 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/src/
      -rw-r--r-- root/root        60 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/src/worker.js
      -rw-r--r-- root/root      2712 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/src/lib.rs
      -rw-r--r-- root/root      1057 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/LICENSE-MIT
      -rw-r--r-- root/root      1298 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/README.md
      -rw-r--r-- root/root     10847 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/LICENSE-APACHE
      -rw-r--r-- root/root       106 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/.cargo-ok
      -rw-r--r-- root/root      1746 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/
      -rw-r--r-- root/root     20232 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/Cargo.lock
      -rw-r--r-- root/root      1534 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/state/
      -rw-r--r-- root/root     30658 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/state/table.rs
      -rw-r--r-- root/root      7182 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/state/codegen.rs
      -rw-r--r-- root/root      3739 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/state/definitions.rs
      -rw-r--r-- root/root      1327 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/state/mod.rs
      -rw-r--r-- root/root     14854 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/lib.rs
      -rw-r--r-- root/root      3684 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/params.rs
      -rw-r--r-- root/root      1062 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/LICENSE-MIT
      -rw-r--r-- root/root      1247 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/README.md
      -rw-r--r-- root/root     11358 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/LICENSE-APACHE
      -rw-r--r-- root/root       114 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/.cargo_vcs_info.json
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/examples/
      -rw-r--r-- root/root      1961 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/examples/parselog.rs
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/.cargo-ok
      -rw-r--r-- root/root      4545 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/
      -rw-r--r-- root/root       163 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/Cargo.lock
      -rw-r--r-- root/root      3351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/src/
      -rw-r--r-- root/root       230 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/src/lib.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/src/sync/
      -rw-r--r-- root/root       808 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/src/sync/mod.rs
      -rw-r--r-- root/root      1062 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/LICENSE-MIT
      -rw-r--r-- root/root       938 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/README.md
      -rw-r--r-- root/root     11358 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/LICENSE-APACHE
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/.cargo-ok
      -rw-r--r-- root/root      3959 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/
      -rw-r--r-- root/root     46308 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/Cargo.lock
      -rw-r--r-- root/root      2413 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/
      -rw-r--r-- root/root     44732 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/ty.rs
      -rw-r--r-- root/root     36289 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/token.rs
      -rw-r--r-- root/root     47678 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/parse.rs
      -rw-r--r-- root/root     31672 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/punctuated.rs
      -rw-r--r-- root/root      7978 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/group.rs
      -rw-r--r-- root/root      9234 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/discouraged.rs
      -rw-r--r-- root/root      8843 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/derive.rs
      -rw-r--r-- root/root     32009 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/pat.rs
      -rw-r--r-- root/root      4693 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/macros.rs
      -rw-r--r-- root/root      1408 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/drops.rs
      -rw-r--r-- root/root      7279 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/parse_quote.rs
      -rw-r--r-- root/root    141783 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/expr.rs
      -rw-r--r-- root/root      1672 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/export.rs
      -rw-r--r-- root/root      3848 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/lifetime.rs
      -rw-r--r-- root/root      3285 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/tt.rs
      -rw-r--r-- root/root     27676 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/fixup.rs
      -rw-r--r-- root/root     51682 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/generics.rs
      -rw-r--r-- root/root    121523 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/item.rs
      -rw-r--r-- root/root      5062 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/ext.rs
      -rw-r--r-- root/root      3779 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/spanned.rs
      -rw-r--r-- root/root      8337 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/op.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/
      -rw-r--r-- root/root    127583 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/visit_mut.rs
      -rw-r--r-- root/root     23132 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/token.css
      -rw-r--r-- root/root    127381 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/debug.rs
      -rw-r--r-- root/root     76352 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/clone.rs
      -rw-r--r-- root/root    125396 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/visit.rs
      -rw-r--r-- root/root    137004 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/fold.rs
      -rw-r--r-- root/root     76938 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/hash.rs
      -rw-r--r-- root/root     93152 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/eq.rs
      -rw-r--r-- root/root     33492 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/path.rs
      -rw-r--r-- root/root     33841 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/lib.rs
      -rw-r--r-- root/root      2103 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/whitespace.rs
      -rw-r--r-- root/root     14137 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/meta.rs
      -rw-r--r-- root/root     13752 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/data.rs
      -rw-r--r-- root/root      1197 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/span.rs
      -rw-r--r-- root/root        87 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/sealed.rs
      -rw-r--r-- root/root      6817 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/precedence.rs
      -rw-r--r-- root/root     57161 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/lit.rs
      -rw-r--r-- root/root       390 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/print.rs
      -rw-r--r-- root/root      6135 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/restriction.rs
      -rw-r--r-- root/root     16749 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/stmt.rs
      -rw-r--r-- root/root     28413 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/attr.rs
      -rw-r--r-- root/root      7862 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/custom_keyword.rs
      -rw-r--r-- root/root      3496 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/parse_macro_input.rs
      -rw-r--r-- root/root      1610 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/bigint.rs
      -rw-r--r-- root/root      8007 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/mac.rs
      -rw-r--r-- root/root     13996 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/error.rs
      -rw-r--r-- root/root      1226 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/verbatim.rs
      -rw-r--r-- root/root      9157 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/custom_punctuation.rs
      -rw-r--r-- root/root      3143 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/ident.rs
      -rw-r--r-- root/root     16152 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/buffer.rs
      -rw-r--r-- root/root      9357 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/scan_expr.rs
      -rw-r--r-- root/root     10370 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/lookahead.rs
      -rw-r--r-- root/root      1904 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/thread.rs
      -rw-r--r-- root/root      3750 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/file.rs
      -rw-r--r-- root/root     10718 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/classify.rs
      -rw-r--r-- root/root      1023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/LICENSE-MIT
      -rw-r--r-- root/root     10340 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/README.md
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/benches/
      -rw-r--r-- root/root      5379 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/benches/rust.rs
      -rw-r--r-- root/root      1400 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/benches/file.rs
      -rw-r--r-- root/root      9723 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/LICENSE-APACHE
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/
      -rw-r--r-- root/root      8772 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_stmt.rs
      -rw-r--r-- root/root      3659 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_path.rs
      -rw-r--r-- root/root      1840 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_shebang.rs
      -rw-r--r-- root/root      4575 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_pat.rs
      -rw-r--r-- root/root     10772 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_generics.rs
      -rw-r--r-- root/root      2961 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_parse_buffer.rs
      -rw-r--r-- root/root      8481 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_round_trip.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/macros/
      -rw-r--r-- root/root       176 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/macros/mod.rs
      -rw-r--r-- root/root      7775 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_item.rs
      -rw-r--r-- root/root      1320 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_ident.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/debug/
      -rw-r--r-- root/root    207580 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/debug/gen.rs
      -rw-r--r-- root/root      3340 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/debug/mod.rs
      -rw-r--r-- root/root       762 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_token_trees.rs
      -rw-r--r-- root/root      1098 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/zzz_stable.rs
      -rw-r--r-- root/root      5524 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_parse_stream.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/repo/
      -rw-r--r-- root/root       844 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/repo/progress.rs
      -rw-r--r-- root/root     29271 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/repo/mod.rs
      -rw-r--r-- root/root      2259 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_punctuated.rs
      -rw-r--r-- root/root      1595 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_grouping.rs
      -rw-r--r-- root/root      4474 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_attribute.rs
      -rw-r--r-- root/root      1985 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_unparenthesize.rs
      -rw-r--r-- root/root     21857 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_derive_input.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/snapshot/
      -rw-r--r-- root/root      2085 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/snapshot/mod.rs
      -rw-r--r-- root/root       887 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_asyncness.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/regression/
      -rw-r--r-- root/root        97 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/regression/issue1108.rs
      -rw-r--r-- root/root       932 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/regression/issue1235.rs
      -rw-r--r-- root/root      3737 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_meta.rs
      -rw-r--r-- root/root      8331 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_receiver.rs
      -rw-r--r-- root/root     18193 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_precedence.rs
      -rw-r--r-- root/root       132 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/regression.rs
      -rw-r--r-- root/root     14160 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_ty.rs
      -rw-r--r-- root/root     10560 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_lit.rs
      -rw-r--r-- root/root     52454 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_expr.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/common/
      -rw-r--r-- root/root      1413 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/common/parse.rs
      -rw-r--r-- root/root      3894 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/common/visit.rs
      -rw-r--r-- root/root     32741 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/common/eq.rs
      -rw-r--r-- root/root       133 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/common/mod.rs
      -rw-r--r-- root/root      1607 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_size.rs
      -rw-r--r-- root/root      5149 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_visibility.rs
      -rw-r--r-- root/root      3629 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_parse_quote.rs
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/.cargo-ok
      -rw-r--r-- root/root      5007 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/.github/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/.github/workflows/
      -rw-r--r-- root/root      2763 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/.github/workflows/ci.yml
      -rw-r--r-- root/root        44 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/rustfmt.toml
      -rw-r--r-- root/root       794 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/
      -rw-r--r-- root/root       663 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/util.rs
      -rw-r--r-- root/root     42415 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/tests/
      -rw-r--r-- root/root      7510 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/tests/util.rs
      -rw-r--r-- root/root     29432 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/tests/recursive.rs
      -rw-r--r-- root/root        39 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/tests/mod.rs
      -rw-r--r-- root/root      9267 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/error.rs
      -rw-r--r-- root/root     11211 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/dent.rs
      -rw-r--r-- root/root        92 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/.gitignore
      -rw-r--r-- root/root      1081 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/LICENSE-MIT
      -rw-r--r-- root/root      3976 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/README.md
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/compare/
      -rw-r--r-- root/root       273 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/compare/walk.py
      -rw-r--r-- root/root       499 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/compare/nftw.c
      -rw-r--r-- root/root       126 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/COPYING
      -rw-r--r-- root/root      1211 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/UNLICENSE
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/.cargo-ok
      -rw-r--r-- root/root      1258 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/
      -rw-r--r-- root/root      2471 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs
      -rw-r--r-- root/root      1594 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/Cargo.lock
      -rw-r--r-- root/root      2538 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/crates-io.md
      -rw-r--r-- root/root      2252 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/
      -rw-r--r-- root/root     41496 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs
      -rw-r--r-- root/root    110746 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs
      -rw-r--r-- root/root       574 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/private/
      -rw-r--r-- root/root       794 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/private/string.rs
      -rw-r--r-- root/root      5146 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/private/doc.rs
      -rw-r--r-- root/root       692 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/private/size_hint.rs
      -rw-r--r-- root/root       635 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/private/seed.rs
      -rw-r--r-- root/root       750 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/private/content.rs
      -rw-r--r-- root/root       504 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/private/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/de/
      -rw-r--r-- root/root     48848 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/de/value.rs
      -rw-r--r-- root/root      6154 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/de/ignored_any.rs
      -rw-r--r-- root/root     97135 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/de/impls.rs
      -rw-r--r-- root/root     83879 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/de/mod.rs
      -rw-r--r-- root/root       726 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/format.rs
      -rw-r--r-- root/root      8276 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/macros.rs
      -rw-r--r-- root/root      1351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/std_error.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/ser/
      -rw-r--r-- root/root      4166 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/ser/fmt.rs
      -rw-r--r-- root/root      5308 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/ser/impossible.rs
      -rw-r--r-- root/root     29535 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/ser/impls.rs
      -rw-r--r-- root/root     65231 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/ser/mod.rs
      -rw-r--r-- root/root      4350 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/lib.rs
      -rw-r--r-- root/root      7081 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/crate_root.rs
      -rw-r--r-- root/root     11659 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs
      -rw-r--r-- root/root       480 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/integer128.rs
      -rw-r--r-- root/root      1023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/LICENSE-MIT
      -rw-r--r-- root/root      4366 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/README.md
      -rw-r--r-- root/root      9723 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/LICENSE-APACHE
      -rw-r--r-- root/root        99 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/.cargo-ok
      -rw-r--r-- root/root      1969 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/.github/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/.github/workflows/
      -rw-r--r-- root/root      1653 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/.github/workflows/main.yml
      -rw-r--r-- root/root       302 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/.github/dependabot.yml
      -rw-r--r-- root/root      6219 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/Cargo.lock
      -rw-r--r-- root/root       630 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/src/
      -rw-r--r-- root/root      3012 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/src/windows.rs
      -rw-r--r-- root/root      4223 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/src/unix.rs
      -rw-r--r-- root/root      1077 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/src/lib.rs
      -rw-r--r-- root/root        18 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/.gitignore
      -rw-r--r-- root/root      1072 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/LICENSE-MIT
      -rw-r--r-- root/root      1035 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/README.md
      -rw-r--r-- root/root     11358 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/LICENSE-APACHE
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/.cargo_vcs_info.json
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/examples/
      -rw-r--r-- root/root       562 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/examples/get_size.rs
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/.cargo-ok
      -rw-r--r-- root/root      1350 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/
      -rw-r--r-- root/root      2597 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/Cargo.lock
      -rw-r--r-- root/root      1128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/utils/
      -rw-r--r-- root/root      4312 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/utils/ty.rs
      -rw-r--r-- root/root      1758 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/utils/spanned.rs
      -rw-r--r-- root/root     14269 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/utils/doc_comments.rs
      -rw-r--r-- root/root       751 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/utils/error.rs
      -rw-r--r-- root/root       271 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/utils/mod.rs
      -rw-r--r-- root/root       504 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/macros.rs
      -rw-r--r-- root/root     55310 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/item.rs
      -rw-r--r-- root/root      4082 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/lib.rs
      -rw-r--r-- root/root      2922 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/dummies.rs
      -rw-r--r-- root/root      6724 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/attr.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/derives/
      -rw-r--r-- root/root      3854 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/derives/into_app.rs
      -rw-r--r-- root/root      4186 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/derives/parser.rs
      -rw-r--r-- root/root      4124 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/derives/value_enum.rs
      -rw-r--r-- root/root     28532 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/derives/args.rs
      -rw-r--r-- root/root       900 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/derives/mod.rs
      -rw-r--r-- root/root     26579 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/derives/subcommand.rs
      -rw-r--r-- root/root      1062 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/LICENSE-MIT
      -rw-r--r-- root/root       805 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/README.md
      -rw-r--r-- root/root     11358 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/LICENSE-APACHE
      -rw-r--r-- root/root       105 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/.cargo-ok
      -rw-r--r-- root/root      3884 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/
      -rw-r--r-- root/root       632 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/Cargo.toml.orig
      -rw-r--r-- root/root      6151 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/CHANGELOG.md
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/
      -rw-r--r-- root/root     37219 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs
      -rw-r--r-- root/root        42 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/.gitignore
      -rw-r--r-- root/root      3383 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/README.md
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/benches/
      -rw-r--r-- root/root      2299 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/benches/benches.rs
      -rw-r--r-- root/root       987 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/SECURITY.md
      -rw-r--r-- root/root        84 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/.gitattributes
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/tests/
      -rw-r--r-- root/root      1536 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/tests/lib.rs
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/.cargo-ok
      -rw-r--r-- root/root      1166 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/LICENSE
      -rw-r--r-- root/root      1144 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/Cargo.toml
      -rw-r--r-- root/root       213 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/.editorconfig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/
      -rw-r--r-- root/root      2689 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/Cargo.lock
      -rw-r--r-- root/root      1218 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/src/
      -rw-r--r-- root/root      2456 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/src/windows.rs
      -rw-r--r-- root/root      4636 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/src/lib.rs
      -rw-r--r-- root/root      1062 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/LICENSE-MIT
      -rw-r--r-- root/root       891 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/README.md
      -rw-r--r-- root/root     11358 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/LICENSE-APACHE
      -rw-r--r-- root/root       114 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/.cargo_vcs_info.json
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/examples/
      -rw-r--r-- root/root       835 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/examples/query.rs
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/.cargo-ok
      -rw-r--r-- root/root      4184 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/
      -rw-r--r-- root/root       362 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/Cargo.toml.orig
      -rw-r--r-- root/root       709 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/CHANGELOG.md
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/
      -rw-r--r-- root/root      2458 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/kebab.rs
      -rw-r--r-- root/root      2234 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/title.rs
      -rw-r--r-- root/root      2610 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/upper_camel.rs
      -rw-r--r-- root/root      2872 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/train.rs
      -rw-r--r-- root/root      2708 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/shouty_snake.rs
      -rw-r--r-- root/root      6497 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs
      -rw-r--r-- root/root      2307 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/shouty_kebab.rs
      -rw-r--r-- root/root      2534 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lower_camel.rs
      -rw-r--r-- root/root      3186 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/snake.rs
      -rw-r--r-- root/root      1071 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/LICENSE-MIT
      -rw-r--r-- root/root      1951 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/README.md
      -rw-r--r-- root/root     10847 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/LICENSE-APACHE
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/.cargo-ok
      -rw-r--r-- root/root       892 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/.github/
      -rw-r--r-- root/root        16 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/.github/FUNDING.yml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/.github/workflows/
      -rw-r--r-- root/root      3333 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/.github/workflows/ci.yml
      -rw-r--r-- root/root     11889 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/Cargo.lock
      -rw-r--r-- root/root       972 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/
      -rw-r--r-- root/root       695 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/u128_ext.rs
      -rw-r--r-- root/root     16493 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/lib.rs
      -rw-r--r-- root/root        21 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/.gitignore
      -rw-r--r-- root/root      1023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/LICENSE-MIT
      -rw-r--r-- root/root      2299 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/README.md
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/benches/
      -rw-r--r-- root/root      1193 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/benches/bench.rs
      -rw-r--r-- root/root      9723 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/LICENSE-APACHE
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/tests/
      -rw-r--r-- root/root      1277 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/tests/test.rs
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/.cargo-ok
      -rw-r--r-- root/root      1692 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.github/
      -rw-r--r-- root/root        16 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.github/FUNDING.yml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.github/workflows/
      -rw-r--r-- root/root      3418 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.github/workflows/ci.yml
      -rw-r--r-- root/root     22282 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/Cargo.lock
      -rw-r--r-- root/root      1286 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/src/
      -rw-r--r-- root/root     64369 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/src/tables.rs
      -rw-r--r-- root/root     12871 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/src/lib.rs
      -rw-r--r-- root/root        36 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.gitignore
      -rw-r--r-- root/root      1023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/LICENSE-MIT
      -rw-r--r-- root/root     12338 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/README.md
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/benches/
      -rw-r--r-- root/root      4097 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/benches/xid.rs
      -rw-r--r-- root/root      9723 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/LICENSE-APACHE
      -rw-r--r-- root/root       207 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.gitattributes
      -rw-r--r-- root/root      1995 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/LICENSE-UNICODE
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/roaring/
      -rw-r--r-- root/root       540 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/roaring/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/trie/
      -rw-r--r-- root/root     30787 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/trie/trie.rs
      -rw-r--r-- root/root       179 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/trie/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/tables/
      -rw-r--r-- root/root     24312 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/tables/tables.rs
      -rw-r--r-- root/root       144 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/tables/mod.rs
      -rw-r--r-- root/root      1803 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/compare.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/fst/
      -rw-r--r-- root/root     76143 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/fst/xid_continue.fst
      -rw-r--r-- root/root     67370 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/fst/xid_start.fst
      -rw-r--r-- root/root        14 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/fst/.gitignore
      -rw-r--r-- root/root       385 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/fst/mod.rs
      -rw-r--r-- root/root      2456 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/static_size.rs
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.cargo-ok
      -rw-r--r-- root/root      2047 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/
      -rw-r--r-- root/root      1846 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/Cargo.lock
      -rw-r--r-- root/root      2538 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/crates-io.md
      -rw-r--r-- root/root      1375 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/
      -rw-r--r-- root/root     15852 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/identifier.rs
      -rw-r--r-- root/root      9435 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/tuple.rs
      -rw-r--r-- root/root      7059 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_externally.rs
      -rw-r--r-- root/root      1916 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/unit.rs
      -rw-r--r-- root/root      4858 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_untagged.rs
      -rw-r--r-- root/root      3490 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_.rs
      -rw-r--r-- root/root      3511 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_internally.rs
      -rw-r--r-- root/root     13668 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_adjacently.rs
      -rw-r--r-- root/root     24472 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/struct_.rs
      -rw-r--r-- root/root     45613 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/ser.rs
      -rw-r--r-- root/root      1007 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/this.rs
      -rw-r--r-- root/root     14691 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/bound.rs
      -rw-r--r-- root/root       751 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/dummy.rs
      -rw-r--r-- root/root      5871 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/pretend.rs
      -rw-r--r-- root/root      3642 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/
      -rw-r--r-- root/root      2021 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/ctxt.rs
      -rw-r--r-- root/root      6553 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/ast.rs
      -rw-r--r-- root/root      7121 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/case.rs
      -rw-r--r-- root/root      2806 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/name.rs
      -rw-r--r-- root/root     67670 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/attr.rs
      -rw-r--r-- root/root       451 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/respan.rs
      -rw-r--r-- root/root     16744 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/check.rs
      -rw-r--r-- root/root     10533 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/receiver.rs
      -rw-r--r-- root/root      2509 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/symbol.rs
      -rw-r--r-- root/root       395 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/mod.rs
      -rw-r--r-- root/root      2116 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/fragment.rs
      -rw-r--r-- root/root     33857 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de.rs
      -rw-r--r-- root/root      1633 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/deprecated.rs
      -rw-r--r-- root/root      1023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/LICENSE-MIT
      -rw-r--r-- root/root      4366 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/README.md
      -rw-r--r-- root/root      9723 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/LICENSE-APACHE
      -rw-r--r-- root/root       106 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/.cargo-ok
      -rw-r--r-- root/root      2099 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/.github/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/.github/workflows/
      -rw-r--r-- root/root      3446 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/.github/workflows/ci.yml
      -rw-r--r-- root/root      1109 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/build.rs
      -rw-r--r-- root/root     14549 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/Cargo.lock
      -rw-r--r-- root/root       956 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/src/
      -rw-r--r-- root/root      1125 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/src/tests.rs
      -rw-r--r-- root/root     63933 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/src/lib.rs
      -rw-r--r-- root/root      1903 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/src/traits.rs
      -rw-r--r-- root/root        20 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/.gitignore
      -rw-r--r-- root/root      1023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/LICENSE-MIT
      -rw-r--r-- root/root      1744 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/README.md
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/benches/
      -rw-r--r-- root/root      1418 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/benches/bench.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/tests/
      -rw-r--r-- root/root      2866 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/tests/test.rs
      -rw-r--r-- root/root       919 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/tests/ryu_comparison.rs
      -rw-r--r-- root/root      1898 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/tests/exhaustive.rs
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/.cargo-ok
      -rw-r--r-- root/root      1851 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/.github/
      -rw-r--r-- root/root        21 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/.github/FUNDING.yml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/.github/workflows/
      -rw-r--r-- root/root      2574 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/.github/workflows/ci.yml
      -rw-r--r-- root/root      2475 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/Cargo.lock
      -rw-r--r-- root/root        44 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/rustfmt.toml
      -rw-r--r-- root/root       802 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/src/
      -rw-r--r-- root/root     12177 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/src/console.rs
      -rw-r--r-- root/root      7483 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/src/win.rs
      -rw-r--r-- root/root      6706 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/src/sysinfo.rs
      -rw-r--r-- root/root      1313 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/src/lib.rs
      -rw-r--r-- root/root      5378 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/src/file.rs
      -rw-r--r-- root/root        35 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/.gitignore
      -rw-r--r-- root/root      1081 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/LICENSE-MIT
      -rw-r--r-- root/root      2541 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/README.md
      -rw-r--r-- root/root       126 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/COPYING
      -rw-r--r-- root/root      1211 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/UNLICENSE
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/.cargo-ok
      -rw-r--r-- root/root      1450 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/
      -rw-r--r-- root/root      2035 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/Cargo.lock
      -rw-r--r-- root/root        44 2020-01-11 17:01 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/rustfmt.toml
      -rw-r--r-- root/root       600 2020-01-11 17:02 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/
      -rw-r--r-- root/root      5781 2020-01-11 17:01 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/win.rs
      -rw-r--r-- root/root      3000 2020-01-11 17:01 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/unix.rs
      -rw-r--r-- root/root     16326 2020-01-11 17:01 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs
      -rw-r--r-- root/root      1132 2020-01-11 16:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/unknown.rs
      -rw-r--r-- root/root        90 2016-07-27 21:19 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/.gitignore
      -rw-r--r-- root/root      1081 2018-01-17 19:53 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/LICENSE-MIT
      -rw-r--r-- root/root      1353 2020-01-11 17:01 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/README.md
      -rw-r--r-- root/root       126 2018-01-17 19:53 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/COPYING
      -rw-r--r-- root/root      1211 2018-01-17 19:53 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/UNLICENSE
      -rw-r--r-- root/root        74 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/.cargo_vcs_info.json
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/examples/
      -rw-r--r-- root/root       739 2020-01-11 17:01 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/examples/is_stderr.rs
      -rw-r--r-- root/root       191 2020-01-11 17:01 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/examples/is_same_file.rs
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/.cargo-ok
      -rw-r--r-- root/root      1116 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/
      -rw-r--r-- root/root     10612 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/build.rs
      -rw-r--r-- root/root     20816 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/CHANGES.md
      -rw-r--r-- root/root       864 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/CONTRIBUTING.md
      -rw-r--r-- root/root     25935 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/Cargo.lock
      -rw-r--r-- root/root     10322 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/Cargo.toml.orig
      -rw-r--r-- root/root      7226 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/ORG_CODE_OF_CONDUCT.md
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/
      -rw-r--r-- root/root       833 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/fadvise.rs
      -rw-r--r-- root/root     10487 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/fd.rs
      -rw-r--r-- root/root      5598 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/ioctl.rs
      -rw-r--r-- root/root     16020 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/at.rs
      -rw-r--r-- root/root     15558 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/constants.rs
      -rw-r--r-- root/root       514 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/sendfile.rs
      -rw-r--r-- root/root      8580 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/xattr.rs
      -rw-r--r-- root/root        33 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/id.rs
      -rw-r--r-- root/root      2236 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/seek_from.rs
      -rw-r--r-- root/root     10115 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/abs.rs
      -rw-r--r-- root/root       347 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/sync.rs
      -rw-r--r-- root/root      6910 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/inotify.rs
      -rw-r--r-- root/root      8018 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/statx.rs
      -rw-r--r-- root/root      7909 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/raw_dir.rs
      -rw-r--r-- root/root        91 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/dir.rs
      -rw-r--r-- root/root       384 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/getpath.rs
      -rw-r--r-- root/root       786 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/memfd_create.rs
      -rw-r--r-- root/root      2243 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/fcntl_apple.rs
      -rw-r--r-- root/root      2971 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/special.rs
      -rw-r--r-- root/root      2623 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/fcopyfile.rs
      -rw-r--r-- root/root      3438 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/fcntl.rs
      -rw-r--r-- root/root       565 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/copy_file_range.rs
      -rw-r--r-- root/root       652 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/openat2.rs
      -rw-r--r-- root/root      3359 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/mod.rs
      -rw-r--r-- root/root       822 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/makedev.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/
      -rw-r--r-- root/root      3424 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/ioctl.rs
      -rw-r--r-- root/root     11120 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/read_write.rs
      -rw-r--r-- root/root      4961 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/dup.rs
      -rw-r--r-- root/root      1952 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/errno.rs
      -rw-r--r-- root/root      2597 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/close.rs
      -rw-r--r-- root/root      5873 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/fcntl.rs
      -rw-r--r-- root/root       450 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/termios/
      -rw-r--r-- root/root      1780 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/termios/ioctl.rs
      -rw-r--r-- root/root     51018 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/termios/types.rs
      -rw-r--r-- root/root      7873 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/termios/tc.rs
      -rw-r--r-- root/root      3420 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/termios/tty.rs
      -rw-r--r-- root/root      1094 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/termios/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mm/
      -rw-r--r-- root/root       887 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mm/userfaultfd.rs
      -rw-r--r-- root/root      1591 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mm/msync.rs
      -rw-r--r-- root/root     16394 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mm/mmap.rs
      -rw-r--r-- root/root      1814 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mm/madvise.rs
      -rw-r--r-- root/root       331 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mm/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/time/
      -rw-r--r-- root/root      2461 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/time/timerfd.rs
      -rw-r--r-- root/root      3743 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/time/clock.rs
      -rw-r--r-- root/root       517 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/time/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/rand/
      -rw-r--r-- root/root      1159 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/rand/getrandom.rs
      -rw-r--r-- root/root       138 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/rand/mod.rs
      -rw-r--r-- root/root     21364 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/signal.rs
      -rw-r--r-- root/root     11274 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/weak.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/
      -rw-r--r-- root/root      2052 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/pidfd_getfd.rs
      -rw-r--r-- root/root      1069 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/exit.rs
      -rw-r--r-- root/root      1579 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/ioctl.rs
      -rw-r--r-- root/root       526 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/umask.rs
      -rw-r--r-- root/root      2528 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/types.rs
      -rw-r--r-- root/root       594 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/pivot_root.rs
      -rw-r--r-- root/root      7978 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/id.rs
      -rw-r--r-- root/root      4864 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/priority.rs
      -rw-r--r-- root/root      1658 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/rlimit.rs
      -rw-r--r-- root/root      1297 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/pidfd.rs
      -rw-r--r-- root/root     16120 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/wait.rs
      -rw-r--r-- root/root      3163 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/kill.rs
      -rw-r--r-- root/root     17491 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/procctl.rs
      -rw-r--r-- root/root     36103 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/prctl.rs
      -rw-r--r-- root/root      3280 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/chdir.rs
      -rw-r--r-- root/root       462 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/chroot.rs
      -rw-r--r-- root/root       811 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/fcntl_getlk.rs
      -rw-r--r-- root/root      2916 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/mod.rs
      -rw-r--r-- root/root      6645 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/pipe.rs
      -rw-r--r-- root/root       406 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/msan.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/
      -rw-r--r-- root/root     12427 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/select.rs
      -rw-r--r-- root/root       573 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/eventfd.rs
      -rw-r--r-- root/root     14702 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/kqueue.rs
      -rw-r--r-- root/root      1878 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/poll.rs
      -rw-r--r-- root/root     10369 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/epoll.rs
      -rw-r--r-- root/root      5620 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/port.rs
      -rw-r--r-- root/root      1123 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/pause.rs
      -rw-r--r-- root/root       862 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/param/
      -rw-r--r-- root/root      3005 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/param/auxv.rs
      -rw-r--r-- root/root       634 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/param/init.rs
      -rw-r--r-- root/root       506 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/param/mod.rs
      -rw-r--r-- root/root      2820 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/shm.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/
      -rw-r--r-- root/root      1696 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/wsa.rs
      -rw-r--r-- root/root      5914 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/netdevice.rs
      -rw-r--r-- root/root     70484 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/types.rs
      -rw-r--r-- root/root      1351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/socketpair.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/send_recv/
      -rw-r--r-- root/root     32798 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/send_recv/msg.rs
      -rw-r--r-- root/root      7123 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/send_recv/mod.rs
      -rw-r--r-- root/root     10634 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/socket_addr_any.rs
      -rw-r--r-- root/root     18859 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/socket.rs
      -rw-r--r-- root/root      5993 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/addr.rs
      -rw-r--r-- root/root      1036 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/mod.rs
      -rw-r--r-- root/root     60988 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/sockopt.rs
      -rw-r--r-- root/root      9610 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/kernel_sigset.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/io/
      -rw-r--r-- root/root      3506 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/io/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/net/
      -rw-r--r-- root/root       114 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/net/mod.rs
      -rw-r--r-- root/root       598 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/windows/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/windows/io/
      -rw-r--r-- root/root      3099 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/windows/io/raw.rs
      -rw-r--r-- root/root      6287 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/windows/io/socket.rs
      -rw-r--r-- root/root       148 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/windows/io/mod.rs
      -rw-r--r-- root/root       615 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/windows/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/fd/
      -rw-r--r-- root/root     11148 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/fd/owned.rs
      -rw-r--r-- root/root      5579 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/fd/raw.rs
      -rw-r--r-- root/root       811 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/fd/mod.rs
      -rw-r--r-- root/root        83 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/std/
      -rw-r--r-- root/root      1242 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/std/mod.rs
      -rw-r--r-- root/root       789 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ffi.rs
      -rw-r--r-- root/root      4352 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/check_types.rs
      -rw-r--r-- root/root       890 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/static_assertions.rs
      -rw-r--r-- root/root      3443 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/cstr.rs
      -rw-r--r-- root/root      5260 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/pid.rs
      -rw-r--r-- root/root      9682 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/system.rs
      -rw-r--r-- root/root     14211 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/lib.rs
      -rw-r--r-- root/root     18399 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/stdio.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/path/
      -rw-r--r-- root/root     26064 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/path/arg.rs
      -rw-r--r-- root/root      7418 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/path/dec_int.rs
      -rw-r--r-- root/root       191 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/path/mod.rs
      -rw-r--r-- root/root     33233 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/runtime.rs
      -rw-r--r-- root/root      1990 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/utils.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mount/
      -rw-r--r-- root/root        41 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mount/types.rs
      -rw-r--r-- root/root      7454 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mount/fsopen.rs
      -rw-r--r-- root/root      4887 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mount/mount_unmount.rs
      -rw-r--r-- root/root       130 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mount/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/fs/
      -rw-r--r-- root/root     34538 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/fs/types.rs
      -rw-r--r-- root/root     79908 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/fs/syscalls.rs
      -rw-r--r-- root/root      3748 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/fs/inotify.rs
      -rw-r--r-- root/root     15188 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/fs/dir.rs
      -rw-r--r-- root/root       819 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/fs/mod.rs
      -rw-r--r-- root/root      4447 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/fs/makedev.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io/
      -rw-r--r-- root/root      1529 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io/windows_syscalls.rs
      -rw-r--r-- root/root      2058 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io/types.rs
      -rw-r--r-- root/root      9098 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io/syscalls.rs
      -rw-r--r-- root/root     30663 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io/errno.rs
      -rw-r--r-- root/root       142 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/termios/
      -rw-r--r-- root/root       532 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/termios/types.rs
      -rw-r--r-- root/root     18502 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/termios/syscalls.rs
      -rw-r--r-- root/root        47 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/termios/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mm/
      -rw-r--r-- root/root     16690 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mm/types.rs
      -rw-r--r-- root/root      6975 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mm/syscalls.rs
      -rw-r--r-- root/root        47 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mm/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/time/
      -rw-r--r-- root/root      7318 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/time/types.rs
      -rw-r--r-- root/root     15838 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/time/syscalls.rs
      -rw-r--r-- root/root        68 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/time/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/rand/
      -rw-r--r-- root/root       659 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/rand/types.rs
      -rw-r--r-- root/root       547 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/rand/syscalls.rs
      -rw-r--r-- root/root        47 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/rand/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/ugid/
      -rw-r--r-- root/root       776 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/ugid/syscalls.rs
      -rw-r--r-- root/root        25 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/ugid/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/process/
      -rw-r--r-- root/root      3636 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/process/types.rs
      -rw-r--r-- root/root     19518 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/process/syscalls.rs
      -rw-r--r-- root/root       420 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/process/wait.rs
      -rw-r--r-- root/root       168 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/process/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/event/
      -rw-r--r-- root/root      2195 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/event/windows_syscalls.rs
      -rw-r--r-- root/root      1040 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/event/types.rs
      -rw-r--r-- root/root     18143 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/event/syscalls.rs
      -rw-r--r-- root/root      1898 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/event/epoll.rs
      -rw-r--r-- root/root      4303 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/event/poll_fd.rs
      -rw-r--r-- root/root       230 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/event/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/param/
      -rw-r--r-- root/root      1697 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/param/auxv.rs
      -rw-r--r-- root/root        21 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/param/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/system/
      -rw-r--r-- root/root       162 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/system/types.rs
      -rw-r--r-- root/root      4158 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/system/syscalls.rs
      -rw-r--r-- root/root        68 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/system/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/
      -rw-r--r-- root/root      5695 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/msghdr.rs
      -rw-r--r-- root/root      1564 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/netdevice.rs
      -rw-r--r-- root/root      3171 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/ext.rs
      -rw-r--r-- root/root      4842 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/send_recv.rs
      -rw-r--r-- root/root      8611 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/read_sockaddr.rs
      -rw-r--r-- root/root     11612 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/syscalls.rs
      -rw-r--r-- root/root      2112 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/write_sockaddr.rs
      -rw-r--r-- root/root     11650 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/addr.rs
      -rw-r--r-- root/root       356 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/mod.rs
      -rw-r--r-- root/root     41787 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/sockopt.rs
      -rw-r--r-- root/root     20430 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/c.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pipe/
      -rw-r--r-- root/root      3331 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pipe/types.rs
      -rw-r--r-- root/root      3087 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pipe/syscalls.rs
      -rw-r--r-- root/root        47 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pipe/mod.rs
      -rw-r--r-- root/root      3521 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/winsock_c.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/prctl/
      -rw-r--r-- root/root       326 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/prctl/syscalls.rs
      -rw-r--r-- root/root        25 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/prctl/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mount/
      -rw-r--r-- root/root      9514 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mount/types.rs
      -rw-r--r-- root/root      6451 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mount/syscalls.rs
      -rw-r--r-- root/root        47 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mount/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/thread/
      -rw-r--r-- root/root      2415 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/thread/types.rs
      -rw-r--r-- root/root     23368 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/thread/syscalls.rs
      -rw-r--r-- root/root      1646 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/thread/cpu_set.rs
      -rw-r--r-- root/root      3055 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/thread/futex.rs
      -rw-r--r-- root/root       197 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/thread/mod.rs
      -rw-r--r-- root/root      4545 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/conv.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/shm/
      -rw-r--r-- root/root       742 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/shm/types.rs
      -rw-r--r-- root/root       773 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/shm/syscalls.rs
      -rw-r--r-- root/root        47 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/shm/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io_uring/
      -rw-r--r-- root/root      2379 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io_uring/syscalls.rs
      -rw-r--r-- root/root        25 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io_uring/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pid/
      -rw-r--r-- root/root       248 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pid/syscalls.rs
      -rw-r--r-- root/root        25 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pid/mod.rs
      -rw-r--r-- root/root      7221 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pty/
      -rw-r--r-- root/root      3689 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pty/syscalls.rs
      -rw-r--r-- root/root        25 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pty/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/
      -rw-r--r-- root/root     26808 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/types.rs
      -rw-r--r-- root/root     46853 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/syscalls.rs
      -rw-r--r-- root/root      4616 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/inotify.rs
      -rw-r--r-- root/root     12063 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/dir.rs
      -rw-r--r-- root/root       434 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/mod.rs
      -rw-r--r-- root/root       523 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/makedev.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/
      -rw-r--r-- root/root      1856 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/types.rs
      -rw-r--r-- root/root     10190 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/syscalls.rs
      -rw-r--r-- root/root     20300 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/errno.rs
      -rw-r--r-- root/root        69 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/termios/
      -rw-r--r-- root/root       376 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/termios/types.rs
      -rw-r--r-- root/root     13831 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/termios/syscalls.rs
      -rw-r--r-- root/root        47 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/termios/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mm/
      -rw-r--r-- root/root     11328 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mm/types.rs
      -rw-r--r-- root/root      6714 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mm/syscalls.rs
      -rw-r--r-- root/root        47 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mm/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/time/
      -rw-r--r-- root/root      3494 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/time/types.rs
      -rw-r--r-- root/root      7450 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/time/syscalls.rs
      -rw-r--r-- root/root        47 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/time/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/rand/
      -rw-r--r-- root/root       636 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/rand/types.rs
      -rw-r--r-- root/root       599 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/rand/syscalls.rs
      -rw-r--r-- root/root        47 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/rand/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/ugid/
      -rw-r--r-- root/root      2236 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/ugid/syscalls.rs
      -rw-r--r-- root/root        25 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/ugid/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/
      -rw-r--r-- root/root      1495 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/types.rs
      -rw-r--r-- root/root     14872 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/syscalls.rs
      -rw-r--r-- root/root      3069 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/wait.rs
      -rw-r--r-- root/root        68 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/
      -rw-r--r-- root/root       652 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/types.rs
      -rw-r--r-- root/root     12009 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/syscalls.rs
      -rw-r--r-- root/root      2180 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/epoll.rs
      -rw-r--r-- root/root      2985 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/poll_fd.rs
      -rw-r--r-- root/root        86 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/runtime/
      -rw-r--r-- root/root       202 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/runtime/tls.rs
      -rw-r--r-- root/root      9968 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/runtime/syscalls.rs
      -rw-r--r-- root/root        45 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/runtime/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/param/
      -rw-r--r-- root/root     17851 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/param/auxv.rs
      -rw-r--r-- root/root      5475 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/param/libc_auxv.rs
      -rw-r--r-- root/root      6003 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/param/init.rs
      -rw-r--r-- root/root       481 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/param/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/system/
      -rw-r--r-- root/root      1078 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/system/types.rs
      -rw-r--r-- root/root      2233 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/system/syscalls.rs
      -rw-r--r-- root/root        47 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/system/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/
      -rw-r--r-- root/root      3923 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/msghdr.rs
      -rw-r--r-- root/root      2154 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/netdevice.rs
      -rw-r--r-- root/root      2552 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/send_recv.rs
      -rw-r--r-- root/root      5596 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/read_sockaddr.rs
      -rw-r--r-- root/root     20740 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/syscalls.rs
      -rw-r--r-- root/root       982 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/write_sockaddr.rs
      -rw-r--r-- root/root      9318 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/addr.rs
      -rw-r--r-- root/root       206 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/mod.rs
      -rw-r--r-- root/root     36646 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/sockopt.rs
      -rw-r--r-- root/root     19021 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/c.rs
      -rw-r--r-- root/root     21395 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/vdso.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pipe/
      -rw-r--r-- root/root      2658 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pipe/types.rs
      -rw-r--r-- root/root      3706 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pipe/syscalls.rs
      -rw-r--r-- root/root        47 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pipe/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/prctl/
      -rw-r--r-- root/root       559 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/prctl/syscalls.rs
      -rw-r--r-- root/root        25 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/prctl/mod.rs
      -rw-r--r-- root/root      7187 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/reg.rs
      -rw-r--r-- root/root     21092 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/vdso_wrappers.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mount/
      -rw-r--r-- root/root     11353 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mount/types.rs
      -rw-r--r-- root/root      5248 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mount/syscalls.rs
      -rw-r--r-- root/root        47 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mount/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/thread/
      -rw-r--r-- root/root      2582 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/thread/types.rs
      -rw-r--r-- root/root     16770 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/thread/syscalls.rs
      -rw-r--r-- root/root      1471 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/thread/cpu_set.rs
      -rw-r--r-- root/root      3207 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/thread/futex.rs
      -rw-r--r-- root/root        93 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/thread/mod.rs
      -rw-r--r-- root/root     29838 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/conv.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/shm/
      -rw-r--r-- root/root       798 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/shm/types.rs
      -rw-r--r-- root/root      1439 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/shm/syscalls.rs
      -rw-r--r-- root/root        47 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/shm/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io_uring/
      -rw-r--r-- root/root      2285 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io_uring/syscalls.rs
      -rw-r--r-- root/root        25 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io_uring/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/
      -rw-r--r-- root/root     12962 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/mips64.rs
      -rw-r--r-- root/root      6178 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/riscv64.rs
      -rw-r--r-- root/root      6175 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/arm.rs
      -rw-r--r-- root/root     13120 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/mips64r6.rs
      -rw-r--r-- root/root      6997 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/x86_64.rs
      -rw-r--r-- root/root      6269 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/aarch64.rs
      -rw-r--r-- root/root     12743 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/x86.rs
      -rw-r--r-- root/root     11113 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/powerpc.rs
      -rw-r--r-- root/root     11128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/powerpc64.rs
      -rw-r--r-- root/root     14810 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/mips.rs
      -rw-r--r-- root/root      6780 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/s390x.rs
      -rw-r--r-- root/root      7768 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/thumb.rs
      -rw-r--r-- root/root     10281 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/mod.rs
      -rw-r--r-- root/root     14824 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/mips32r6.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pid/
      -rw-r--r-- root/root       451 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pid/syscalls.rs
      -rw-r--r-- root/root        25 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pid/mod.rs
      -rw-r--r-- root/root      3100 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pty/
      -rw-r--r-- root/root      1232 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pty/syscalls.rs
      -rw-r--r-- root/root        25 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pty/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/
      -rw-r--r-- root/root      3544 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/membarrier.rs
      -rw-r--r-- root/root      4396 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/sched.rs
      -rw-r--r-- root/root      6595 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/id.rs
      -rw-r--r-- root/root       425 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/sched_yield.rs
      -rw-r--r-- root/root      5232 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/setns.rs
      -rw-r--r-- root/root      7649 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/libcap.rs
      -rw-r--r-- root/root      3667 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/clock.rs
      -rw-r--r-- root/root     42196 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/prctl.rs
      -rw-r--r-- root/root     18026 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/futex.rs
      -rw-r--r-- root/root       899 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/mod.rs
      -rw-r--r-- root/root     13909 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/not_implemented.rs
      -rw-r--r-- root/root     11411 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/timespec.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io_uring/
      -rw-r--r-- root/root      2432 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io_uring/bindgen_types.rs
      -rw-r--r-- root/root     64818 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io_uring/mod.rs
      -rw-r--r-- root/root      1102 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/bitcast.rs
      -rw-r--r-- root/root     15460 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/buffer.rs
      -rw-r--r-- root/root      2375 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/prctl.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ioctl/
      -rw-r--r-- root/root      7078 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ioctl/patterns.rs
      -rw-r--r-- root/root      3280 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ioctl/linux.rs
      -rw-r--r-- root/root       746 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ioctl/bsd.rs
      -rw-r--r-- root/root     12625 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ioctl/mod.rs
      -rw-r--r-- root/root      7813 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/clockid.rs
      -rw-r--r-- root/root      6954 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/pty.rs
      -rw-r--r-- root/root      4621 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ugid.rs
      -rw-r--r-- root/root      1023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/LICENSE-MIT
      -rw-r--r-- root/root     12118 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/README.md
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/benches/
      -rw-r--r-- root/root      5932 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/benches/mod.rs
      -rw-r--r-- root/root     10847 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/LICENSE-APACHE
      -rw-r--r-- root/root       853 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/COPYRIGHT
      -rw-r--r-- root/root      1839 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/SECURITY.md
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/.cargo_vcs_info.json
      -rw-r--r-- root/root      3497 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/CODE_OF_CONDUCT.md
      -rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/.cargo-ok
      -rw-r--r-- root/root     12243 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/LICENSE-Apache-2.0_WITH_LLVM-exception
      -rw-r--r-- root/root     10354 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/.github/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/.github/workflows/
      -rw-r--r-- root/root      2041 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/.github/workflows/rust.yml
      -rw-r--r-- root/root       181 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/.github/dependabot.yml
      -rw-r--r-- root/root     20393 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/Cargo.lock
      -rw-r--r-- root/root      1534 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/
      -rw-r--r-- root/root      2179 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/term_like.rs
      -rw-r--r-- root/root     14622 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/format.rs
      -rw-r--r-- root/root      6465 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/rayon.rs
      -rw-r--r-- root/root     25636 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/draw_target.rs
      -rw-r--r-- root/root     24386 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/multi.rs
      -rw-r--r-- root/root     11994 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/lib.rs
      -rw-r--r-- root/root     28629 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/state.rs
      -rw-r--r-- root/root     11075 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/iter.rs
      -rw-r--r-- root/root     43031 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/style.rs
      -rw-r--r-- root/root     11249 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/in_memory.rs
      -rw-r--r-- root/root     28986 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/progress_bar.rs
      -rw-r--r-- root/root        17 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/.gitignore
      -rw-r--r-- root/root      1754 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/README.md
      -rw-r--r-- root/root        56 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/deny.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/tests/
      -rw-r--r-- root/root     59795 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/tests/render.rs
      -rw-r--r-- root/root       539 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/tests/multi-autodrop.rs
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/.cargo_vcs_info.json
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/
      -rw-r--r-- root/root      1074 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/cargowrap.rs
      -rw-r--r-- root/root      5991 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/multi-tree.rs
      -rw-r--r-- root/root       870 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/long-spinner.rs
      -rw-r--r-- root/root       853 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/iterator.rs
      -rw-r--r-- root/root       819 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/download.rs
      -rw-r--r-- root/root       256 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/single.rs
      -rw-r--r-- root/root       583 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/fastbar.rs
      -rw-r--r-- root/root      3770 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/cargo.rs
      -rw-r--r-- root/root      1651 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/multi.rs
      -rw-r--r-- root/root       866 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/tokio.rs
      -rw-r--r-- root/root      1292 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/finebars.rs
      -rw-r--r-- root/root       727 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/download-continued.rs
      -rw-r--r-- root/root       740 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/morebars.rs
      -rw-r--r-- root/root       682 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/download-speed.rs
      -rw-r--r-- root/root       305 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/log.rs
      -rw-r--r-- root/root      2711 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/yarnish.rs
      -rw-r--r-- root/root      8721 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/multi-tree-ext.rs
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/.cargo-ok
      -rw-r--r-- root/root      1112 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/LICENSE
      -rw-r--r-- root/root      3604 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/
      -rw-r--r-- root/root     24082 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/Cargo.lock
      -rw-r--r-- root/root     14118 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/
      -rw-r--r-- root/root      6470 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_faq.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/
      -rw-r--r-- root/root       198 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/multicall_busybox.rs
      -rw-r--r-- root/root       166 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/git.rs
      -rw-r--r-- root/root       201 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/multicall_hostname.rs
      -rw-r--r-- root/root       175 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/pacman.rs
      -rw-r--r-- root/root       115 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/repl.rs
      -rw-r--r-- root/root       169 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/find.rs
      -rw-r--r-- root/root       105 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/repl_derive.rs
      -rw-r--r-- root/root       195 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/escaped_positional_derive.rs
      -rw-r--r-- root/root       182 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/escaped_positional.rs
      -rw-r--r-- root/root       203 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/cargo_example_derive.rs
      -rw-r--r-- root/root      1009 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/typed_derive.rs
      -rw-r--r-- root/root       190 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/cargo_example.rs
      -rw-r--r-- root/root      1714 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/mod.rs
      -rw-r--r-- root/root       179 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/git_derive.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/bin/
      -rw-r--r-- root/root      3897 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/bin/stdio-fixture.rs
      -rw-r--r-- root/root      5388 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_concepts.rs
      -rw-r--r-- root/root      1809 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_features.rs
      -rw-r--r-- root/root      4656 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/lib.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_derive/
      -rw-r--r-- root/root     10027 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_derive/_tutorial.rs
      -rw-r--r-- root/root     27151 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_derive/mod.rs
      -rw-r--r-- root/root      8965 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_tutorial.rs
      -rw-r--r-- root/root      1062 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/LICENSE-MIT
      -rw-r--r-- root/root      1891 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/README.md
      -rw-r--r-- root/root     11358 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/LICENSE-APACHE
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/.cargo_vcs_info.json
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/
      -rw-r--r-- root/root       961 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/cargo-example.md
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/
      -rw-r--r-- root/root       470 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/02_apps.rs
      -rw-r--r-- root/root       340 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_05_default_values.md
      -rw-r--r-- root/root       473 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_02_option_mult.rs
      -rw-r--r-- root/root       217 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_03_positional.rs
      -rw-r--r-- root/root       657 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_01_possible.rs
      -rw-r--r-- root/root      1372 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_04_subcommands.md
      -rw-r--r-- root/root       326 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_06_required.rs
      -rw-r--r-- root/root       398 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_03_positional_mult.md
      -rw-r--r-- root/root       682 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_04_subcommands.rs
      -rw-r--r-- root/root       356 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_01_flag_bool.rs
      -rw-r--r-- root/root       241 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_02_option.rs
      -rw-r--r-- root/root       376 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_01_flag_count.md
      -rw-r--r-- root/root       913 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_01_enum.md
      -rw-r--r-- root/root      3140 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_04_custom.rs
      -rw-r--r-- root/root       495 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/02_crate.rs
      -rw-r--r-- root/root       355 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_01_flag_count.rs
      -rw-r--r-- root/root      2053 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/01_quick.rs
      -rw-r--r-- root/root      1553 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_03_relations.md
      -rw-r--r-- root/root       254 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/02_apps.md
      -rw-r--r-- root/root       525 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_02_option_mult.md
      -rw-r--r-- root/root       611 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/05_01_assert.rs
      -rw-r--r-- root/root       438 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_06_required.md
      -rw-r--r-- root/root       505 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_01_flag_bool.md
      -rw-r--r-- root/root       509 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_01_possible.md
      -rw-r--r-- root/root       512 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/02_app_settings.rs
      -rw-r--r-- root/root       434 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_05_default_values.rs
      -rw-r--r-- root/root       529 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_02_parse.rs
      -rw-r--r-- root/root      1771 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_01_enum.rs
      -rw-r--r-- root/root       487 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_02_option.md
      -rw-r--r-- root/root       556 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_02_parse.md
      -rw-r--r-- root/root      2803 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_03_relations.rs
      -rw-r--r-- root/root       711 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/01_quick.md
      -rw-r--r-- root/root       312 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/02_crate.md
      -rw-r--r-- root/root       319 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/02_app_settings.md
      -rw-r--r-- root/root       567 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_02_validate.md
      -rw-r--r-- root/root      1256 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_04_custom.md
      -rw-r--r-- root/root       951 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_02_validate.rs
      -rw-r--r-- root/root       375 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_03_positional_mult.rs
      -rw-r--r-- root/root       319 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_03_positional.md
      -rw-r--r-- root/root      4282 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/git-derive.rs
      -rw-r--r-- root/root       891 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/multicall-busybox.md
      -rw-r--r-- root/root      4970 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/git.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/
      -rw-r--r-- root/root       352 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/02_apps.rs
      -rw-r--r-- root/root       368 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_05_default_values.md
      -rw-r--r-- root/root       227 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_02_option_mult.rs
      -rw-r--r-- root/root       198 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_03_positional.rs
      -rw-r--r-- root/root      1550 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_04_subcommands.md
      -rw-r--r-- root/root       430 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_03_positional_mult.md
      -rw-r--r-- root/root       617 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_04_subcommands.rs
      -rw-r--r-- root/root       229 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_01_flag_bool.rs
      -rw-r--r-- root/root       339 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_06_optional.md
      -rw-r--r-- root/root       222 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_02_option.rs
      -rw-r--r-- root/root       411 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_01_flag_count.md
      -rw-r--r-- root/root       673 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_04_subcommands_alt.rs
      -rw-r--r-- root/root       962 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_01_enum.md
      -rw-r--r-- root/root      2527 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_04_custom.rs
      -rw-r--r-- root/root       308 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/02_crate.rs
      -rw-r--r-- root/root       260 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_01_flag_count.rs
      -rw-r--r-- root/root      1780 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/01_quick.rs
      -rw-r--r-- root/root      1623 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_03_relations.md
      -rw-r--r-- root/root       263 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/02_apps.md
      -rw-r--r-- root/root       557 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_02_option_mult.md
      -rw-r--r-- root/root       316 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/05_01_assert.rs
      -rw-r--r-- root/root       547 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_01_flag_bool.md
      -rw-r--r-- root/root       316 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/02_app_settings.rs
      -rw-r--r-- root/root       230 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_05_default_values.rs
      -rw-r--r-- root/root       285 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_02_parse.rs
      -rw-r--r-- root/root       646 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_01_enum.rs
      -rw-r--r-- root/root       669 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_02_option.md
      -rw-r--r-- root/root       584 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_02_parse.md
      -rw-r--r-- root/root      1825 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_03_relations.rs
      -rw-r--r-- root/root       206 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_06_optional.rs
      -rw-r--r-- root/root       739 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/01_quick.md
      -rw-r--r-- root/root       321 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/02_crate.md
      -rw-r--r-- root/root       325 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/02_app_settings.md
      -rw-r--r-- root/root       602 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_02_validate.md
      -rw-r--r-- root/root      1266 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_04_custom.md
      -rw-r--r-- root/root       715 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_02_validate.rs
      -rw-r--r-- root/root       203 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_03_positional_mult.rs
      -rw-r--r-- root/root       483 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_03_positional.md
      -rw-r--r-- root/root      4197 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/pacman.rs
      -rw-r--r-- root/root      2574 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/repl.rs
      -rw-r--r-- root/root      1292 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/escaped-positional-derive.md
      -rw-r--r-- root/root       444 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/demo.md
      -rw-r--r-- root/root      3280 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/git-derive.md
      -rw-r--r-- root/root      4165 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/find.rs
      -rw-r--r-- root/root      1058 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/cargo-example-derive.md
      -rw-r--r-- root/root       438 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/demo.rs
      -rw-r--r-- root/root       268 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/multicall-hostname.md
      -rw-r--r-- root/root       654 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/multicall-hostname.rs
      -rw-r--r-- root/root      1715 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/repl-derive.rs
      -rw-r--r-- root/root      2899 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/git.md
      -rw-r--r-- root/root       830 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/README.md
      -rw-r--r-- root/root      1884 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/pacman.md
      -rw-r--r-- root/root      1593 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/multicall-busybox.rs
      -rw-r--r-- root/root      1242 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/escaped-positional.md
      -rw-r--r-- root/root      1059 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/escaped-positional.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/
      -rw-r--r-- root/root       885 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/foreign_crate.rs
      -rw-r--r-- root/root      2353 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/custom.rs
      -rw-r--r-- root/root      2599 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/implicit.md
      -rw-r--r-- root/root       555 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/main.rs
      -rw-r--r-- root/root      1165 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/custom.md
      -rw-r--r-- root/root      1539 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/implicit.rs
      -rw-r--r-- root/root       699 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/fn_parser.rs
      -rw-r--r-- root/root       668 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/fn_parser.md
      -rw-r--r-- root/root      1630 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/builtin.md
      -rw-r--r-- root/root       775 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/builtin.rs
      -rw-r--r-- root/root       919 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/cargo-example-derive.rs
      -rw-r--r-- root/root      1247 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/find.md
      -rw-r--r-- root/root       684 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/escaped-positional-derive.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/derive_ref/
      -rw-r--r-- root/root       565 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/derive_ref/augment_subcommands.rs
      -rw-r--r-- root/root      2457 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/derive_ref/hand_subcommand.rs
      -rw-r--r-- root/root       889 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/derive_ref/augment_args.rs
      -rw-r--r-- root/root      3930 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/derive_ref/interop_tests.md
      -rw-r--r-- root/root      2441 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/derive_ref/flatten_hand_args.rs
      -rw-r--r-- root/root      1114 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/cargo-example.rs
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/.cargo-ok
      -rw-r--r-- root/root     14754 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/.github/
      -rw-r--r-- root/root        16 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/.github/FUNDING.yml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/.github/workflows/
      -rw-r--r-- root/root      2922 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/.github/workflows/ci.yml
      -rw-r--r-- root/root      8037 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/Cargo.lock
      -rw-r--r-- root/root       918 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/
      -rw-r--r-- root/root      3784 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs
      -rw-r--r-- root/root      3688 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/rustc.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/
      -rw-r--r-- root/root      2442 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/token.rs
      -rw-r--r-- root/root      1827 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/constfn.rs
      -rw-r--r-- root/root      5189 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/expr.rs
      -rw-r--r-- root/root      1982 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/bound.rs
      -rw-r--r-- root/root      3887 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/expand.rs
      -rw-r--r-- root/root      9085 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs
      -rw-r--r-- root/root      1408 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/time.rs
      -rw-r--r-- root/root      1061 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/iter.rs
      -rw-r--r-- root/root       930 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/release.rs
      -rw-r--r-- root/root       886 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/attr.rs
      -rw-r--r-- root/root      1714 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/error.rs
      -rw-r--r-- root/root      1407 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/date.rs
      -rw-r--r-- root/root       289 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/version.rs
      -rw-r--r-- root/root        21 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/.gitignore
      -rw-r--r-- root/root      1023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/LICENSE-MIT
      -rw-r--r-- root/root      4888 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/README.md
      -rw-r--r-- root/root      9723 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/LICENSE-APACHE
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/
      -rw-r--r-- root/root      2547 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/test_parse.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/
      -rw-r--r-- root/root        63 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/const-not-fn.rs
      -rw-r--r-- root/root       104 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-version.rs
      -rw-r--r-- root/root        90 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-not.rs
      -rw-r--r-- root/root       100 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-bound.rs
      -rw-r--r-- root/root       312 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-date.stderr
      -rw-r--r-- root/root       239 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-not.stderr
      -rw-r--r-- root/root       148 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/const-not-fn.stderr
      -rw-r--r-- root/root       104 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-date.rs
      -rw-r--r-- root/root       322 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-version.stderr
      -rw-r--r-- root/root       374 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-bound.stderr
      -rw-r--r-- root/root       307 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/test_eval.rs
      -rw-r--r-- root/root       842 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/test_const.rs
      -rw-r--r-- root/root       214 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/compiletest.rs
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/.cargo-ok
      -rw-r--r-- root/root      1783 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/
      -rw-r--r-- root/root       198 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/build.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/lib/
      -rw-r--r-- root/root   5221340 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/lib/windows.0.53.0.lib
      -rw-r--r-- root/root       164 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/Cargo.lock
      -rw-r--r-- root/root       114 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/readme.md
      -rw-r--r-- root/root       385 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/src/
      -rw-r--r-- root/root        11 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/src/lib.rs
      -rw-r--r-- root/root       120 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/.cargo_vcs_info.json
      -rw-r--r-- root/root     11351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/license-apache-2.0
      -rw-r--r-- root/root      1141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/license-mit
      -rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/.cargo-ok
      -rw-r--r-- root/root      1159 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/
      -rw-r--r-- root/root       198 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/build.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/lib/
      -rw-r--r-- root/root   5077620 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/lib/libwindows.0.53.0.a
      -rw-r--r-- root/root       168 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/Cargo.lock
      -rw-r--r-- root/root       114 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/readme.md
      -rw-r--r-- root/root       389 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/src/
      -rw-r--r-- root/root        11 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/src/lib.rs
      -rw-r--r-- root/root       124 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/.cargo_vcs_info.json
      -rw-r--r-- root/root     11351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/license-apache-2.0
      -rw-r--r-- root/root      1141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/license-mit
      -rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/.cargo-ok
      -rw-r--r-- root/root      1167 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/
      -rw-r--r-- root/root      1099 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/build.rs
      -rw-r--r-- root/root       400 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/Cargo.lock
      -rw-r--r-- root/root       838 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/src/
      -rw-r--r-- root/root      4849 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/src/identifier.rs
      -rw-r--r-- root/root       628 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/src/schema_hash_approval.rs
      -rw-r--r-- root/root       573 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/src/tys.rs
      -rw-r--r-- root/root      7018 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/src/lib.rs
      -rw-r--r-- root/root      1057 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/LICENSE-MIT
      -rw-r--r-- root/root     10847 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/LICENSE-APACHE
      -rw-r--r-- root/root       107 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/.cargo-ok
      -rw-r--r-- root/root      1619 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/.github/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/.github/workflows/
      -rw-r--r-- root/root       602 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/.github/workflows/ci.yaml
      -rw-r--r-- root/root      5125 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/Cargo.lock
      -rw-r--r-- root/root      2420 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/Cargo.toml.orig
      -rw-r--r-- root/root      7309 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/CHANGELOG.md
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/
      -rw-r--r-- root/root      5803 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/imp_pl.rs
      -rw-r--r-- root/root     12743 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/imp_std.rs
      -rw-r--r-- root/root      2485 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/imp_cs.rs
      -rw-r--r-- root/root     46949 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs
      -rw-r--r-- root/root     16266 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/race.rs
      -rw-r--r-- root/root        28 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/.gitignore
      -rw-r--r-- root/root        50 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/bors.toml
      -rw-r--r-- root/root      1023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/LICENSE-MIT
      -rw-r--r-- root/root      2191 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/README.md
      -rw-r--r-- root/root     10847 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/LICENSE-APACHE
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/
      -rw-r--r-- root/root      3685 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/sync_lazy.rs
      -rw-r--r-- root/root      7663 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/sync_once_cell.rs
      -rw-r--r-- root/root      3853 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/unsync_once_cell.rs
      -rw-r--r-- root/root       297 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/main.rs
      -rw-r--r-- root/root      2765 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/unsync_lazy.rs
      -rw-r--r-- root/root      3286 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/race.rs
      -rw-r--r-- root/root      3798 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/race_once_box.rs
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/.cargo_vcs_info.json
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/
      -rw-r--r-- root/root      1225 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/test_synchronization.rs
      -rw-r--r-- root/root       351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/reentrant_init_deadlocks.rs
      -rw-r--r-- root/root      1663 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/regex.rs
      -rw-r--r-- root/root      1036 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/lazy_static.rs
      -rw-r--r-- root/root       831 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/bench.rs
      -rw-r--r-- root/root      1344 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/bench_acquire.rs
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/.cargo-ok
      -rw-r--r-- root/root      2542 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/
      -rw-r--r-- root/root      1385 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/build.rs
      -rw-r--r-- root/root      4540 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/Cargo.lock
      -rw-r--r-- root/root      3864 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/cache/
      -rw-r--r-- root/root      3361 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/cache/intern.rs
      -rw-r--r-- root/root        16 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/cache/mod.rs
      -rw-r--r-- root/root      4518 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/describe.rs
      -rw-r--r-- root/root      6281 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/cast.rs
      -rw-r--r-- root/root     16394 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/closure.rs
      -rw-r--r-- root/root       170 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/link.rs
      -rw-r--r-- root/root     55377 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/lib.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/convert/
      -rw-r--r-- root/root      8612 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/convert/closures.rs
      -rw-r--r-- root/root     11647 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/convert/slices.rs
      -rw-r--r-- root/root     14741 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/convert/impls.rs
      -rw-r--r-- root/root     13391 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/convert/traits.rs
      -rw-r--r-- root/root       294 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/convert/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/rt/
      -rw-r--r-- root/root      1836 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/rt/marker.rs
      -rw-r--r-- root/root     24150 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/rt/mod.rs
      -rw-r--r-- root/root      4689 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/externref.rs
      -rw-r--r-- root/root      1057 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/LICENSE-MIT
      -rw-r--r-- root/root      5198 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/README.md
      -rw-r--r-- root/root     10847 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/LICENSE-APACHE
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/.cargo-ok
      -rw-r--r-- root/root      2467 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/
      -rw-r--r-- root/root       198 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/build.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/lib/
      -rw-r--r-- root/root   5425650 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/lib/libwindows.0.53.0.a
      -rw-r--r-- root/root       165 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/Cargo.lock
      -rw-r--r-- root/root       114 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/readme.md
      -rw-r--r-- root/root       386 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/src/
      -rw-r--r-- root/root        11 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/src/lib.rs
      -rw-r--r-- root/root       121 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/.cargo_vcs_info.json
      -rw-r--r-- root/root     11351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/license-apache-2.0
      -rw-r--r-- root/root      1141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/license-mit
      -rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/.cargo-ok
      -rw-r--r-- root/root      1161 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/
      -rw-r--r-- root/root       385 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/CONTRIBUTING.md
      -rw-r--r-- root/root      8235 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/Cargo.lock
      -rw-r--r-- root/root      1260 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/Cargo.toml.orig
      -rw-r--r-- root/root     28066 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/CHANGELOG.md
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/
      -rw-r--r-- root/root      2739 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests.rs
      -rw-r--r-- root/root      8340 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/parser.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/external/
      -rw-r--r-- root/root       399 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/external/bytemuck.rs
      -rw-r--r-- root/root      2797 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/external/serde.rs
      -rw-r--r-- root/root       779 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/external/arbitrary.rs
      -rw-r--r-- root/root     19664 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/public.rs
      -rw-r--r-- root/root     29456 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/lib.rs
      -rw-r--r-- root/root      5051 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/iter.rs
      -rw-r--r-- root/root      7376 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/external.rs
      -rw-r--r-- root/root      4779 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/internal.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/
      -rw-r--r-- root/root      2638 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/symmetric_difference.rs
      -rw-r--r-- root/root      1804 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/intersection.rs
      -rw-r--r-- root/root       750 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/is_empty.rs
      -rw-r--r-- root/root       749 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/is_all.rs
      -rw-r--r-- root/root      9004 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/parser.rs
      -rw-r--r-- root/root       534 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/clear.rs
      -rw-r--r-- root/root      2996 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/bitflags_match.rs
      -rw-r--r-- root/root      1006 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/from_bits.rs
      -rw-r--r-- root/root      2201 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/intersects.rs
      -rw-r--r-- root/root      1010 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/from_bits_truncate.rs
      -rw-r--r-- root/root      2205 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/remove.rs
      -rw-r--r-- root/root      1971 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/fmt.rs
      -rw-r--r-- root/root      1035 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/from_name.rs
      -rw-r--r-- root/root       460 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/all.rs
      -rw-r--r-- root/root       455 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/empty.rs
      -rw-r--r-- root/root      1324 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/complement.rs
      -rw-r--r-- root/root      8582 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/iter.rs
      -rw-r--r-- root/root      1605 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/union.rs
      -rw-r--r-- root/root      2059 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/insert.rs
      -rw-r--r-- root/root       901 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/flags.rs
      -rw-r--r-- root/root       898 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/extend.rs
      -rw-r--r-- root/root       994 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/unknown.rs
      -rw-r--r-- root/root      2144 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/difference.rs
      -rw-r--r-- root/root       871 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/from_bits_retain.rs
      -rw-r--r-- root/root      2570 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/contains.rs
      -rw-r--r-- root/root       303 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/eq.rs
      -rw-r--r-- root/root       574 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/truncate.rs
      -rw-r--r-- root/root       958 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/bits.rs
      -rw-r--r-- root/root      1843 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/example_generated.rs
      -rw-r--r-- root/root     12062 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/traits.rs
      -rw-r--r-- root/root        31 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/.gitignore
      -rw-r--r-- root/root      1071 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/LICENSE-MIT
      -rw-r--r-- root/root      2935 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/README.md
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/benches/
      -rw-r--r-- root/root      2122 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/benches/parse.rs
      -rw-r--r-- root/root     10847 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/LICENSE-APACHE
      -rw-r--r-- root/root     10768 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/spec.md
      -rw-r--r-- root/root       690 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/SECURITY.md
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/.cargo_vcs_info.json
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/examples/
      -rw-r--r-- root/root      2176 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/examples/custom_bits_type.rs
      -rw-r--r-- root/root      1534 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/examples/macro_free.rs
      -rw-r--r-- root/root      1116 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/examples/serde.rs
      -rw-r--r-- root/root      1175 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/examples/fmt.rs
      -rw-r--r-- root/root       691 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/examples/custom_derive.rs
      -rw-r--r-- root/root      3222 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/CODE_OF_CONDUCT.md
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/.cargo-ok
      -rw-r--r-- root/root      2354 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/
      -rw-r--r-- root/root       198 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/build.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/lib/
      -rw-r--r-- root/root  12712684 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/lib/libwindows.0.53.0.a
      -rw-r--r-- root/root       163 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/Cargo.lock
      -rw-r--r-- root/root       114 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/readme.md
      -rw-r--r-- root/root       384 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/src/
      -rw-r--r-- root/root        11 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/src/lib.rs
      -rw-r--r-- root/root       119 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/.cargo_vcs_info.json
      -rw-r--r-- root/root     11351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/license-apache-2.0
      -rw-r--r-- root/root      1141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/license-mit
      -rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/.cargo-ok
      -rw-r--r-- root/root      1157 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/
      -rw-r--r-- root/root       198 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/build.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/lib/
      -rw-r--r-- root/root   5569370 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/lib/windows.0.53.0.lib
      -rw-r--r-- root/root       162 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/Cargo.lock
      -rw-r--r-- root/root       114 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/readme.md
      -rw-r--r-- root/root       383 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/src/
      -rw-r--r-- root/root        11 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/src/lib.rs
      -rw-r--r-- root/root       118 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/.cargo_vcs_info.json
      -rw-r--r-- root/root     11351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/license-apache-2.0
      -rw-r--r-- root/root      1141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/license-mit
      -rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/.cargo-ok
      -rw-r--r-- root/root      1155 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/
      -rw-r--r-- root/root     10513 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/build.rs
      -rw-r--r-- root/root      5568 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/CONTRIBUTING.md
      -rw-r--r-- root/root       202 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/.git-blame-ignore-revs
      -rw-r--r-- root/root       406 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/Cargo.lock
      -rw-r--r-- root/root      5816 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/Cargo.toml.orig
      -rw-r--r-- root/root     55836 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/CHANGELOG.md
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/nuttx/
      -rw-r--r-- root/root     16992 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/nuttx/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/redox/
      -rw-r--r-- root/root     46801 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/redox/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/hurd/
      -rw-r--r-- root/root      2619 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/hurd/b32.rs
      -rw-r--r-- root/root      2613 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/hurd/b64.rs
      -rw-r--r-- root/root    152129 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/hurd/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/
      -rw-r--r-- root/root      3070 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/x86_common.rs
      -rw-r--r-- root/root      4390 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/x86_64.rs
      -rw-r--r-- root/root      8720 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/illumos.rs
      -rw-r--r-- root/root       843 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/x86.rs
      -rw-r--r-- root/root      5633 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/solaris.rs
      -rw-r--r-- root/root      6743 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/compat.rs
      -rw-r--r-- root/root    102297 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/nto/
      -rw-r--r-- root/root     42089 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/nto/neutrino.rs
      -rw-r--r-- root/root      2745 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/nto/x86_64.rs
      -rw-r--r-- root/root       694 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/nto/aarch64.rs
      -rw-r--r-- root/root    105039 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/nto/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/powerpc/
      -rw-r--r-- root/root       318 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/powerpc/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/rtems/
      -rw-r--r-- root/root      3962 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/rtems/mod.rs
      -rw-r--r-- root/root      1022 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/generic.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/espidf/
      -rw-r--r-- root/root      3346 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/espidf/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/aarch64/
      -rw-r--r-- root/root      1312 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/aarch64/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/vita/
      -rw-r--r-- root/root      6579 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/vita/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/arm/
      -rw-r--r-- root/root      1353 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/arm/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/horizon/
      -rw-r--r-- root/root      7446 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/horizon/mod.rs
      -rw-r--r-- root/root     30746 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/
      -rw-r--r-- root/root      2522 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/riscv64.rs
      -rw-r--r-- root/root      2169 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/arm.rs
      -rw-r--r-- root/root       174 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/sparc64.rs
      -rw-r--r-- root/root      1713 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/x86_64.rs
      -rw-r--r-- root/root      3868 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/aarch64.rs
      -rw-r--r-- root/root       130 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/x86.rs
      -rw-r--r-- root/root       298 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/powerpc.rs
      -rw-r--r-- root/root       355 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/mips.rs
      -rw-r--r-- root/root     77166 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/
      -rw-r--r-- root/root        87 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/mips64.rs
      -rw-r--r-- root/root       581 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/riscv64.rs
      -rw-r--r-- root/root       127 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/arm.rs
      -rw-r--r-- root/root        89 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/sparc64.rs
      -rw-r--r-- root/root      1710 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/x86_64.rs
      -rw-r--r-- root/root       437 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/aarch64.rs
      -rw-r--r-- root/root       124 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/x86.rs
      -rw-r--r-- root/root       127 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/powerpc.rs
      -rw-r--r-- root/root       125 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/powerpc64.rs
      -rw-r--r-- root/root     63555 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/mod.rs
      -rw-r--r-- root/root     29182 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd11/
      -rw-r--r-- root/root       856 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd11/b32.rs
      -rw-r--r-- root/root       820 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd11/b64.rs
      -rw-r--r-- root/root     11022 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs
      -rw-r--r-- root/root      1185 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/riscv64.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd13/
      -rw-r--r-- root/root       311 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd13/x86_64.rs
      -rw-r--r-- root/root     12999 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd13/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd14/
      -rw-r--r-- root/root       686 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd14/x86_64.rs
      -rw-r--r-- root/root     13011 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd14/mod.rs
      -rw-r--r-- root/root       709 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/arm.rs
      -rw-r--r-- root/root      1044 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/aarch64.rs
      -rw-r--r-- root/root      1507 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/x86.rs
      -rw-r--r-- root/root       802 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/powerpc.rs
      -rw-r--r-- root/root       804 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/powerpc64.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd15/
      -rw-r--r-- root/root       686 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd15/x86_64.rs
      -rw-r--r-- root/root     13093 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd15/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd12/
      -rw-r--r-- root/root       311 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd12/x86_64.rs
      -rw-r--r-- root/root     11679 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd12/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/x86_64/
      -rw-r--r-- root/root      5092 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/x86_64/mod.rs
      -rw-r--r-- root/root    171283 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/dragonfly/
      -rw-r--r-- root/root     43155 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/dragonfly/mod.rs
      -rw-r--r-- root/root     65102 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b32/
      -rw-r--r-- root/root      1935 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b32/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b64/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b64/aarch64/
      -rw-r--r-- root/root       270 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b64/aarch64/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b64/x86_64/
      -rw-r--r-- root/root      2665 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b64/x86_64/mod.rs
      -rw-r--r-- root/root      2017 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b64/mod.rs
      -rw-r--r-- root/root    181207 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/mod.rs
      -rw-r--r-- root/root     29141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/aix/
      -rw-r--r-- root/root     11525 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/aix/powerpc64.rs
      -rw-r--r-- root/root    115617 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/aix/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/haiku/
      -rw-r--r-- root/root     51710 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/haiku/native.rs
      -rw-r--r-- root/root      1409 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/haiku/x86_64.rs
      -rw-r--r-- root/root      4496 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/haiku/bsd.rs
      -rw-r--r-- root/root       503 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/haiku/b32.rs
      -rw-r--r-- root/root       506 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/haiku/b64.rs
      -rw-r--r-- root/root     64159 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/haiku/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b32/
      -rw-r--r-- root/root     18069 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b32/arm.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b32/x86/
      -rw-r--r-- root/root     20688 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b32/x86/mod.rs
      -rw-r--r-- root/root      6354 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b32/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/aarch64/
      -rw-r--r-- root/root     17289 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/aarch64/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/riscv64/
      -rw-r--r-- root/root     14221 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/riscv64/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/x86_64/
      -rw-r--r-- root/root     21101 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/x86_64/mod.rs
      -rw-r--r-- root/root      5693 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/mod.rs
      -rw-r--r-- root/root    132467 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/mips/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/mips/mips64/
      -rw-r--r-- root/root      5786 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/mips/mips64/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/mips/mips32/
      -rw-r--r-- root/root     26667 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/mips/mips32/mod.rs
      -rw-r--r-- root/root     10315 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/mips/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/x86_64/
      -rw-r--r-- root/root       194 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/x86_64/other.rs
      -rw-r--r-- root/root      1855 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/x86_64/l4re.rs
      -rw-r--r-- root/root     10716 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/x86_64/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/arm/
      -rw-r--r-- root/root     32399 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/arm/mod.rs
      -rw-r--r-- root/root     16329 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/riscv32/
      -rw-r--r-- root/root     24012 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/riscv32/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/mips/
      -rw-r--r-- root/root     30328 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/mips/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/x86/
      -rw-r--r-- root/root     28887 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/x86/mod.rs
      -rw-r--r-- root/root     21759 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/hexagon.rs
      -rw-r--r-- root/root     27605 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/powerpc.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/arm/
      -rw-r--r-- root/root     27174 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/arm/mod.rs
      -rw-r--r-- root/root      1174 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/mod.rs
      -rw-r--r-- root/root      5911 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/lfs64.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/
      -rw-r--r-- root/root     27909 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/mips64.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/wasm32/
      -rw-r--r-- root/root     16435 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/wasm32/wali.rs
      -rw-r--r-- root/root     24815 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/wasm32/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/aarch64/
      -rw-r--r-- root/root     25184 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/aarch64/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/riscv64/
      -rw-r--r-- root/root     23555 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/riscv64/mod.rs
      -rw-r--r-- root/root     27194 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/powerpc64.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/loongarch64/
      -rw-r--r-- root/root     23480 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/loongarch64/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/x86_64/
      -rw-r--r-- root/root     29289 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/x86_64/mod.rs
      -rw-r--r-- root/root     26632 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/s390x.rs
      -rw-r--r-- root/root      2463 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/mod.rs
      -rw-r--r-- root/root     28455 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/powerpc/
      -rw-r--r-- root/root     10769 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/powerpc/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/sparc/
      -rw-r--r-- root/root      9787 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/sparc/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/generic/
      -rw-r--r-- root/root     12680 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/generic/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/mips/
      -rw-r--r-- root/root     12303 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/mips/mod.rs
      -rw-r--r-- root/root       554 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/mod.rs
      -rw-r--r-- root/root    215657 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/riscv32/
      -rw-r--r-- root/root     27705 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/riscv32/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/sparc/
      -rw-r--r-- root/root     30319 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/sparc/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/mips/
      -rw-r--r-- root/root     34732 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/mips/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/x86/
      -rw-r--r-- root/root     35393 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/x86/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/m68k/
      -rw-r--r-- root/root     32036 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/m68k/mod.rs
      -rw-r--r-- root/root     31644 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/powerpc.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/arm/
      -rw-r--r-- root/root     31525 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/arm/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/csky/
      -rw-r--r-- root/root     26225 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/csky/mod.rs
      -rw-r--r-- root/root     15001 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/mips64/
      -rw-r--r-- root/root     34741 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/mips64/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/aarch64/
      -rw-r--r-- root/root      1951 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/aarch64/ilp32.rs
      -rw-r--r-- root/root      2353 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/aarch64/lp64.rs
      -rw-r--r-- root/root     33014 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/aarch64/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/riscv64/
      -rw-r--r-- root/root     31117 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/riscv64/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/sparc64/
      -rw-r--r-- root/root     32057 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/sparc64/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/loongarch64/
      -rw-r--r-- root/root     32427 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/loongarch64/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/x86_64/
      -rw-r--r-- root/root     22003 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/x86_64/x32.rs
      -rw-r--r-- root/root     16846 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs
      -rw-r--r-- root/root     22845 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs
      -rw-r--r-- root/root     32581 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/s390x.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/powerpc64/
      -rw-r--r-- root/root     36178 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/powerpc64/mod.rs
      -rw-r--r-- root/root      7520 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/mod.rs
      -rw-r--r-- root/root     42112 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/emscripten/
      -rw-r--r-- root/root      5366 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/emscripten/lfs64.rs
      -rw-r--r-- root/root     47120 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/emscripten/mod.rs
      -rw-r--r-- root/root     75059 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/mod.rs
      -rw-r--r-- root/root     70293 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/cygwin/
      -rw-r--r-- root/root     78084 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/cygwin/mod.rs
      -rw-r--r-- root/root      2000 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/trusty.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/fuchsia/
      -rw-r--r-- root/root      1291 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/fuchsia/riscv64.rs
      -rw-r--r-- root/root      3043 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/fuchsia/x86_64.rs
      -rw-r--r-- root/root      2150 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/fuchsia/aarch64.rs
      -rw-r--r-- root/root    136706 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/fuchsia/mod.rs
      -rw-r--r-- root/root     18833 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/macros.rs
      -rw-r--r-- root/root       366 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/xous.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/
      -rw-r--r-- root/root        24 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/riscv64.rs
      -rw-r--r-- root/root        24 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/arm.rs
      -rw-r--r-- root/root        24 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/x86_64.rs
      -rw-r--r-- root/root        24 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/aarch64.rs
      -rw-r--r-- root/root        24 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/x86.rs
      -rw-r--r-- root/root        24 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/powerpc.rs
      -rw-r--r-- root/root        24 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/powerpc64.rs
      -rw-r--r-- root/root        24 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/riscv32.rs
      -rw-r--r-- root/root     76665 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/mod.rs
      -rw-r--r-- root/root      1966 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/types.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/windows/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/windows/msvc/
      -rw-r--r-- root/root       518 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/windows/msvc/mod.rs
      -rw-r--r-- root/root     21874 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/windows/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/windows/gnu/
      -rw-r--r-- root/root      1018 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/windows/gnu/mod.rs
      -rw-r--r-- root/root     15293 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/hermit.rs
      -rw-r--r-- root/root       344 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/switch.rs
      -rw-r--r-- root/root      3952 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/lib.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/rtems/
      -rw-r--r-- root/root        57 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/rtems/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/nuttx/
      -rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/nuttx/unistd.rs
      -rw-r--r-- root/root        81 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/nuttx/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/solaris/
      -rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/solaris/unistd.rs
      -rw-r--r-- root/root       134 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/solaris/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/trusty/
      -rw-r--r-- root/root        59 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/trusty/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/l4re/
      -rw-r--r-- root/root        99 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/l4re/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/redox/
      -rw-r--r-- root/root        81 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/redox/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/fuchsia/
      -rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/fuchsia/unistd.rs
      -rw-r--r-- root/root        85 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/fuchsia/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/hurd/
      -rw-r--r-- root/root        59 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/hurd/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/espidf/
      -rw-r--r-- root/root        62 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/espidf/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/illumos/
      -rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/illumos/unistd.rs
      -rw-r--r-- root/root        85 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/illumos/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/uclibc/
      -rw-r--r-- root/root      1866 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/uclibc/pthread.rs
      -rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/uclibc/unistd.rs
      -rw-r--r-- root/root       156 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/uclibc/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/vxworks/
      -rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/vxworks/unistd.rs
      -rw-r--r-- root/root        85 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/vxworks/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/sys/
      -rw-r--r-- root/root       372 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/sys/ipc.rs
      -rw-r--r-- root/root       302 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/sys/types.rs
      -rw-r--r-- root/root      2658 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/sys/timex.rs
      -rw-r--r-- root/root       348 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/sys/time.rs
      -rw-r--r-- root/root      1253 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/sys/statvfs.rs
      -rw-r--r-- root/root       189 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/sys/mod.rs
      -rw-r--r-- root/root       782 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/utmp_.rs
      -rw-r--r-- root/root      2906 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/utmpx_.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/net/
      -rw-r--r-- root/root      3050 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/net/if_.rs
      -rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/unistd.rs
      -rw-r--r-- root/root       340 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/nto/
      -rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/nto/unistd.rs
      -rw-r--r-- root/root        87 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/nto/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/newlib/
      -rw-r--r-- root/root      6579 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/newlib/unistd.rs
      -rw-r--r-- root/root        83 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/newlib/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/relibc/
      -rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/relibc/unistd.rs
      -rw-r--r-- root/root       108 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/relibc/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/hermit_abi/
      -rw-r--r-- root/root       105 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/hermit_abi/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/sys/
      -rw-r--r-- root/root      1769 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/sys/socket.rs
      -rw-r--r-- root/root      1750 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/pthread.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/generic/
      -rw-r--r-- root/root       151 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/generic/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips/bits/
      -rw-r--r-- root/root        91 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips/bits/socket.rs
      -rw-r--r-- root/root       148 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips64/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips64/bits/
      -rw-r--r-- root/root        91 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips64/bits/socket.rs
      -rw-r--r-- root/root       152 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips64/mod.rs
      -rw-r--r-- root/root       216 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mod.rs
      -rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/unistd.rs
      -rw-r--r-- root/root       921 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/freebsd/
      -rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/freebsd/unistd.rs
      -rw-r--r-- root/root       234 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/freebsd/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/ucrt/
      -rw-r--r-- root/root       285 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/ucrt/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/
      -rw-r--r-- root/root      3402 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/can.rs
      -rw-r--r-- root/root      2771 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/keyctl.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/can/
      -rw-r--r-- root/root       531 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/can/raw.rs
      -rw-r--r-- root/root      1222 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/can/bcm.rs
      -rw-r--r-- root/root      1840 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/can/j1939.rs
      -rw-r--r-- root/root       143 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/mod.rs
      -rw-r--r-- root/root        91 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/xous/
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/xous/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/bionic_libc/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/bionic_libc/sys/
      -rw-r--r-- root/root      1137 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/bionic_libc/sys/socket.rs
      -rw-r--r-- root/root        46 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/bionic_libc/sys/mod.rs
      -rw-r--r-- root/root      1153 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/bionic_libc/pthread.rs
      -rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/bionic_libc/unistd.rs
      -rw-r--r-- root/root       236 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/bionic_libc/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libc/
      -rw-r--r-- root/root       140 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libc/signal.rs
      -rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libc/unistd.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/machine/
      -rw-r--r-- root/root       319 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/machine/_mcontext.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/sys/
      -rw-r--r-- root/root       192 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/sys/signal.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/sys/_types/
      -rw-r--r-- root/root       405 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/sys/_types/_ucontext.rs
      -rw-r--r-- root/root       424 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/sys/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/machine/
      -rw-r--r-- root/root       430 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/machine/_structs.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/i386/
      -rw-r--r-- root/root      2819 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/i386/_structs.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/arm/
      -rw-r--r-- root/root       881 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/arm/_structs.rs
      -rw-r--r-- root/root       463 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/i386/
      -rw-r--r-- root/root       406 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/i386/_mcontext.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/arm/
      -rw-r--r-- root/root       403 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/arm/_mcontext.rs
      -rw-r--r-- root/root       787 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/sys/
      -rw-r--r-- root/root       516 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/sys/qos.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/sys/_pthread/
      -rw-r--r-- root/root      2694 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/sys/_pthread/_pthread_types.rs
      -rw-r--r-- root/root       462 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/sys/mod.rs
      -rw-r--r-- root/root       606 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/
      -rw-r--r-- root/root       179 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/sched.rs
      -rw-r--r-- root/root       404 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/pthread_impl.rs
      -rw-r--r-- root/root       746 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/qos.rs
      -rw-r--r-- root/root       407 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/pthread_spis.rs
      -rw-r--r-- root/root       304 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/stack_np.rs
      -rw-r--r-- root/root      2505 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/pthread.rs
      -rw-r--r-- root/root       465 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/spawn.rs
      -rw-r--r-- root/root      1048 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/introspection.rs
      -rw-r--r-- root/root       563 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/aix/
      -rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/aix/unistd.rs
      -rw-r--r-- root/root       176 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/aix/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/vita/
      -rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/vita/unistd.rs
      -rw-r--r-- root/root       104 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/vita/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/haiku/
      -rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/haiku/unistd.rs
      -rw-r--r-- root/root        84 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/haiku/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/sgx/
      -rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/sgx/unistd.rs
      -rw-r--r-- root/root        18 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/sgx/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/openbsd/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/openbsd/sys/
      -rw-r--r-- root/root       372 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/openbsd/sys/ipc.rs
      -rw-r--r-- root/root       101 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/openbsd/sys/mod.rs
      -rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/openbsd/unistd.rs
      -rw-r--r-- root/root       161 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/openbsd/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/emscripten/
      -rw-r--r-- root/root       416 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/emscripten/pthread.rs
      -rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/emscripten/unistd.rs
      -rw-r--r-- root/root       162 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/emscripten/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/horizon/
      -rw-r--r-- root/root        72 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/horizon/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/posix/
      -rw-r--r-- root/root     10852 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/posix/pthread.rs
      -rw-r--r-- root/root       236 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/posix/unistd.rs
      -rw-r--r-- root/root       425 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/posix/mod.rs
      -rw-r--r-- root/root        95 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/solarish.rs
      -rw-r--r-- root/root        45 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/bsd.rs
      -rw-r--r-- root/root       100 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/freebsd_like.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/linux_like/
      -rw-r--r-- root/root       790 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/linux_like/pthread.rs
      -rw-r--r-- root/root       234 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/linux_like/mod.rs
      -rw-r--r-- root/root      1249 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/mod.rs
      -rw-r--r-- root/root        93 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/netbsd_like.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/wasi/
      -rw-r--r-- root/root        77 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/wasi/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/solid/
      -rw-r--r-- root/root        72 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/solid/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/dragonfly/
      -rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/dragonfly/unistd.rs
      -rw-r--r-- root/root       178 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/dragonfly/mod.rs
      -rw-r--r-- root/root      6652 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/posix/
      -rw-r--r-- root/root       197 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/posix/unistd.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/unix/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/unix/linux/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/unix/linux/net/
      -rw-r--r-- root/root       903 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/unix/linux/net/route.rs
      -rw-r--r-- root/root       281 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/unix/linux/mod.rs
      -rw-r--r-- root/root       156 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/unix/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/nptl/
      -rw-r--r-- root/root      1691 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/nptl/pthread.rs
      -rw-r--r-- root/root       171 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/nptl/mod.rs
      -rw-r--r-- root/root       953 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/teeos/
      -rw-r--r-- root/root       103 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/teeos/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/cygwin/
      -rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/cygwin/unistd.rs
      -rw-r--r-- root/root       127 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/cygwin/mod.rs
      -rw-r--r-- root/root    125348 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/psp.rs
      -rw-r--r-- root/root      2870 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/primitives.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/wasi/
      -rw-r--r-- root/root      5011 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/wasi/p2.rs
      -rw-r--r-- root/root     36418 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/wasi/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/solid/
      -rw-r--r-- root/root        24 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/solid/arm.rs
      -rw-r--r-- root/root        24 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/solid/aarch64.rs
      -rw-r--r-- root/root     32075 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/solid/mod.rs
      -rw-r--r-- root/root       318 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/sgx.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/teeos/
      -rw-r--r-- root/root     29984 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/teeos/mod.rs
      -rw-r--r-- root/root        10 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/.gitignore
      -rw-r--r-- root/root      1076 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/LICENSE-MIT
      -rw-r--r-- root/root      4384 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/README.md
      -rw-r--r-- root/root      9723 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/LICENSE-APACHE
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/tests/
      -rw-r--r-- root/root       145 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/tests/const_fn.rs
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/.cargo_vcs_info.json
      -rw-r--r-- root/root       219 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/.rustfmt.toml
      -rw-r--r-- root/root      1872 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/.release-plz.toml
      -rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/.cargo-ok
      -rw-r--r-- root/root      5490 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/Cargo.toml
      -rw-r--r-- root/root       171 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/.editorconfig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/.github/
      -rw-r--r-- root/root        16 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/.github/FUNDING.yml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/.github/workflows/
      -rw-r--r-- root/root      7371 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/.github/workflows/ci.yml
      -rw-r--r-- root/root     10277 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/build.rs
      -rw-r--r-- root/root      8816 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/Cargo.lock
      -rw-r--r-- root/root        38 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/rust-toolchain.toml
      -rw-r--r-- root/root      2340 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/
      -rw-r--r-- root/root     28594 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/parse.rs
      -rw-r--r-- root/root     34270 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/fallback.rs
      -rw-r--r-- root/root       220 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/probe.rs
      -rw-r--r-- root/root      3067 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/rcvec.rs
      -rw-r--r-- root/root     31061 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/wrapper.rs
      -rw-r--r-- root/root     51044 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/lib.rs
      -rw-r--r-- root/root     22376 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/rustc_literal_escaper.rs
      -rw-r--r-- root/root       342 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/num.rs
      -rw-r--r-- root/root      5164 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/extra.rs
      -rw-r--r-- root/root       871 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/location.rs
      -rw-r--r-- root/root      2703 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/detection.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/probe/
      -rw-r--r-- root/root       324 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/probe/proc_macro_span_location.rs
      -rw-r--r-- root/root       259 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/probe/proc_macro_span_file.rs
      -rw-r--r-- root/root      1107 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/probe/proc_macro_span.rs
      -rw-r--r-- root/root       573 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/marker.rs
      -rw-r--r-- root/root        21 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/.gitignore
      -rw-r--r-- root/root      1023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/LICENSE-MIT
      -rw-r--r-- root/root      3866 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/README.md
      -rw-r--r-- root/root      9723 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/LICENSE-APACHE
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/tests/
      -rw-r--r-- root/root       227 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/tests/features.rs
      -rw-r--r-- root/root     32289 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/tests/test.rs
      -rw-r--r-- root/root      3456 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/tests/comments.rs
      -rw-r--r-- root/root      1312 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/tests/test_fmt.rs
      -rw-r--r-- root/root      2647 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/tests/marker.rs
      -rw-r--r-- root/root      3805 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/tests/test_size.rs
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/.cargo-ok
      -rw-r--r-- root/root      2460 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/
      -rw-r--r-- root/root       155 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/Cargo.lock
      -rw-r--r-- root/root       558 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/.forgejo/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/.forgejo/workflows/
      -rw-r--r-- root/root      1578 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/.forgejo/workflows/ci.yaml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/src/
      -rw-r--r-- root/root      2610 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/src/parse.rs
      -rw-r--r-- root/root     17876 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/src/lib.rs
      -rw-r--r-- root/root        20 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/.gitignore
      -rw-r--r-- root/root       329 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/README.md
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/.cargo_vcs_info.json
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/examples/
      -rw-r--r-- root/root      2141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/examples/conversions.rs
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/.cargo-ok
      -rw-r--r-- root/root      1087 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/LICENSE
      -rw-r--r-- root/root      1232 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/
      -rw-r--r-- root/root      2244 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/Cargo.lock
      -rw-r--r-- root/root      1302 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/readme.md
      -rw-r--r-- root/root        39 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/rustfmt.toml
      -rw-r--r-- root/root     12058 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/Ndis/
      -rw-r--r-- root/root    215392 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/Ndis/mod.rs
      -rw-r--r-- root/root       162 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/WindowsFilteringPlatform/
      -rw-r--r-- root/root     65417 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/WindowsFilteringPlatform/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Devices/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Devices/Bluetooth/
      -rw-r--r-- root/root      4004 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Devices/Bluetooth/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Devices/HumanInterfaceDevice/
      -rw-r--r-- root/root      2694 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Devices/HumanInterfaceDevice/mod.rs
      -rw-r--r-- root/root       144 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Devices/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/SystemInformation/
      -rw-r--r-- root/root      2078 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/SystemInformation/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/IO/
      -rw-r--r-- root/root       619 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/IO/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/OfflineRegistry/
      -rw-r--r-- root/root      5279 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/OfflineRegistry/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/Memory/
      -rw-r--r-- root/root      2194 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/Memory/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/Registry/
      -rw-r--r-- root/root     22450 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/Registry/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/Threading/
      -rw-r--r-- root/root     15161 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/Threading/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/SystemServices/
      -rw-r--r-- root/root    913704 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/SystemServices/mod.rs
      -rw-r--r-- root/root       436 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Graphics/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Graphics/Direct3D/
      -rw-r--r-- root/root    449149 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Graphics/Direct3D/mod.rs
      -rw-r--r-- root/root        60 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Graphics/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Foundation/
      -rw-r--r-- root/root     89655 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Foundation/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Storage/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Storage/FileSystem/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Storage/FileSystem/Minifilters/
      -rw-r--r-- root/root    170013 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Storage/FileSystem/Minifilters/mod.rs
      -rw-r--r-- root/root    388219 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Storage/FileSystem/mod.rs
      -rw-r--r-- root/root        63 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Storage/mod.rs
      -rw-r--r-- root/root       320 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WNet/
      -rw-r--r-- root/root     32111 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WNet/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsConnectionManager/
      -rw-r--r-- root/root      6849 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsConnectionManager/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/IpHelper/
      -rw-r--r-- root/root    151572 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/IpHelper/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Ndis/
      -rw-r--r-- root/root    183045 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Ndis/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Rras/
      -rw-r--r-- root/root    182161 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Rras/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetManagement/
      -rw-r--r-- root/root    241398 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetManagement/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WiFi/
      -rw-r--r-- root/root    247117 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WiFi/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/P2P/
      -rw-r--r-- root/root     89954 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/P2P/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Dhcp/
      -rw-r--r-- root/root    118544 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Dhcp/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetShell/
      -rw-r--r-- root/root      9191 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetShell/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/InternetConnectionWizard/
      -rw-r--r-- root/root      1188 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/InternetConnectionWizard/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WebDav/
      -rw-r--r-- root/root      3566 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WebDav/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Snmp/
      -rw-r--r-- root/root     26419 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Snmp/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsFirewall/
      -rw-r--r-- root/root     19174 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsFirewall/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Dns/
      -rw-r--r-- root/root     72546 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Dns/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/QoS/
      -rw-r--r-- root/root     67488 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/QoS/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Multicast/
      -rw-r--r-- root/root      3103 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Multicast/mod.rs
      -rw-r--r-- root/root      1607 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetBios/
      -rw-r--r-- root/root      7003 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetBios/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/
      -rw-r--r-- root/root     11799 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsFilteringPlatform/
      -rw-r--r-- root/root    248908 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsFilteringPlatform/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsNetworkVirtualization/
      -rw-r--r-- root/root      5454 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsNetworkVirtualization/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Communication/
      -rw-r--r-- root/root     16614 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Communication/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Properties/
      -rw-r--r-- root/root     45543 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Properties/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Tapi/
      -rw-r--r-- root/root    174739 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Tapi/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/DeviceAndDriverInstallation/
      -rw-r--r-- root/root    325345 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/DeviceAndDriverInstallation/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Enumeration/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Enumeration/Pnp/
      -rw-r--r-- root/root      8879 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Enumeration/Pnp/mod.rs
      -rw-r--r-- root/root        63 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Enumeration/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Usb/
      -rw-r--r-- root/root    119629 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Usb/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Beep/
      -rw-r--r-- root/root       465 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Beep/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Cdrom/
      -rw-r--r-- root/root     16639 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Cdrom/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/BiometricFramework/
      -rw-r--r-- root/root     90877 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/BiometricFramework/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Bluetooth/
      -rw-r--r-- root/root     80008 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Bluetooth/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/HumanInterfaceDevice/
      -rw-r--r-- root/root    186408 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/HumanInterfaceDevice/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/PortableDevices/
      -rw-r--r-- root/root    210754 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/PortableDevices/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Nfc/
      -rw-r--r-- root/root     21081 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Nfc/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Nfp/
      -rw-r--r-- root/root       981 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Nfp/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Fax/
      -rw-r--r-- root/root     86124 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Fax/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Display/
      -rw-r--r-- root/root    157355 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Display/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/WebServicesOnDevices/
      -rw-r--r-- root/root     34582 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/WebServicesOnDevices/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/AllJoyn/
      -rw-r--r-- root/root    139241 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/AllJoyn/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Sensors/
      -rw-r--r-- root/root     72821 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Sensors/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Dvd/
      -rw-r--r-- root/root     19432 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Dvd/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/DeviceQuery/
      -rw-r--r-- root/root     13071 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/DeviceQuery/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Pwm/
      -rw-r--r-- root/root      2767 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Pwm/mod.rs
      -rw-r--r-- root/root      3720 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/SerialCommunication/
      -rw-r--r-- root/root      9514 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/SerialCommunication/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Data/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Data/RightsManagement/
      -rw-r--r-- root/root     27884 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Data/RightsManagement/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Data/HtmlHelp/
      -rw-r--r-- root/root     22545 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Data/HtmlHelp/mod.rs
      -rw-r--r-- root/root       132 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Data/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/Audio/
      -rw-r--r-- root/root    110746 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/Audio/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/Multimedia/
      -rw-r--r-- root/root    348327 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/Multimedia/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/KernelStreaming/
      -rw-r--r-- root/root    289896 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/KernelStreaming/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/WindowsMediaFormat/
      -rw-r--r-- root/root     60006 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/WindowsMediaFormat/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/DxMediaObjects/
      -rw-r--r-- root/root      7770 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/DxMediaObjects/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/Streaming/
      -rw-r--r-- root/root      5431 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/Streaming/mod.rs
      -rw-r--r-- root/root      7364 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SecurityCenter/
      -rw-r--r-- root/root      3639 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SecurityCenter/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/CorrelationVector/
      -rw-r--r-- root/root      1099 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/CorrelationVector/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/LibraryLoader/
      -rw-r--r-- root/root     13977 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/LibraryLoader/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/HostComputeNetwork/
      -rw-r--r-- root/root     12004 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/HostComputeNetwork/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/GroupPolicy/
      -rw-r--r-- root/root     30484 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/GroupPolicy/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ClrHosting/
      -rw-r--r-- root/root     23382 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ClrHosting/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SystemInformation/
      -rw-r--r-- root/root     45047 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SystemInformation/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/JobObjects/
      -rw-r--r-- root/root     24407 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/JobObjects/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/IO/
      -rw-r--r-- root/root      4441 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/IO/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/RemoteDesktop/
      -rw-r--r-- root/root     89191 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/RemoteDesktop/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Recovery/
      -rw-r--r-- root/root      1997 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Recovery/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SubsystemForLinux/
      -rw-r--r-- root/root      2242 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SubsystemForLinux/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/RestartManager/
      -rw-r--r-- root/root      5741 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/RestartManager/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/AddressBook/
      -rw-r--r-- root/root     52360 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/AddressBook/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Iis/
      -rw-r--r-- root/root     72932 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Iis/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Mailslots/
      -rw-r--r-- root/root       998 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Mailslots/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/HostComputeSystem/
      -rw-r--r-- root/root     19370 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/HostComputeSystem/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/MixedReality/
      -rw-r--r-- root/root       508 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/MixedReality/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Variant/
      -rw-r--r-- root/root     25702 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Variant/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Environment/
      -rw-r--r-- root/root     16082 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Environment/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Ioctl/
      -rw-r--r-- root/root    253559 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Ioctl/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/MessageQueuing/
      -rw-r--r-- root/root     47334 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/MessageQueuing/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/PasswordManagement/
      -rw-r--r-- root/root      1674 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/PasswordManagement/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Mapi/
      -rw-r--r-- root/root      8146 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Mapi/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DeploymentServices/
      -rw-r--r-- root/root     49900 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DeploymentServices/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Ceip/
      -rw-r--r-- root/root        95 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Ceip/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/ToolHelp/
      -rw-r--r-- root/root      6335 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/ToolHelp/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Etw/
      -rw-r--r-- root/root    104912 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Etw/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Debug/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Debug/Extensions/
      -rw-r--r-- root/root    189352 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Debug/Extensions/mod.rs
      -rw-r--r-- root/root    314646 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Debug/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/ProcessSnapshotting/
      -rw-r--r-- root/root     13956 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/ProcessSnapshotting/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/TraceLogging/
      -rw-r--r-- root/root      5557 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/TraceLogging/mod.rs
      -rw-r--r-- root/root       438 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ProcessStatus/
      -rw-r--r-- root/root     15750 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ProcessStatus/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/TpmBaseServices/
      -rw-r--r-- root/root      5243 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/TpmBaseServices/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Js/
      -rw-r--r-- root/root     17141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Js/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/StationsAndDesktops/
      -rw-r--r-- root/root     10554 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/StationsAndDesktops/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Search/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Search/Common/
      -rw-r--r-- root/root      1127 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Search/Common/mod.rs
      -rw-r--r-- root/root    341541 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Search/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Antimalware/
      -rw-r--r-- root/root      6856 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Antimalware/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Power/
      -rw-r--r-- root/root     81436 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Power/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Hypervisor/
      -rw-r--r-- root/root    118516 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Hypervisor/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Kernel/
      -rw-r--r-- root/root     11243 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Kernel/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Memory/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Memory/NonVolatile/
      -rw-r--r-- root/root      2035 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Memory/NonVolatile/mod.rs
      -rw-r--r-- root/root     38749 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Memory/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ErrorReporting/
      -rw-r--r-- root/root     25448 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ErrorReporting/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Shutdown/
      -rw-r--r-- root/root      8746 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Shutdown/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/EventCollector/
      -rw-r--r-- root/root      9526 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/EventCollector/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DeveloperLicensing/
      -rw-r--r-- root/root       519 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DeveloperLicensing/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/EventNotificationService/
      -rw-r--r-- root/root      2222 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/EventNotificationService/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ComponentServices/
      -rw-r--r-- root/root     35479 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ComponentServices/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Pipes/
      -rw-r--r-- root/root      6491 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Pipes/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Performance/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Performance/HardwareCounterProfiling/
      -rw-r--r-- root/root      1499 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Performance/HardwareCounterProfiling/mod.rs
      -rw-r--r-- root/root     69554 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Performance/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Time/
      -rw-r--r-- root/root      5287 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Time/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ApplicationVerifier/
      -rw-r--r-- root/root      3280 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ApplicationVerifier/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/StructuredStorage/
      -rw-r--r-- root/root     44290 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/StructuredStorage/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/Urlmon/
      -rw-r--r-- root/root     59661 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/Urlmon/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/Marshal/
      -rw-r--r-- root/root     21752 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/Marshal/mod.rs
      -rw-r--r-- root/root     69819 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/EventLog/
      -rw-r--r-- root/root     29161 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/EventLog/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/UserAccessLogging/
      -rw-r--r-- root/root      1179 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/UserAccessLogging/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DistributedTransactionCoordinator/
      -rw-r--r-- root/root     16846 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DistributedTransactionCoordinator/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Ole/
      -rw-r--r-- root/root    186473 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Ole/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DataExchange/
      -rw-r--r-- root/root     24976 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DataExchange/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Registry/
      -rw-r--r-- root/root    113134 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Registry/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/WindowsProgramming/
      -rw-r--r-- root/root    106362 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/WindowsProgramming/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Restore/
      -rw-r--r-- root/root      3130 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Restore/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SetupAndMigration/
      -rw-r--r-- root/root       648 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SetupAndMigration/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/RemoteManagement/
      -rw-r--r-- root/root     66822 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/RemoteManagement/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ApplicationInstallationAndServicing/
      -rw-r--r-- root/root    183157 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ApplicationInstallationAndServicing/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Rpc/
      -rw-r--r-- root/root    186960 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Rpc/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/HostCompute/
      -rw-r--r-- root/root        48 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/HostCompute/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Wmi/
      -rw-r--r-- root/root    113671 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Wmi/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Threading/
      -rw-r--r-- root/root    104832 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Threading/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SystemServices/
      -rw-r--r-- root/root    228085 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SystemServices/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Console/
      -rw-r--r-- root/root     28306 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Console/mod.rs
      -rw-r--r-- root/root      4466 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Services/
      -rw-r--r-- root/root     41654 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Services/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/VirtualDosMachines/
      -rw-r--r-- root/root     15721 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/VirtualDosMachines/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Dwm/
      -rw-r--r-- root/root     14441 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Dwm/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Hlsl/
      -rw-r--r-- root/root       115 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Hlsl/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Gdi/
      -rw-r--r-- root/root    196776 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Gdi/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/OpenGL/
      -rw-r--r-- root/root     81010 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/OpenGL/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/GdiPlus/
      -rw-r--r-- root/root    183056 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/GdiPlus/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Printing/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Printing/PrintTicket/
      -rw-r--r-- root/root      3735 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Printing/PrintTicket/mod.rs
      -rw-r--r-- root/root    230746 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Printing/mod.rs
      -rw-r--r-- root/root       338 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Foundation/
      -rw-r--r-- root/root    767414 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Foundation/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Authorization/
      -rw-r--r-- root/root     75914 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Authorization/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Credentials/
      -rw-r--r-- root/root     59344 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Credentials/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/EnterpriseData/
      -rw-r--r-- root/root      3418 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/EnterpriseData/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/AppLocker/
      -rw-r--r-- root/root     11025 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/AppLocker/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/NetworkAccessProtection/
      -rw-r--r-- root/root      5848 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/NetworkAccessProtection/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/WinTrust/
      -rw-r--r-- root/root     53969 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/WinTrust/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Authentication/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Authentication/Identity/
      -rw-r--r-- root/root    369156 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Authentication/Identity/mod.rs
      -rw-r--r-- root/root        77 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Authentication/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/ExtensibleAuthenticationProtocol/
      -rw-r--r-- root/root     63713 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/ExtensibleAuthenticationProtocol/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/DirectoryServices/
      -rw-r--r-- root/root      2304 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/DirectoryServices/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Isolation/
      -rw-r--r-- root/root      3065 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Isolation/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Certificates/
      -rw-r--r-- root/root    178147 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Certificates/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Catalog/
      -rw-r--r-- root/root     13872 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Sip/
      -rw-r--r-- root/root      9988 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Sip/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/UI/
      -rw-r--r-- root/root     33692 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/UI/mod.rs
      -rw-r--r-- root/root    622199 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/WinWlx/
      -rw-r--r-- root/root     20094 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/WinWlx/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/DiagnosticDataQuery/
      -rw-r--r-- root/root     13300 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/DiagnosticDataQuery/mod.rs
      -rw-r--r-- root/root     86064 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/LicenseProtection/
      -rw-r--r-- root/root       889 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/LicenseProtection/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Globalization/
      -rw-r--r-- root/root    392110 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Globalization/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Gaming/
      -rw-r--r-- root/root     13646 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Gaming/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Web/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Web/InternetExplorer/
      -rw-r--r-- root/root     51209 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Web/InternetExplorer/mod.rs
      -rw-r--r-- root/root        73 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Web/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/HttpServer/
      -rw-r--r-- root/root     64945 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/HttpServer/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/Ldap/
      -rw-r--r-- root/root     82973 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/Ldap/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/ActiveDirectory/
      -rw-r--r-- root/root    154512 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/ActiveDirectory/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WinInet/
      -rw-r--r-- root/root    159709 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WinInet/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/Clustering/
      -rw-r--r-- root/root    354474 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/Clustering/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WindowsWebServices/
      -rw-r--r-- root/root    221867 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WindowsWebServices/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WebSocket/
      -rw-r--r-- root/root      7779 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WebSocket/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WinHttp/
      -rw-r--r-- root/root     70919 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WinHttp/mod.rs
      -rw-r--r-- root/root       606 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WinSock/
      -rw-r--r-- root/root    236016 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WinSock/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Vhd/
      -rw-r--r-- root/root     44573 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Vhd/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Cabinets/
      -rw-r--r-- root/root     11931 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Cabinets/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Nvme/
      -rw-r--r-- root/root    148289 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Nvme/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/OfflineFiles/
      -rw-r--r-- root/root     21555 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/OfflineFiles/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Packaging/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Packaging/Appx/
      -rw-r--r-- root/root     34635 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Packaging/Appx/mod.rs
      -rw-r--r-- root/root        63 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Packaging/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/StructuredStorage/
      -rw-r--r-- root/root        89 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/StructuredStorage/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Imapi/
      -rw-r--r-- root/root     51826 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Imapi/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/CloudFilters/
      -rw-r--r-- root/root     40382 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/CloudFilters/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/IndexServer/
      -rw-r--r-- root/root     14427 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/IndexServer/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/IscsiDisc/
      -rw-r--r-- root/root     63112 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/IscsiDisc/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/FileHistory/
      -rw-r--r-- root/root      7032 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/FileHistory/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/ProjectedFileSystem/
      -rw-r--r-- root/root     16660 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/ProjectedFileSystem/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Xps/
      -rw-r--r-- root/root     23690 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Xps/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/FileSystem/
      -rw-r--r-- root/root    237001 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/FileSystem/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/DistributedFileSystem/
      -rw-r--r-- root/root     16779 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/DistributedFileSystem/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/OperationRecorder/
      -rw-r--r-- root/root       882 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/OperationRecorder/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/InstallableFileSystems/
      -rw-r--r-- root/root     19459 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/InstallableFileSystems/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Jet/
      -rw-r--r-- root/root    140426 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Jet/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Compression/
      -rw-r--r-- root/root      4219 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Compression/mod.rs
      -rw-r--r-- root/root      1269 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/TextServices/
      -rw-r--r-- root/root     54544 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/TextServices/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/InteractionContext/
      -rw-r--r-- root/root     17885 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/InteractionContext/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Accessibility/
      -rw-r--r-- root/root    154948 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Accessibility/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/WindowsAndMessaging/
      -rw-r--r-- root/root    227751 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/WindowsAndMessaging/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/TabletPC/
      -rw-r--r-- root/root     90497 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/TabletPC/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/PropertiesSystem/
      -rw-r--r-- root/root     33428 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/PropertiesSystem/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/Common/
      -rw-r--r-- root/root      4777 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/Common/mod.rs
      -rw-r--r-- root/root    472967 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Touch/
      -rw-r--r-- root/root      5305 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Touch/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/KeyboardAndMouse/
      -rw-r--r-- root/root     35250 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/KeyboardAndMouse/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Pointer/
      -rw-r--r-- root/root     10942 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Pointer/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Ime/
      -rw-r--r-- root/root     71791 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Ime/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/XboxController/
      -rw-r--r-- root/root      8124 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/XboxController/mod.rs
      -rw-r--r-- root/root      8203 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Magnification/
      -rw-r--r-- root/root      4973 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Magnification/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/ColorSystem/
      -rw-r--r-- root/root     45889 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/ColorSystem/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/HiDpi/
      -rw-r--r-- root/root      6933 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/HiDpi/mod.rs
      -rw-r--r-- root/root       674 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Controls/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Controls/Dialogs/
      -rw-r--r-- root/root     58112 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Controls/Dialogs/mod.rs
      -rw-r--r-- root/root    357162 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Controls/mod.rs
      -rw-r--r-- root/root       787 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Management/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Management/MobileDeviceManagementRegistration/
      -rw-r--r-- root/root     10319 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Management/MobileDeviceManagementRegistration/mod.rs
      -rw-r--r-- root/root       116 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Management/mod.rs
      -rw-r--r-- root/root        78 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/core/
      -rw-r--r-- root/root      3349 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/core/literals.rs
      -rw-r--r-- root/root      1625 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/core/mod.rs
      -rw-r--r-- root/root       459 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/lib.rs
      -rw-r--r-- root/root       109 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/.cargo_vcs_info.json
      -rw-r--r-- root/root     11351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/license-apache-2.0
      -rw-r--r-- root/root      1141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/license-mit
      -rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/.cargo-ok
      -rw-r--r-- root/root     12892 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/
      -rw-r--r-- root/root     21768 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/Cargo.lock
      -rw-r--r-- root/root      2166 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/
      -rw-r--r-- root/root     10735 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/auto.rs
      -rw-r--r-- root/root      7129 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/stream.rs
      -rw-r--r-- root/root      1424 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/fmt.rs
      -rw-r--r-- root/root      7084 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/wincon.rs
      -rw-r--r-- root/root      2731 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/lib.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/adapter/
      -rw-r--r-- root/root     13036 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/adapter/wincon.rs
      -rw-r--r-- root/root     14323 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/adapter/strip.rs
      -rw-r--r-- root/root       348 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/adapter/mod.rs
      -rw-r--r-- root/root     12831 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/_macros.rs
      -rw-r--r-- root/root      6840 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/strip.rs
      -rw-r--r-- root/root      1179 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/buffer.rs
      -rw-r--r-- root/root      1062 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/LICENSE-MIT
      -rw-r--r-- root/root      1211 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/README.md
      -rw-r--r-- root/root     11358 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/LICENSE-APACHE
      -rw-r--r-- root/root       109 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/.cargo_vcs_info.json
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/examples/
      -rw-r--r-- root/root      4467 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/examples/dump-stream.rs
      -rw-r--r-- root/root       546 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/examples/query-stream.rs
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/.cargo-ok
      -rw-r--r-- root/root      5027 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/
      -rw-r--r-- root/root      1604 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/Cargo.lock
      -rw-r--r-- root/root       776 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/
      -rw-r--r-- root/root     20249 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/encode.rs
      -rw-r--r-- root/root     84034 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/parser.rs
      -rw-r--r-- root/root     20649 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/ast.rs
      -rw-r--r-- root/root     75476 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/codegen.rs
      -rw-r--r-- root/root      6824 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/lib.rs
      -rw-r--r-- root/root      3969 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/error.rs
      -rw-r--r-- root/root      1635 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/hash.rs
      -rw-r--r-- root/root      1057 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/LICENSE-MIT
      -rw-r--r-- root/root     10847 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/LICENSE-APACHE
      -rw-r--r-- root/root       114 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/.cargo-ok
      -rw-r--r-- root/root      1848 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/
      -rw-r--r-- root/root       427 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/
      -rw-r--r-- root/root      3740 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/types.rs
      -rw-r--r-- root/root      3662 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs
      -rw-r--r-- root/root      1052 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/LICENSE-MIT
      -rw-r--r-- root/root      9723 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/LICENSE-APACHE
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/tests/
      -rw-r--r-- root/root     14052 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/tests/UTF-8-demo.txt
      -rw-r--r-- root/root       663 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/tests/utf-8-demo.rs
      -rw-r--r-- root/root       103 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/.cargo-ok
      -rw-r--r-- root/root      1156 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/
      -rw-r--r-- root/root      3549 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/Cargo.lock
      -rw-r--r-- root/root      1383 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/src/
      -rw-r--r-- root/root      9330 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/src/windows.rs
      -rw-r--r-- root/root      4470 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/src/stream.rs
      -rw-r--r-- root/root       707 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/src/lib.rs
      -rw-r--r-- root/root       663 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/src/ansi.rs
      -rw-r--r-- root/root      1062 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/LICENSE-MIT
      -rw-r--r-- root/root      1096 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/README.md
      -rw-r--r-- root/root     11358 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/LICENSE-APACHE
      -rw-r--r-- root/root       115 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/.cargo_vcs_info.json
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/examples/
      -rw-r--r-- root/root      1523 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/examples/set-wincon.rs
      -rw-r--r-- root/root      4858 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/examples/dump-wincon.rs
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/.cargo-ok
      -rw-r--r-- root/root      4450 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/.github/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/.github/workflows/
      -rw-r--r-- root/root      5417 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/.github/workflows/ci.yml
      -rw-r--r-- root/root      1206 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/build.rs
      -rw-r--r-- root/root      1733 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/CONTRIBUTING.md
      -rw-r--r-- root/root     12778 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/Cargo.lock
      -rw-r--r-- root/root      3642 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/io/
      -rw-r--r-- root/root      1739 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/io/core.rs
      -rw-r--r-- root/root       684 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/io/mod.rs
      -rw-r--r-- root/root     63877 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/ser.rs
      -rw-r--r-- root/root     10361 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/macros.rs
      -rw-r--r-- root/root     33041 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/read.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/
      -rw-r--r-- root/root      2241 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/parse.rs
      -rw-r--r-- root/root       679 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/bignum.rs
      -rw-r--r-- root/root      6117 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/algorithm.rs
      -rw-r--r-- root/root      2156 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/cached.rs
      -rw-r--r-- root/root      5082 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/errors.rs
      -rw-r--r-- root/root     15879 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/large_powers64.rs
      -rw-r--r-- root/root      7388 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/rounding.rs
      -rw-r--r-- root/root      5482 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/float.rs
      -rw-r--r-- root/root      1562 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/exponent.rs
      -rw-r--r-- root/root     26324 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/math.rs
      -rw-r--r-- root/root      7035 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/bhcomp.rs
      -rw-r--r-- root/root     11179 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/num.rs
      -rw-r--r-- root/root       250 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/large_powers.rs
      -rw-r--r-- root/root      5782 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/cached_float80.rs
      -rw-r--r-- root/root       444 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/digit.rs
      -rw-r--r-- root/root      1059 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/mod.rs
      -rw-r--r-- root/root      1345 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/small_powers.rs
      -rw-r--r-- root/root     15362 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/large_powers32.rs
      -rw-r--r-- root/root      1235 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/shift.rs
      -rw-r--r-- root/root     14369 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lib.rs
      -rw-r--r-- root/root     21542 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/raw.rs
      -rw-r--r-- root/root      1848 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/iter.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/value/
      -rw-r--r-- root/root     28223 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/value/ser.rs
      -rw-r--r-- root/root      8734 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/value/index.rs
      -rw-r--r-- root/root      6357 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/value/from.rs
      -rw-r--r-- root/root     41251 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/value/de.rs
      -rw-r--r-- root/root      2267 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/value/partial_eq.rs
      -rw-r--r-- root/root     30963 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/value/mod.rs
      -rw-r--r-- root/root     86368 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/de.rs
      -rw-r--r-- root/root     17221 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/error.rs
      -rw-r--r-- root/root     35057 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/map.rs
      -rw-r--r-- root/root     25115 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/number.rs
      -rw-r--r-- root/root        21 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/.gitignore
      -rw-r--r-- root/root      1023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/LICENSE-MIT
      -rw-r--r-- root/root     14043 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/README.md
      -rw-r--r-- root/root      9723 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/LICENSE-APACHE
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/macros/
      -rw-r--r-- root/root      1511 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/macros/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/
      -rw-r--r-- root/root       367 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/missing_comma.stderr
      -rw-r--r-- root/root        60 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_colon.rs
      -rw-r--r-- root/root       295 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/parse_expr.stderr
      -rw-r--r-- root/root        61 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_after_array_element.rs
      -rw-r--r-- root/root        69 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/missing_comma.rs
      -rw-r--r-- root/root        57 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/missing_colon.rs
      -rw-r--r-- root/root        61 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/parse_expr.rs
      -rw-r--r-- root/root       456 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/missing_colon.stderr
      -rw-r--r-- root/root       222 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_comma.stderr
      -rw-r--r-- root/root        59 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/missing_value.rs
      -rw-r--r-- root/root        65 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/parse_key.rs
      -rw-r--r-- root/root       153 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/parse_key.stderr
      -rw-r--r-- root/root        66 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_after_map_entry.rs
      -rw-r--r-- root/root        69 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_comma.rs
      -rw-r--r-- root/root       231 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_after_array_element.stderr
      -rw-r--r-- root/root       209 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_colon.stderr
      -rw-r--r-- root/root       237 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_after_map_entry.stderr
      -rw-r--r-- root/root        61 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/not_found.rs
      -rw-r--r-- root/root       460 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/missing_value.stderr
      -rw-r--r-- root/root       162 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/not_found.stderr
      -rw-r--r-- root/root      5089 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/stream.rs
      -rw-r--r-- root/root      2038 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/debug.rs
      -rw-r--r-- root/root     76604 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/test.rs
      -rw-r--r-- root/root       214 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/compiletest.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/
      -rw-r--r-- root/root     17147 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/parse.rs
      -rw-r--r-- root/root      3867 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/algorithm.rs
      -rw-r--r-- root/root      9038 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/rounding.rs
      -rw-r--r-- root/root     14186 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/float.rs
      -rw-r--r-- root/root      1288 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/exponent.rs
      -rw-r--r-- root/root      5436 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/math.rs
      -rw-r--r-- root/root      1602 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/num.rs
      -rw-r--r-- root/root      1027 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/regression/
      -rw-r--r-- root/root       236 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/regression/issue953.rs
      -rw-r--r-- root/root       401 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/regression/issue520.rs
      -rw-r--r-- root/root      1646 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/regression/issue795.rs
      -rw-r--r-- root/root       362 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/regression/issue1004.rs
      -rw-r--r-- root/root      1919 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/regression/issue845.rs
      -rw-r--r-- root/root       130 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/regression.rs
      -rw-r--r-- root/root      1603 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/map.rs
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/.cargo-ok
      -rw-r--r-- root/root      3118 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/
      -rw-r--r-- root/root       388 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/Cargo.lock
      -rw-r--r-- root/root      1506 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/readme.md
      -rw-r--r-- root/root        39 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/rustfmt.toml
      -rw-r--r-- root/root     12031 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/NetworkManagement/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/NetworkManagement/Ndis/
      -rw-r--r-- root/root    215071 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/NetworkManagement/Ndis/mod.rs
      -rw-r--r-- root/root       162 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/NetworkManagement/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/NetworkManagement/WindowsFilteringPlatform/
      -rw-r--r-- root/root     64970 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/NetworkManagement/WindowsFilteringPlatform/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Devices/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Devices/Bluetooth/
      -rw-r--r-- root/root      4004 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Devices/Bluetooth/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Devices/HumanInterfaceDevice/
      -rw-r--r-- root/root      2679 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Devices/HumanInterfaceDevice/mod.rs
      -rw-r--r-- root/root       144 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Devices/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/SystemInformation/
      -rw-r--r-- root/root      2060 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/SystemInformation/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/IO/
      -rw-r--r-- root/root       616 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/IO/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/OfflineRegistry/
      -rw-r--r-- root/root      5207 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/OfflineRegistry/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/Memory/
      -rw-r--r-- root/root      2176 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/Memory/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/Registry/
      -rw-r--r-- root/root     22300 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/Registry/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/Threading/
      -rw-r--r-- root/root     15089 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/Threading/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/SystemServices/
      -rw-r--r-- root/root    910233 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/SystemServices/mod.rs
      -rw-r--r-- root/root       436 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Graphics/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Graphics/Direct3D/
      -rw-r--r-- root/root    448624 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Graphics/Direct3D/mod.rs
      -rw-r--r-- root/root        60 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Graphics/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Foundation/
      -rw-r--r-- root/root     89649 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Foundation/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Storage/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Storage/FileSystem/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Storage/FileSystem/Minifilters/
      -rw-r--r-- root/root    169215 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Storage/FileSystem/Minifilters/mod.rs
      -rw-r--r-- root/root    386212 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Storage/FileSystem/mod.rs
      -rw-r--r-- root/root        63 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Storage/mod.rs
      -rw-r--r-- root/root       320 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WNet/
      -rw-r--r-- root/root     31916 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WNet/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsConnectionManager/
      -rw-r--r-- root/root      6819 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsConnectionManager/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/IpHelper/
      -rw-r--r-- root/root    150969 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/IpHelper/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Ndis/
      -rw-r--r-- root/root    183045 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Ndis/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Rras/
      -rw-r--r-- root/root    181330 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Rras/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetManagement/
      -rw-r--r-- root/root    240873 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetManagement/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WiFi/
      -rw-r--r-- root/root    246934 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WiFi/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/P2P/
      -rw-r--r-- root/root     89354 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/P2P/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Dhcp/
      -rw-r--r-- root/root    117914 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Dhcp/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetShell/
      -rw-r--r-- root/root      9167 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetShell/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/InternetConnectionWizard/
      -rw-r--r-- root/root      1188 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/InternetConnectionWizard/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WebDav/
      -rw-r--r-- root/root      3533 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WebDav/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Snmp/
      -rw-r--r-- root/root     26167 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Snmp/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsFirewall/
      -rw-r--r-- root/root     19135 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsFirewall/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Dns/
      -rw-r--r-- root/root     72354 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Dns/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/QoS/
      -rw-r--r-- root/root     67395 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/QoS/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Multicast/
      -rw-r--r-- root/root      3082 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Multicast/mod.rs
      -rw-r--r-- root/root      1607 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetBios/
      -rw-r--r-- root/root      7000 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetBios/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/
      -rw-r--r-- root/root     11751 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsFilteringPlatform/
      -rw-r--r-- root/root    248350 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsFilteringPlatform/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsNetworkVirtualization/
      -rw-r--r-- root/root      5448 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsNetworkVirtualization/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Communication/
      -rw-r--r-- root/root     16524 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Communication/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Properties/
      -rw-r--r-- root/root     45543 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Properties/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Tapi/
      -rw-r--r-- root/root    173983 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Tapi/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/DeviceAndDriverInstallation/
      -rw-r--r-- root/root    323620 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/DeviceAndDriverInstallation/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Enumeration/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Enumeration/Pnp/
      -rw-r--r-- root/root      8852 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Enumeration/Pnp/mod.rs
      -rw-r--r-- root/root        63 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Enumeration/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Usb/
      -rw-r--r-- root/root    119527 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Usb/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Beep/
      -rw-r--r-- root/root       465 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Beep/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Cdrom/
      -rw-r--r-- root/root     16639 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Cdrom/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/BiometricFramework/
      -rw-r--r-- root/root     90715 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/BiometricFramework/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Bluetooth/
      -rw-r--r-- root/root     79867 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Bluetooth/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/HumanInterfaceDevice/
      -rw-r--r-- root/root    186267 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/HumanInterfaceDevice/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/PortableDevices/
      -rw-r--r-- root/root    210751 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/PortableDevices/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Nfc/
      -rw-r--r-- root/root     21081 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Nfc/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Nfp/
      -rw-r--r-- root/root       981 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Nfp/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Fax/
      -rw-r--r-- root/root     85947 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Fax/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Display/
      -rw-r--r-- root/root    157004 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Display/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/WebServicesOnDevices/
      -rw-r--r-- root/root     34486 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/WebServicesOnDevices/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/AllJoyn/
      -rw-r--r-- root/root    137600 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/AllJoyn/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Sensors/
      -rw-r--r-- root/root     72701 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Sensors/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Dvd/
      -rw-r--r-- root/root     19432 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Dvd/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/DeviceQuery/
      -rw-r--r-- root/root     13029 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/DeviceQuery/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Pwm/
      -rw-r--r-- root/root      2767 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Pwm/mod.rs
      -rw-r--r-- root/root      3720 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/SerialCommunication/
      -rw-r--r-- root/root      9493 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/SerialCommunication/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Data/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Data/RightsManagement/
      -rw-r--r-- root/root     27632 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Data/RightsManagement/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Data/HtmlHelp/
      -rw-r--r-- root/root     22539 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Data/HtmlHelp/mod.rs
      -rw-r--r-- root/root       132 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Data/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/Audio/
      -rw-r--r-- root/root    110272 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/Audio/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/Multimedia/
      -rw-r--r-- root/root    347817 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/Multimedia/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/KernelStreaming/
      -rw-r--r-- root/root    289857 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/KernelStreaming/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/WindowsMediaFormat/
      -rw-r--r-- root/root     59973 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/WindowsMediaFormat/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/DxMediaObjects/
      -rw-r--r-- root/root      7737 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/DxMediaObjects/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/Streaming/
      -rw-r--r-- root/root      5431 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/Streaming/mod.rs
      -rw-r--r-- root/root      7343 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SecurityCenter/
      -rw-r--r-- root/root      3621 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SecurityCenter/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/CorrelationVector/
      -rw-r--r-- root/root      1087 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/CorrelationVector/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/LibraryLoader/
      -rw-r--r-- root/root     13830 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/LibraryLoader/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/HostComputeNetwork/
      -rw-r--r-- root/root     11875 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/HostComputeNetwork/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/GroupPolicy/
      -rw-r--r-- root/root     30388 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/GroupPolicy/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ClrHosting/
      -rw-r--r-- root/root     23301 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ClrHosting/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SystemInformation/
      -rw-r--r-- root/root     44858 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SystemInformation/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/JobObjects/
      -rw-r--r-- root/root     24365 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/JobObjects/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/IO/
      -rw-r--r-- root/root      4408 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/IO/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/RemoteDesktop/
      -rw-r--r-- root/root     88996 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/RemoteDesktop/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Recovery/
      -rw-r--r-- root/root      1973 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Recovery/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SubsystemForLinux/
      -rw-r--r-- root/root      2221 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SubsystemForLinux/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/RestartManager/
      -rw-r--r-- root/root      5708 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/RestartManager/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/AddressBook/
      -rw-r--r-- root/root     52189 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/AddressBook/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Iis/
      -rw-r--r-- root/root     72920 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Iis/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Mailslots/
      -rw-r--r-- root/root       986 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Mailslots/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/HostComputeSystem/
      -rw-r--r-- root/root     19172 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/HostComputeSystem/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/MixedReality/
      -rw-r--r-- root/root       508 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/MixedReality/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Variant/
      -rw-r--r-- root/root     25444 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Variant/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Environment/
      -rw-r--r-- root/root     15971 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Environment/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Ioctl/
      -rw-r--r-- root/root    253559 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Ioctl/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/MessageQueuing/
      -rw-r--r-- root/root     47232 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/MessageQueuing/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/PasswordManagement/
      -rw-r--r-- root/root      1668 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/PasswordManagement/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Mapi/
      -rw-r--r-- root/root      8143 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Mapi/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DeploymentServices/
      -rw-r--r-- root/root     49618 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DeploymentServices/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Ceip/
      -rw-r--r-- root/root        92 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Ceip/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/ToolHelp/
      -rw-r--r-- root/root      6287 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/ToolHelp/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Etw/
      -rw-r--r-- root/root    104651 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Etw/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Debug/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Debug/Extensions/
      -rw-r--r-- root/root    189337 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Debug/Extensions/mod.rs
      -rw-r--r-- root/root    313671 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Debug/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/ProcessSnapshotting/
      -rw-r--r-- root/root     13926 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/ProcessSnapshotting/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/TraceLogging/
      -rw-r--r-- root/root      5557 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/TraceLogging/mod.rs
      -rw-r--r-- root/root       438 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ProcessStatus/
      -rw-r--r-- root/root     15588 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ProcessStatus/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/TpmBaseServices/
      -rw-r--r-- root/root      5201 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/TpmBaseServices/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Js/
      -rw-r--r-- root/root     16898 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Js/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/StationsAndDesktops/
      -rw-r--r-- root/root     10461 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/StationsAndDesktops/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Search/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Search/Common/
      -rw-r--r-- root/root      1127 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Search/Common/mod.rs
      -rw-r--r-- root/root    340908 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Search/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Antimalware/
      -rw-r--r-- root/root      6832 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Antimalware/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Power/
      -rw-r--r-- root/root     81145 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Power/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Hypervisor/
      -rw-r--r-- root/root    118138 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Hypervisor/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Kernel/
      -rw-r--r-- root/root     11222 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Kernel/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Memory/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Memory/NonVolatile/
      -rw-r--r-- root/root      2014 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Memory/NonVolatile/mod.rs
      -rw-r--r-- root/root     38437 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Memory/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ErrorReporting/
      -rw-r--r-- root/root     25325 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ErrorReporting/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Shutdown/
      -rw-r--r-- root/root      8704 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Shutdown/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/EventCollector/
      -rw-r--r-- root/root      9481 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/EventCollector/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DeveloperLicensing/
      -rw-r--r-- root/root       510 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DeveloperLicensing/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/EventNotificationService/
      -rw-r--r-- root/root      2213 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/EventNotificationService/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ComponentServices/
      -rw-r--r-- root/root     35452 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ComponentServices/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Pipes/
      -rw-r--r-- root/root      6425 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Pipes/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Performance/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Performance/HardwareCounterProfiling/
      -rw-r--r-- root/root      1487 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Performance/HardwareCounterProfiling/mod.rs
      -rw-r--r-- root/root     69149 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Performance/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Time/
      -rw-r--r-- root/root      5242 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Time/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ApplicationVerifier/
      -rw-r--r-- root/root      3277 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ApplicationVerifier/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/StructuredStorage/
      -rw-r--r-- root/root     43918 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/StructuredStorage/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/Urlmon/
      -rw-r--r-- root/root     59442 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/Urlmon/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/Marshal/
      -rw-r--r-- root/root     21413 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/Marshal/mod.rs
      -rw-r--r-- root/root     69497 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/EventLog/
      -rw-r--r-- root/root     28996 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/EventLog/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/UserAccessLogging/
      -rw-r--r-- root/root      1167 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/UserAccessLogging/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DistributedTransactionCoordinator/
      -rw-r--r-- root/root     16834 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DistributedTransactionCoordinator/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Ole/
      -rw-r--r-- root/root    185129 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Ole/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DataExchange/
      -rw-r--r-- root/root     24745 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DataExchange/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Registry/
      -rw-r--r-- root/root    112885 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Registry/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/WindowsProgramming/
      -rw-r--r-- root/root    105723 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/WindowsProgramming/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Restore/
      -rw-r--r-- root/root      3121 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Restore/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SetupAndMigration/
      -rw-r--r-- root/root       639 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SetupAndMigration/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/RemoteManagement/
      -rw-r--r-- root/root     66723 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/RemoteManagement/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ApplicationInstallationAndServicing/
      -rw-r--r-- root/root    182191 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ApplicationInstallationAndServicing/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Rpc/
      -rw-r--r-- root/root    185436 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Rpc/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/HostCompute/
      -rw-r--r-- root/root        48 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/HostCompute/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Wmi/
      -rw-r--r-- root/root    113668 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Wmi/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Threading/
      -rw-r--r-- root/root    103830 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Threading/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SystemServices/
      -rw-r--r-- root/root    228085 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SystemServices/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Console/
      -rw-r--r-- root/root     28021 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Console/mod.rs
      -rw-r--r-- root/root      4466 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Services/
      -rw-r--r-- root/root     41480 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Services/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/VirtualDosMachines/
      -rw-r--r-- root/root     15721 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/VirtualDosMachines/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Dwm/
      -rw-r--r-- root/root     14348 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Dwm/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Hlsl/
      -rw-r--r-- root/root       115 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Hlsl/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Gdi/
      -rw-r--r-- root/root    195588 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Gdi/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/OpenGL/
      -rw-r--r-- root/root     79774 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/OpenGL/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/GdiPlus/
      -rw-r--r-- root/root    181172 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/GdiPlus/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Printing/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Printing/PrintTicket/
      -rw-r--r-- root/root      3702 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Printing/PrintTicket/mod.rs
      -rw-r--r-- root/root    230104 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Printing/mod.rs
      -rw-r--r-- root/root       338 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Foundation/
      -rw-r--r-- root/root    767348 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Foundation/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Authorization/
      -rw-r--r-- root/root     75644 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Authorization/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Credentials/
      -rw-r--r-- root/root     58963 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Credentials/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/EnterpriseData/
      -rw-r--r-- root/root      3379 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/EnterpriseData/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/AppLocker/
      -rw-r--r-- root/root     10995 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/AppLocker/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/NetworkAccessProtection/
      -rw-r--r-- root/root      5848 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/NetworkAccessProtection/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/WinTrust/
      -rw-r--r-- root/root     53915 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/WinTrust/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Authentication/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Authentication/Identity/
      -rw-r--r-- root/root    368508 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Authentication/Identity/mod.rs
      -rw-r--r-- root/root        77 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Authentication/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/ExtensibleAuthenticationProtocol/
      -rw-r--r-- root/root     63626 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/ExtensibleAuthenticationProtocol/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/DirectoryServices/
      -rw-r--r-- root/root      2298 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/DirectoryServices/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Isolation/
      -rw-r--r-- root/root      3032 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Isolation/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/Certificates/
      -rw-r--r-- root/root    178069 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/Certificates/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/Catalog/
      -rw-r--r-- root/root     13764 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/Sip/
      -rw-r--r-- root/root      9952 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/Sip/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/UI/
      -rw-r--r-- root/root     33662 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/UI/mod.rs
      -rw-r--r-- root/root    620798 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/WinWlx/
      -rw-r--r-- root/root     20094 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/WinWlx/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/DiagnosticDataQuery/
      -rw-r--r-- root/root     13195 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/DiagnosticDataQuery/mod.rs
      -rw-r--r-- root/root     85665 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/LicenseProtection/
      -rw-r--r-- root/root       883 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/LicenseProtection/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Globalization/
      -rw-r--r-- root/root    388450 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Globalization/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Gaming/
      -rw-r--r-- root/root     13556 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Gaming/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Web/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Web/InternetExplorer/
      -rw-r--r-- root/root     51041 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Web/InternetExplorer/mod.rs
      -rw-r--r-- root/root        73 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Web/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/HttpServer/
      -rw-r--r-- root/root     64816 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/HttpServer/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/Ldap/
      -rw-r--r-- root/root     82244 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/Ldap/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/ActiveDirectory/
      -rw-r--r-- root/root    154038 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/ActiveDirectory/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WinInet/
      -rw-r--r-- root/root    158821 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WinInet/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/Clustering/
      -rw-r--r-- root/root    353259 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/Clustering/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WindowsWebServices/
      -rw-r--r-- root/root    221249 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WindowsWebServices/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WebSocket/
      -rw-r--r-- root/root      7740 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WebSocket/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WinHttp/
      -rw-r--r-- root/root     70751 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WinHttp/mod.rs
      -rw-r--r-- root/root       606 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WinSock/
      -rw-r--r-- root/root    235407 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WinSock/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Vhd/
      -rw-r--r-- root/root     44486 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Vhd/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Cabinets/
      -rw-r--r-- root/root     11901 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Cabinets/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Nvme/
      -rw-r--r-- root/root    148289 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Nvme/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/OfflineFiles/
      -rw-r--r-- root/root     21543 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/OfflineFiles/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Packaging/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Packaging/Appx/
      -rw-r--r-- root/root     34440 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Packaging/Appx/mod.rs
      -rw-r--r-- root/root        63 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Packaging/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/StructuredStorage/
      -rw-r--r-- root/root        89 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/StructuredStorage/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Imapi/
      -rw-r--r-- root/root     51808 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Imapi/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/CloudFilters/
      -rw-r--r-- root/root     40274 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/CloudFilters/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/IndexServer/
      -rw-r--r-- root/root     14415 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/IndexServer/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/IscsiDisc/
      -rw-r--r-- root/root     62875 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/IscsiDisc/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/FileHistory/
      -rw-r--r-- root/root      7011 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/FileHistory/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/ProjectedFileSystem/
      -rw-r--r-- root/root     16603 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/ProjectedFileSystem/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Xps/
      -rw-r--r-- root/root     23654 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Xps/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/FileSystem/
      -rw-r--r-- root/root    235765 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/FileSystem/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/DistributedFileSystem/
      -rw-r--r-- root/root     16713 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/DistributedFileSystem/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/OperationRecorder/
      -rw-r--r-- root/root       876 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/OperationRecorder/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/InstallableFileSystems/
      -rw-r--r-- root/root     19375 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/InstallableFileSystems/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Jet/
      -rw-r--r-- root/root    139739 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Jet/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Compression/
      -rw-r--r-- root/root      4183 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Compression/mod.rs
      -rw-r--r-- root/root      1269 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/TextServices/
      -rw-r--r-- root/root     54535 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/TextServices/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/InteractionContext/
      -rw-r--r-- root/root     17795 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/InteractionContext/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Accessibility/
      -rw-r--r-- root/root    154579 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Accessibility/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/WindowsAndMessaging/
      -rw-r--r-- root/root    226503 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/WindowsAndMessaging/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/TabletPC/
      -rw-r--r-- root/root     90416 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/TabletPC/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Shell/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Shell/PropertiesSystem/
      -rw-r--r-- root/root     33200 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Shell/PropertiesSystem/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Shell/Common/
      -rw-r--r-- root/root      4777 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Shell/Common/mod.rs
      -rw-r--r-- root/root    470891 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Shell/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/Touch/
      -rw-r--r-- root/root      5275 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/Touch/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/KeyboardAndMouse/
      -rw-r--r-- root/root     35094 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/KeyboardAndMouse/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/Pointer/
      -rw-r--r-- root/root     10858 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/Pointer/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/Ime/
      -rw-r--r-- root/root     71545 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/Ime/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/XboxController/
      -rw-r--r-- root/root      8103 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/XboxController/mod.rs
      -rw-r--r-- root/root      8173 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Magnification/
      -rw-r--r-- root/root      4916 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Magnification/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/ColorSystem/
      -rw-r--r-- root/root     45526 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/ColorSystem/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/HiDpi/
      -rw-r--r-- root/root      6846 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/HiDpi/mod.rs
      -rw-r--r-- root/root       674 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Controls/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Controls/Dialogs/
      -rw-r--r-- root/root     58049 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Controls/Dialogs/mod.rs
      -rw-r--r-- root/root    356520 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Controls/mod.rs
      -rw-r--r-- root/root       787 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Management/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Management/MobileDeviceManagementRegistration/
      -rw-r--r-- root/root     10265 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Management/MobileDeviceManagementRegistration/mod.rs
      -rw-r--r-- root/root       116 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Management/mod.rs
      -rw-r--r-- root/root        78 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/core/
      -rw-r--r-- root/root      3349 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/core/literals.rs
      -rw-r--r-- root/root      1625 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/core/mod.rs
      -rw-r--r-- root/root       459 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/lib.rs
      -rw-r--r-- root/root       109 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/.cargo_vcs_info.json
      -rw-r--r-- root/root     11351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/license-apache-2.0
      -rw-r--r-- root/root      1141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/license-mit
      -rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/.cargo-ok
      -rw-r--r-- root/root     12784 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/
      -rw-r--r-- root/root        74 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/AUTHORS.md
      -rwxr-xr-x root/root      3271 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/do.sh
      -rw-r--r-- root/root      9830 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/Cargo.lock
      -rw-r--r-- root/root       974 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/
      -rw-r--r-- root/root      8653 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/utf16_iterators.rs
      -rw-r--r-- root/root     24934 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/utf16_char.rs
      -rw-r--r-- root/root     12274 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/errors.rs
      -rw-r--r-- root/root      4082 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/lib.rs
      -rw-r--r-- root/root     19510 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/decoding_iterators.rs
      -rw-r--r-- root/root     23144 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/utf8_char.rs
      -rw-r--r-- root/root     11164 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/utf8_iterators.rs
      -rw-r--r-- root/root     39606 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/traits.rs
      -rw-r--r-- root/root        33 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/.gitignore
      -rw-r--r-- root/root      5567 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/RELEASES.md
      -rw-r--r-- root/root      1022 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/LICENSE-MIT
      -rw-r--r-- root/root      4198 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/README.md
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/benches/
      -rw-r--r-- root/root      3940 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/benches/multiiterators.rs
      -rw-r--r-- root/root     11803 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/benches/length.rs
      -rw-r--r-- root/root     11358 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/LICENSE-APACHE
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/tests/
      -rw-r--r-- root/root      9772 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/tests/errs.rs
      -rw-r--r-- root/root      6998 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/tests/iterators.rs
      -rw-r--r-- root/root     12661 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/tests/oks.rs
      -rw-r--r-- root/root      1015 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/tests/exhaustive.rs
      -rw-r--r-- root/root      2868 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/.cirrus.yml
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/.cargo_vcs_info.json
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/examples/
      -rw-r--r-- root/root      2855 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/examples/length_distribution.rs
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/.cargo-ok
      -rw-r--r-- root/root      1400 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/
      -rw-r--r-- root/root     17802 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/Cargo.lock
      -rw-r--r-- root/root      1893 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/Cargo.toml.orig
      -rw-r--r-- root/root     25963 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/CHANGELOG.md
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/
      -rw-r--r-- root/root     31452 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/alloc.rs
      -rw-r--r-- root/root     20890 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/boxed.rs
      -rw-r--r-- root/root     97318 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/lib.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/
      -rw-r--r-- root/root     62073 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/string.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/str/
      -rw-r--r-- root/root      6661 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/str/lossy.rs
      -rw-r--r-- root/root      1446 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/str/mod.rs
      -rw-r--r-- root/root     92880 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/vec.rs
      -rw-r--r-- root/root      4686 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/collect_in.rs
      -rw-r--r-- root/root     29387 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/raw_vec.rs
      -rw-r--r-- root/root      2526 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/mod.rs
      -rw-r--r-- root/root        51 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/.gitignore
      -rw-r--r-- root/root      1059 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/LICENSE-MIT
      -rw-r--r-- root/root      8207 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/README.md
      -rw-r--r-- root/root     10847 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/LICENSE-APACHE
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/.cargo-ok
      -rw-r--r-- root/root      1925 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/.github/
      -rw-r--r-- root/root        16 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/.github/FUNDING.yml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/.github/workflows/
      -rw-r--r-- root/root      2861 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/.github/workflows/ci.yml
      -rw-r--r-- root/root       882 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/build.rs
      -rw-r--r-- root/root      6679 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/Cargo.lock
      -rw-r--r-- root/root        38 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/rust-toolchain.toml
      -rw-r--r-- root/root      1150 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/
      -rw-r--r-- root/root      4795 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/format.rs
      -rw-r--r-- root/root      2309 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/ident_fragment.rs
      -rw-r--r-- root/root      3512 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/ext.rs
      -rw-r--r-- root/root      1081 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/spanned.rs
      -rw-r--r-- root/root      6943 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/to_tokens.rs
      -rw-r--r-- root/root     48671 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/lib.rs
      -rw-r--r-- root/root     15773 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/runtime.rs
      -rw-r--r-- root/root        21 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/.gitignore
      -rw-r--r-- root/root      1023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/LICENSE-MIT
      -rw-r--r-- root/root      9264 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/README.md
      -rw-r--r-- root/root      9723 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/LICENSE-APACHE
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/
      -rw-r--r-- root/root       209 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter-interpolated-dup.rs
      -rw-r--r-- root/root       729 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter-interpolated.stderr
      -rw-r--r-- root/root       119 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/not-quotable.rs
      -rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter-separated.rs
      -rw-r--r-- root/root        54 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter.rs
      -rw-r--r-- root/root       749 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter-interpolated-dup.stderr
      -rw-r--r-- root/root       346 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/wrong-type-span.stderr
      -rw-r--r-- root/root      2108 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/not-repeatable.stderr
      -rw-r--r-- root/root       708 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter.stderr
      -rw-r--r-- root/root       109 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/wrong-type-span.rs
      -rw-r--r-- root/root       720 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter-separated.stderr
      -rw-r--r-- root/root       201 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter-interpolated.rs
      -rw-r--r-- root/root       680 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/not-quotable.stderr
      -rw-r--r-- root/root       106 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/not-repeatable.rs
      -rw-r--r-- root/root     13530 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/test.rs
      -rw-r--r-- root/root       214 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/compiletest.rs
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/.cargo-ok
      -rw-r--r-- root/root      1753 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/
      -rw-r--r-- root/root       155 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/Cargo.lock
      -rw-r--r-- root/root      1071 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/src/
      -rw-r--r-- root/root      3018 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/src/lib.rs
      -rw-r--r-- root/root      1062 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/LICENSE-MIT
      -rw-r--r-- root/root      1353 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/README.md
      -rw-r--r-- root/root     11358 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/LICENSE-APACHE
      -rw-r--r-- root/root       112 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/.cargo-ok
      -rw-r--r-- root/root      4002 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/
      -rw-r--r-- root/root      1335 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/Cargo.lock
      -rw-r--r-- root/root      1176 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/src/
      -rw-r--r-- root/root      9607 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/src/ext.rs
      -rw-r--r-- root/root     15770 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/src/lib.rs
      -rw-r--r-- root/root      1062 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/LICENSE-MIT
      -rw-r--r-- root/root      1004 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/README.md
      -rw-r--r-- root/root     11358 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/LICENSE-APACHE
      -rw-r--r-- root/root       102 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/.cargo-ok
      -rw-r--r-- root/root      4103 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/
      -rw-r--r-- root/root       156 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/Cargo.lock
      -rw-r--r-- root/root       946 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/readme.md
      -rw-r--r-- root/root       292 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/src/
      -rw-r--r-- root/root      1147 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/src/lib.rs
      -rw-r--r-- root/root       110 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/.cargo_vcs_info.json
      -rw-r--r-- root/root     11351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/license-apache-2.0
      -rw-r--r-- root/root      1141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/license-mit
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/.cargo-ok
      -rw-r--r-- root/root      1053 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/
      -rw-r--r-- root/root      2994 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/Cargo.lock
      -rw-r--r-- root/root      1339 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/src/
      -rw-r--r-- root/root    313143 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/src/lib.rs
      -rw-r--r-- root/root     57963 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/src/Temporal.rs
      -rw-r--r-- root/root      1057 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/LICENSE-MIT
      -rw-r--r-- root/root       255 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/README.md
      -rw-r--r-- root/root     10847 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/LICENSE-APACHE
      -rw-r--r-- root/root       107 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/.cargo-ok
      -rw-r--r-- root/root      1775 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/
      -rw-r--r-- root/root      4252 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs
      -rw-r--r-- root/root      1553 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/Cargo.lock
      -rw-r--r-- root/root      2663 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/
      -rw-r--r-- root/root       794 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/string.rs
      -rw-r--r-- root/root      5146 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/doc.rs
      -rw-r--r-- root/root       692 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/size_hint.rs
      -rw-r--r-- root/root       635 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/seed.rs
      -rw-r--r-- root/root       750 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/content.rs
      -rw-r--r-- root/root       504 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/
      -rw-r--r-- root/root     48848 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/value.rs
      -rw-r--r-- root/root      6154 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/ignored_any.rs
      -rw-r--r-- root/root     97135 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/impls.rs
      -rw-r--r-- root/root     83879 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/mod.rs
      -rw-r--r-- root/root       726 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/format.rs
      -rw-r--r-- root/root      8276 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/macros.rs
      -rw-r--r-- root/root      1351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/std_error.rs
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/
      -rw-r--r-- root/root      4166 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/fmt.rs
      -rw-r--r-- root/root      5308 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impossible.rs
      -rw-r--r-- root/root     29535 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impls.rs
      -rw-r--r-- root/root     65231 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/mod.rs
      -rw-r--r-- root/root      4350 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs
      -rw-r--r-- root/root      7081 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/crate_root.rs
      -rw-r--r-- root/root      1023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/LICENSE-MIT
      -rw-r--r-- root/root      1051 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/README.md
      -rw-r--r-- root/root      9723 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/LICENSE-APACHE
      -rw-r--r-- root/root       104 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/.cargo-ok
      -rw-r--r-- root/root      1950 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/
      -rw-r--r-- root/root       198 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/build.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/lib/
      -rw-r--r-- root/root  13222308 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/lib/libwindows.0.53.0.a
      -rw-r--r-- root/root       161 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/Cargo.lock
      -rw-r--r-- root/root       114 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/readme.md
      -rw-r--r-- root/root       382 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/src/
      -rw-r--r-- root/root        11 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/src/lib.rs
      -rw-r--r-- root/root       117 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/.cargo_vcs_info.json
      -rw-r--r-- root/root     11351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/license-apache-2.0
      -rw-r--r-- root/root      1141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/license-mit
      -rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/.cargo-ok
      -rw-r--r-- root/root      1153 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/
      -rw-r--r-- root/root      2222 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/Cargo.lock
      -rw-r--r-- root/root      1055 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/readme.md
      -rw-r--r-- root/root      1774 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/src/
      -rw-r--r-- root/root       759 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/src/lib.rs
      -rw-r--r-- root/root       113 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/.cargo_vcs_info.json
      -rw-r--r-- root/root     11351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/license-apache-2.0
      -rw-r--r-- root/root      1141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/license-mit
      -rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/.cargo-ok
      -rw-r--r-- root/root      2219 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/
      -rw-r--r-- root/root     13313 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/Cargo.lock
      -rw-r--r-- root/root      2268 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/
      -rw-r--r-- root/root     15050 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/derive.rs
      -rw-r--r-- root/root     17143 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/macros.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/
      -rw-r--r-- root/root     65956 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/parser.rs
      -rw-r--r-- root/root      7910 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/arg_matcher.rs
      -rw-r--r-- root/root     18984 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/validator.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/matches/
      -rw-r--r-- root/root      6177 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/matches/matched_arg.rs
      -rw-r--r-- root/root     66814 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/matches/arg_matches.rs
      -rw-r--r-- root/root       467 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/matches/value_source.rs
      -rw-r--r-- root/root       335 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/matches/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/features/
      -rw-r--r-- root/root      5140 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/features/suggestions.rs
      -rw-r--r-- root/root        28 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/features/mod.rs
      -rw-r--r-- root/root      1908 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/error.rs
      -rw-r--r-- root/root       724 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/mod.rs
      -rw-r--r-- root/root      1668 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/lib.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/
      -rw-r--r-- root/root      6605 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/flat_map.rs
      -rw-r--r-- root/root      4148 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/id.rs
      -rw-r--r-- root/root      3252 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/any_value.rs
      -rw-r--r-- root/root      2770 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/color.rs
      -rw-r--r-- root/root       776 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/str_to_bool.rs
      -rw-r--r-- root/root      2271 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/flat_set.rs
      -rw-r--r-- root/root      1096 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/graph.rs
      -rw-r--r-- root/root      1087 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/error/
      -rw-r--r-- root/root      3576 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/error/context.rs
      -rw-r--r-- root/root     17756 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/error/format.rs
      -rw-r--r-- root/root     28799 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/error/mod.rs
      -rw-r--r-- root/root     13634 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/error/kind.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/
      -rw-r--r-- root/root    171241 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/arg.rs
      -rw-r--r-- root/root      1272 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/tests.rs
      -rw-r--r-- root/root    180513 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/command.rs
      -rw-r--r-- root/root     21090 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/arg_group.rs
      -rw-r--r-- root/root      1410 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/ext.rs
      -rw-r--r-- root/root      7321 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/str.rs
      -rw-r--r-- root/root       537 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/arg_predicate.rs
      -rw-r--r-- root/root      1922 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/app_settings.rs
      -rw-r--r-- root/root      5818 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/styling.rs
      -rw-r--r-- root/root      7720 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/styled_str.rs
      -rw-r--r-- root/root      8714 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/range.rs
      -rw-r--r-- root/root      5527 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/resettable.rs
      -rw-r--r-- root/root     15568 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/action.rs
      -rw-r--r-- root/root      3871 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/value_hint.rs
      -rw-r--r-- root/root      8469 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/os_str.rs
      -rw-r--r-- root/root     84026 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/value_parser.rs
      -rw-r--r-- root/root     28556 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/debug_asserts.rs
      -rw-r--r-- root/root      6936 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/possible_value.rs
      -rw-r--r-- root/root      1921 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/mod.rs
      -rw-r--r-- root/root      2104 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/arg_settings.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/
      -rw-r--r-- root/root     18783 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/usage.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/textwrap/
      -rw-r--r-- root/root      2556 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/textwrap/word_separators.rs
      -rw-r--r-- root/root      5684 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/textwrap/core.rs
      -rw-r--r-- root/root      1989 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/textwrap/wrap_algorithms.rs
      -rw-r--r-- root/root      3668 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/textwrap/mod.rs
      -rw-r--r-- root/root      1234 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/help.rs
      -rw-r--r-- root/root      2367 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/fmt.rs
      -rw-r--r-- root/root     40422 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/help_template.rs
      -rw-r--r-- root/root       604 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/mod.rs
      -rw-r--r-- root/root      5013 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/mkeymap.rs
      -rw-r--r-- root/root      1062 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/LICENSE-MIT
      -rw-r--r-- root/root       798 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/README.md
      -rw-r--r-- root/root     11358 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/LICENSE-APACHE
      -rw-r--r-- root/root       106 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/.cargo-ok
      -rw-r--r-- root/root      4634 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/
      -rw-r--r-- root/root       198 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/build.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/lib/
      -rw-r--r-- root/root   5077620 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/lib/libwindows.0.53.0.a
      -rw-r--r-- root/root       167 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/Cargo.lock
      -rw-r--r-- root/root       114 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/readme.md
      -rw-r--r-- root/root       388 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/Cargo.toml.orig
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/src/
      -rw-r--r-- root/root        11 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/src/lib.rs
      -rw-r--r-- root/root       123 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/.cargo_vcs_info.json
      -rw-r--r-- root/root     11351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/license-apache-2.0
      -rw-r--r-- root/root      1141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/license-mit
      -rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/.cargo-ok
      -rw-r--r-- root/root      1165 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/Cargo.toml
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/
      -rw-r--r-- root/root     36085 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/build.rs
      -rw-r--r-- root/root     11142 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/Cargo.lock
      -rw-r--r-- root/root      8121 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/Cargo.toml.orig
      -rw-r--r-- root/root     40719 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/CHANGELOG.md
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/
      -rw-r--r-- root/root     17304 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/cfgs.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic64/
      -rw-r--r-- root/root     11110 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic64/macros.rs
      -rw-r--r-- root/root      1700 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic64/README.md
      -rw-r--r-- root/root     11163 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic64/arm_linux.rs
      -rw-r--r-- root/root     24061 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic64/riscv32.rs
      -rw-r--r-- root/root      1351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic64/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/fallback/
      -rw-r--r-- root/root      8296 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/fallback/seq_lock_wide.rs
      -rw-r--r-- root/root      5840 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/fallback/utils.rs
      -rw-r--r-- root/root      5857 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/fallback/seq_lock.rs
      -rw-r--r-- root/root      7226 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/fallback/outline_atomics.rs
      -rw-r--r-- root/root     22623 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/fallback/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/
      -rw-r--r-- root/root     17005 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/macros.rs
      -rw-r--r-- root/root     24124 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/riscv64.rs
      -rw-r--r-- root/root     37823 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/x86_64.rs
      -rw-r--r-- root/root     95094 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/aarch64.rs
      -rw-r--r-- root/root      4180 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/README.md
      -rw-r--r-- root/root     43919 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/powerpc64.rs
      -rw-r--r-- root/root     21044 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/s390x.rs
      -rw-r--r-- root/root     21348 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/intrinsics.rs
      -rw-r--r-- root/root      4391 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/
      -rw-r--r-- root/root      2823 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/avr.rs
      -rw-r--r-- root/root      3281 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/msp430.rs
      -rw-r--r-- root/root      2283 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/armv6m.rs
      -rw-r--r-- root/root      4035 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/README.md
      -rw-r--r-- root/root      2469 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/xtensa.rs
      -rw-r--r-- root/root      6599 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/armv4t.rs
      -rw-r--r-- root/root      3199 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/riscv.rs
      -rw-r--r-- root/root     29592 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/mod.rs
      -rw-r--r-- root/root      3926 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/avr.rs
      -rw-r--r-- root/root     12735 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/msp430.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/float/
      -rw-r--r-- root/root     12103 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/float/aarch64.rs
      -rw-r--r-- root/root      8887 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/float/int.rs
      -rw-r--r-- root/root       788 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/float/mod.rs
      -rw-r--r-- root/root     11088 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/x86.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/
      -rw-r--r-- root/root     60350 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/auxv.rs
      -rw-r--r-- root/root     10078 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/common.rs
      -rw-r--r-- root/root      2091 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/aarch64_illumos.rs
      -rw-r--r-- root/root      3904 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/x86_64.rs
      -rw-r--r-- root/root      9059 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/riscv_linux.rs
      -rw-r--r-- root/root      2545 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/aarch64_fuchsia.rs
      -rw-r--r-- root/root      3360 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/README.md
      -rw-r--r-- root/root     24182 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/aarch64_aa64reg.rs
      -rw-r--r-- root/root     11873 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/aarch64_apple.rs
      -rw-r--r-- root/root      2036 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/aarch64_windows.rs
      -rw-r--r-- root/root      1996 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/powerpc64_aix.rs
      -rw-r--r-- root/root     44409 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/riscv.rs
      -rw-r--r-- root/root     25542 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/core_atomic.rs
      -rw-r--r-- root/root     19275 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/mod.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/gen/
      -rw-r--r-- root/root      2476 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/gen/build.rs
      -rw-r--r-- root/root      5740 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/gen/utils.rs
      -rw-r--r-- root/root    216534 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/lib.rs
      -rw-r--r-- root/root      2699 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/rustdoc.css
      -rw-r--r-- root/root     37333 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/utils.rs
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/tests/
      -rw-r--r-- root/root    133556 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/tests/helper.rs
      -rw-r--r-- root/root     16851 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/tests/mod.rs
      -rw-r--r-- root/root      1023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/LICENSE-MIT
      -rw-r--r-- root/root     20730 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/README.md
      -rw-r--r-- root/root     10174 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/LICENSE-APACHE
      -rw-r--r-- root/root      8733 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/matrix-old.json
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/tests/
      -rw-r--r-- root/root        21 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/tests/.gitignore
      -rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/.cargo_vcs_info.json
      -rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/.cargo-ok
      -rw-r--r-- root/root      5403 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/version.rs
      -rw-r--r-- root/root      5576 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/Cargo.toml
      -rw-r--r-- root/root       177 2026-09-03 14:47 ./registry/CACHEDIR.TAG
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/
      -rw-r--r-- root/root        76 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/config.json
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/zm/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/zm/ij/
      -rw-r--r-- root/root     35499 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/zm/ij/zmij
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/bu/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/bu/mp/
      -rw-r--r-- root/root     39901 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/bu/mp/bumpalo
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/pr/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/pr/oc/
      -rw-r--r-- root/root     93770 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/pr/oc/proc-macro2
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/lk/
      -rw-r--r-- root/root     36089 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/lk/walkdir
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/sm/
      -rw-r--r-- root/root    177958 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/sm/wasm-bindgen
      -rw-r--r-- root/root     39284 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/sm/wasm-bindgen-shared
      -rw-r--r-- root/root    102491 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/sm/wasm-bindgen-macro-support
      -rw-r--r-- root/root    103398 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/sm/wasm-bindgen-macro
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/me/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/me/mc/
      -rw-r--r-- root/root     28753 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/me/mc/memchr
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/js/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/js/-s/
      -rw-r--r-- root/root     81425 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/js/-s/js-sys
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/po/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/po/rt/
      -rw-r--r-- root/root     72553 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/po/rt/portable-atomic
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cf/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cf/g-/
      -rw-r--r-- root/root      4735 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cf/g-/cfg-if
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/st/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/st/rs/
      -rw-r--r-- root/root      4965 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/st/rs/strsim
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/is/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/is/_t/
      -rw-r--r-- root/root      1840 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/is/_t/is_terminal_polyfill
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/er/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/er/rn/
      -rw-r--r-- root/root     25180 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/er/rn/errno
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/
      -rw-r--r-- root/root      4299 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_x86_64_gnullvm
      -rw-r--r-- root/root     38998 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows-targets
      -rw-r--r-- root/root      1164 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_i686_gnullvm
      -rw-r--r-- root/root      4319 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_aarch64_gnullvm
      -rw-r--r-- root/root      7859 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_x86_64_msvc
      -rw-r--r-- root/root      7621 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_x86_64_gnu
      -rw-r--r-- root/root      7291 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_aarch64_msvc
      -rw-r--r-- root/root      7783 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_i686_msvc
      -rw-r--r-- root/root      1543 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows-link
      -rw-r--r-- root/root    491504 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows-sys
      -rw-r--r-- root/root      7547 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_i686_gnu
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/na/
      -rw-r--r-- root/root      5167 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/na/winapi-util
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/co/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/co/ns/
      -rw-r--r-- root/root     70768 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/co/ns/console
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/co/lo/
      -rw-r--r-- root/root      1336 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/co/lo/colorchoice
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/qu/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/qu/ot/
      -rw-r--r-- root/root     42698 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/qu/ot/quote
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/we/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/we/b-/
      -rw-r--r-- root/root     18527 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/we/b-/web-time
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/sa/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/sa/me/
      -rw-r--r-- root/root      5768 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/sa/me/same-file
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/en/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/en/co/
      -rw-r--r-- root/root      6460 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/en/co/encode_unicode
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/se/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/se/rd/
      -rw-r--r-- root/root    167236 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/se/rd/serde
      -rw-r--r-- root/root      6606 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/se/rd/serde_core
      -rw-r--r-- root/root    278595 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/se/rd/serde_json
      -rw-r--r-- root/root    198632 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/se/rd/serde_derive
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/an/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/an/st/
      -rw-r--r-- root/root     54534 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/an/st/anstream
      -rw-r--r-- root/root     13900 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/an/st/anstyle-wincon
      -rw-r--r-- root/root     13872 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/an/st/anstyle-parse
      -rw-r--r-- root/root      3964 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/an/st/anstyle-query
      -rw-r--r-- root/root     10462 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/an/st/anstyle
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/in/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/in/di/
      -rw-r--r-- root/root     91541 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/in/di/indicatif
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/bi/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/bi/tf/
      -rw-r--r-- root/root     62547 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/bi/tf/bitflags
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/un/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/un/ic/
      -rw-r--r-- root/root      9906 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/un/ic/unicode-width
      -rw-r--r-- root/root     23030 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/un/ic/unicode-ident
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/un/it/
      -rw-r--r-- root/root       769 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/un/it/unit-prefix
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/3/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/3/s/
      -rw-r--r-- root/root    648627 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/3/s/syn
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/li/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/li/bc/
      -rw-r--r-- root/root     82569 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/li/bc/libc
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/li/nu/
      -rw-r--r-- root/root     81593 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/li/nu/linux-raw-sys
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/ru/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/ru/st/
      -rw-r--r-- root/root   1128636 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/ru/st/rustix
      -rw-r--r-- root/root     10024 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/ru/st/rustversion
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/ut/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/ut/f8/
      -rw-r--r-- root/root      1066 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/ut/f8/utf8parse
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/te/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/te/rm/
      -rw-r--r-- root/root     14929 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/te/rm/terminal_size
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cl/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cl/ap/
      -rw-r--r-- root/root     83282 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cl/ap/clap_derive
      -rw-r--r-- root/root    259074 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cl/ap/clap_builder
      -rw-r--r-- root/root      8299 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cl/ap/clap_lex
      -rw-r--r-- root/root    912103 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cl/ap/clap
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/he/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/he/ck/
      -rw-r--r-- root/root      3395 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/he/ck/heck
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/it/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/it/oa/
      -rw-r--r-- root/root      9750 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/it/oa/itoa
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/on/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/on/ce/
      -rw-r--r-- root/root     51392 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/on/ce/once_cell
      -rw-r--r-- root/root      1589 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/on/ce/once_cell_polyfill
      -rw-r--r-- root/root         0 2026-09-03 14:48 ./.package-cache-mutate
      -rw-r--r-- root/root     57344 2026-09-03 14:48 ./.global-cache
      
    • Stderr
  33. 13834 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdf
      directory: /ci/deps
    
  34. 13834 ms: Trace: Execute action
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
  35. 13834 ms: Trace: Start program tar
    Command {
        program: "tar",
        args: [
            "tar",
            "-xvvvf",
            "/dev/vde",
            "-C",
            "/ci/cache",
            "--no-same-owner",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            ".",
        ),
        create_pidfd: false,
    }
  36. 14936 ms: Program succeeded: tar
    • Exit code: 0
    • Stdout
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/
      drwxr-xr-x root/root         0 2026-09-03 13:46 ./cargo-target/debug/
      -rw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/.cargo-artifact-lock
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/dep-lib-colorchoice
      -rw-r--r-- root/root       356 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/lib-colorchoice.json
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/invoked.timestamp
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/lib-colorchoice
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/dep-lib-console
      -rw-r--r-- root/root       677 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/lib-console.json
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/invoked.timestamp
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/lib-console
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/
      -rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/dep-build-script-build-script-build
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/invoked.timestamp
      -rw-r--r-- root/root       519 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/build-script-build-script-build.json
      -rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/build-script-build-script-build
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-7a998dd5d2eacb14/
      -rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-7a998dd5d2eacb14/run-build-script-build-script-build
      -rw-r--r-- root/root       714 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-7a998dd5d2eacb14/run-build-script-build-script-build.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/lib-zmij
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/invoked.timestamp
      -rw-r--r-- root/root       422 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/lib-zmij.json
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/dep-lib-zmij
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/
      -rw-r--r-- root/root       808 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/lib-anstream.json
      -rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/dep-lib-anstream
      -rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/lib-anstream
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/lib-clap
      -rw-r--r-- root/root       893 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/lib-clap.json
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/invoked.timestamp
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/dep-lib-clap
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/
      -rw-r--r-- root/root       507 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/lib-serde_core.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/lib-serde_core
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/invoked.timestamp
      -rw-r--r-- root/root        74 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/dep-lib-serde_core
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/dep-lib-memchr
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/lib-memchr
      -rw-r--r-- root/root       463 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/lib-memchr.json
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/dep-lib-console
      -rw-r--r-- root/root       678 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/lib-console.json
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/invoked.timestamp
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/lib-console
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/
      -rw-r--r-- root/root       350 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/lib-same_file.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/lib-same_file
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/dep-lib-same_file
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/
      -rw-r--r-- root/root       358 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/lib-anstyle_query.json
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/invoked.timestamp
      -rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/dep-lib-anstyle_query
      -rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/lib-anstyle_query
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/
      -rw-r--r-- root/root       472 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/lib-anstyle_parse.json
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/invoked.timestamp
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/lib-anstyle_parse
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/dep-lib-anstyle_parse
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/lib-anstyle
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/invoked.timestamp
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/dep-lib-anstyle
      -rw-r--r-- root/root       387 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/lib-anstyle.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/
      -rw-r--r-- root/root        69 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/dep-lib-serde
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/invoked.timestamp
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/lib-serde
      -rw-r--r-- root/root       673 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/lib-serde.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/lib-serde_derive
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/dep-lib-serde_derive
      -rw-r--r-- root/root       577 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/lib-serde_derive.json
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/dep-lib-terminal_size
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/invoked.timestamp
      -rw-r--r-- root/root       416 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/lib-terminal_size.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/lib-terminal_size
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/invoked.timestamp
      -rw-r--r-- root/root       775 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/lib-indicatif.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/lib-indicatif
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/dep-lib-indicatif
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-331a3c244e3c25bf/
      -rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-331a3c244e3c25bf/run-build-script-build-script-build
      -rw-r--r-- root/root       485 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-331a3c244e3c25bf/run-build-script-build-script-build.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/
      -rw-r--r-- root/root       651 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/test-bin-filecount.json
      -rw-r--r-- root/root        16 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/test-bin-filecount
      -rw-r--r-- root/root        48 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/invoked.timestamp
      -rw-r--r-- root/root       120 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/dep-test-bin-filecount
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/dep-build-script-build-script-build
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/invoked.timestamp
      -rw-r--r-- root/root       496 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/build-script-build-script-build.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/build-script-build-script-build
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/
      -rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/lib-anstyle
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/invoked.timestamp
      -rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/dep-lib-anstyle
      -rw-r--r-- root/root       386 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/lib-anstyle.json
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/
      -rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/dep-lib-rustix
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/invoked.timestamp
      -rw-r--r-- root/root      1060 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/lib-rustix.json
      -rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/lib-rustix
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/
      -rw-r--r-- root/root        31 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/dep-bin-filecount
      -rw-r--r-- root/root        16 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/bin-filecount
      -rw-r--r-- root/root        48 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/invoked.timestamp
      -rw-r--r-- root/root       649 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/bin-filecount.json
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-da62ae0f8f5d731b/
      -rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-da62ae0f8f5d731b/run-build-script-build-script-build
      -rw-r--r-- root/root       368 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-da62ae0f8f5d731b/run-build-script-build-script-build.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/dep-lib-portable_atomic
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/invoked.timestamp
      -rw-r--r-- root/root       656 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/lib-portable_atomic.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/lib-portable_atomic
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/
      -rw-r--r-- root/root       472 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/lib-anstyle_parse.json
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/invoked.timestamp
      -rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/lib-anstyle_parse
      -rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/dep-lib-anstyle_parse
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/
      -rw-r--r-- root/root       654 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/test-bin-filecount.json
      -rw-r--r-- root/root        16 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/test-bin-filecount
      -rw-r--r-- root/root        48 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/invoked.timestamp
      -rw-r--r-- root/root        31 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/dep-test-bin-filecount
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/dep-lib-bitflags
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/invoked.timestamp
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/lib-bitflags
      -rw-r--r-- root/root       441 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/lib-bitflags.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/
      -rw-r--r-- root/root       454 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/lib-unicode_width.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/lib-unicode_width
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/invoked.timestamp
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/dep-lib-unicode_width
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-4e36ccfdf11c5ecd/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-4e36ccfdf11c5ecd/run-build-script-build-script-build
      -rw-r--r-- root/root       326 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-4e36ccfdf11c5ecd/run-build-script-build-script-build.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/
      -rw-r--r-- root/root       994 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/lib-clap_builder.json
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/dep-lib-clap_builder
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/invoked.timestamp
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/lib-clap_builder
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/
      -rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/dep-lib-colorchoice
      -rw-r--r-- root/root       355 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/lib-colorchoice.json
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/invoked.timestamp
      -rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/lib-colorchoice
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-a7e35c59b67bb804/
      -rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-a7e35c59b67bb804/run-build-script-build-script-build
      -rw-r--r-- root/root       325 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-a7e35c59b67bb804/run-build-script-build-script-build.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/dep-lib-memchr
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/lib-memchr
      -rw-r--r-- root/root       464 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/lib-memchr.json
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/
      -rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/lib-quote
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/invoked.timestamp
      -rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/dep-lib-quote
      -rw-r--r-- root/root       528 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/lib-quote.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/
      -rw-r--r-- root/root       349 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/lib-clap_lex.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/lib-clap_lex
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/invoked.timestamp
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/dep-lib-clap_lex
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-cebbdeadc6d1451c/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-cebbdeadc6d1451c/run-build-script-build-script-build
      -rw-r--r-- root/root       331 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-cebbdeadc6d1451c/run-build-script-build-script-build.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/dep-lib-is_terminal_polyfill
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/invoked.timestamp
      -rw-r--r-- root/root       396 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/lib-is_terminal_polyfill.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/lib-is_terminal_polyfill
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/
      -rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/lib-libc
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/invoked.timestamp
      -rw-r--r-- root/root       565 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/lib-libc.json
      -rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/dep-lib-libc
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/
      -rw-r--r-- root/root        69 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/dep-lib-serde
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/invoked.timestamp
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/lib-serde
      -rw-r--r-- root/root       671 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/lib-serde.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/
      -rw-r--r-- root/root       351 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/lib-same_file.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/lib-same_file
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/dep-lib-same_file
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/lib-libc
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/invoked.timestamp
      -rw-r--r-- root/root       564 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/lib-libc.json
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/dep-lib-libc
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-e72495a7b11d41dc/
      -rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-e72495a7b11d41dc/run-build-script-build-script-build
      -rw-r--r-- root/root       323 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-e72495a7b11d41dc/run-build-script-build-script-build.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/
      -rw-r--r-- root/root       453 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/lib-unicode_width.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/lib-unicode_width
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/invoked.timestamp
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/dep-lib-unicode_width
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/
      -rw-r--r-- root/root       807 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/lib-anstream.json
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/dep-lib-anstream
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/lib-anstream
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/invoked.timestamp
      -rw-r--r-- root/root       775 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/lib-indicatif.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/lib-indicatif
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/dep-lib-indicatif
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/
      -rw-r--r-- root/root       349 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/lib-clap_lex.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/lib-clap_lex
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/invoked.timestamp
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/dep-lib-clap_lex
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/
      -rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/dep-lib-terminal_size
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/invoked.timestamp
      -rw-r--r-- root/root       416 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/lib-terminal_size.json
      -rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/lib-terminal_size
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-476e5eeb5f852bfb/
      -rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-476e5eeb5f852bfb/run-build-script-build-script-build
      -rw-r--r-- root/root       330 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-476e5eeb5f852bfb/run-build-script-build-script-build.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/
      -rw-r--r-- root/root       341 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/lib-heck.json
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/dep-lib-heck
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/lib-heck
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/
      -rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/dep-lib-bitflags
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/invoked.timestamp
      -rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/lib-bitflags
      -rw-r--r-- root/root       440 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/lib-bitflags.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/
      -rw-r--r-- root/root       508 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/lib-serde_core.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/lib-serde_core
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/invoked.timestamp
      -rw-r--r-- root/root        74 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/dep-lib-serde_core
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/
      -rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/dep-lib-utf8parse
      -rw-r--r-- root/root       386 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/lib-utf8parse.json
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/invoked.timestamp
      -rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/lib-utf8parse
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/
      -rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/dep-lib-unicode_ident
      -rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/lib-unicode_ident
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/invoked.timestamp
      -rw-r--r-- root/root       359 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/lib-unicode_ident.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/dep-lib-utf8parse
      -rw-r--r-- root/root       387 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/lib-utf8parse.json
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/invoked.timestamp
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/lib-utf8parse
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/lib-once_cell
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/dep-lib-once_cell
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/invoked.timestamp
      -rw-r--r-- root/root       529 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/lib-once_cell.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/
      -rw-r--r-- root/root       994 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/lib-clap_builder.json
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/dep-lib-clap_builder
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/invoked.timestamp
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/lib-clap_builder
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/invoked.timestamp
      -rw-r--r-- root/root       407 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/lib-walkdir.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/lib-walkdir
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/dep-lib-walkdir
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/dep-build-script-build-script-build
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/invoked.timestamp
      -rw-r--r-- root/root       537 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/build-script-build-script-build.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/build-script-build-script-build
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/
      -rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/dep-build-script-build-script-build
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/invoked.timestamp
      -rw-r--r-- root/root       600 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/build-script-build-script-build.json
      -rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/build-script-build-script-build
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/lib-once_cell
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/dep-lib-once_cell
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/invoked.timestamp
      -rw-r--r-- root/root       530 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/lib-once_cell.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/lib-itoa
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/dep-lib-itoa
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/invoked.timestamp
      -rw-r--r-- root/root       354 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/lib-itoa.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/lib-linux_raw_sys
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/invoked.timestamp
      -rw-r--r-- root/root       762 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/lib-linux_raw_sys.json
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/dep-lib-linux_raw_sys
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/
      -rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/dep-lib-is_terminal_polyfill
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/invoked.timestamp
      -rw-r--r-- root/root       396 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/lib-is_terminal_polyfill.json
      -rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/lib-is_terminal_polyfill
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/lib-unit_prefix
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/dep-lib-unit_prefix
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/invoked.timestamp
      -rw-r--r-- root/root       396 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/lib-unit_prefix.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/dep-lib-strsim
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/invoked.timestamp
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/lib-strsim
      -rw-r--r-- root/root       346 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/lib-strsim.json
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/
      -rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/lib-linux_raw_sys
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/invoked.timestamp
      -rw-r--r-- root/root       762 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/lib-linux_raw_sys.json
      -rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/dep-lib-linux_raw_sys
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/invoked.timestamp
      -rw-r--r-- root/root       407 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/lib-walkdir.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/lib-walkdir
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/dep-lib-walkdir
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/lib-itoa
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/dep-lib-itoa
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/invoked.timestamp
      -rw-r--r-- root/root       355 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/lib-itoa.json
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-d94b876d0044dacd/
      -rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-d94b876d0044dacd/run-build-script-build-script-build
      -rw-r--r-- root/root       675 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-d94b876d0044dacd/run-build-script-build-script-build.json
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/
      -rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/dep-build-script-build-script-build
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/invoked.timestamp
      -rw-r--r-- root/root       454 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/build-script-build-script-build.json
      -rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/build-script-build-script-build
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/dep-lib-rustix
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/invoked.timestamp
      -rw-r--r-- root/root      1059 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/lib-rustix.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/lib-rustix
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/
      -rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/dep-lib-syn
      -rw-r--r-- root/root       771 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/lib-syn.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/lib-syn
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/dep-lib-serde_json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/lib-serde_json
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/invoked.timestamp
      -rw-r--r-- root/root       818 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/lib-serde_json.json
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/
      -rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/dep-build-script-build-script-build
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/invoked.timestamp
      -rw-r--r-- root/root       420 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/build-script-build-script-build.json
      -rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/build-script-build-script-build
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/dep-lib-portable_atomic
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/invoked.timestamp
      -rw-r--r-- root/root       657 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/lib-portable_atomic.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/lib-portable_atomic
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/lib-unit_prefix
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/dep-lib-unit_prefix
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/invoked.timestamp
      -rw-r--r-- root/root       395 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/lib-unit_prefix.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/
      -rw-r--r-- root/root       692 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/lib-clap_derive.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/lib-clap_derive
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/invoked.timestamp
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/dep-lib-clap_derive
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/dep-lib-serde_json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/lib-serde_json
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/invoked.timestamp
      -rw-r--r-- root/root       818 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/lib-serde_json.json
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/
      -rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/dep-build-script-build-script-build
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/invoked.timestamp
      -rw-r--r-- root/root       376 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/build-script-build-script-build.json
      -rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/build-script-build-script-build
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/
      -rw-r--r-- root/root       359 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/lib-anstyle_query.json
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/invoked.timestamp
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/dep-lib-anstyle_query
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/lib-anstyle_query
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/
      -rw-r--r-- root/root       120 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/dep-bin-filecount
      -rw-r--r-- root/root        16 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/bin-filecount
      -rw-r--r-- root/root        48 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/invoked.timestamp
      -rw-r--r-- root/root       647 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/bin-filecount.json
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/
      -rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/dep-build-script-build-script-build
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/invoked.timestamp
      -rw-r--r-- root/root       458 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/build-script-build-script-build.json
      -rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/build-script-build-script-build
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/lib-zmij
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/invoked.timestamp
      -rw-r--r-- root/root       421 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/lib-zmij.json
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/dep-lib-zmij
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/lib-clap
      -rw-r--r-- root/root       895 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/lib-clap.json
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/invoked.timestamp
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/dep-lib-clap
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/
      -rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/dep-build-script-build-script-build
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/invoked.timestamp
      -rw-r--r-- root/root       884 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/build-script-build-script-build.json
      -rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/build-script-build-script-build
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/
      -rw-r--r-- root/root       575 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/lib-proc_macro2.json
      -rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/lib-proc_macro2
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/invoked.timestamp
      -rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/dep-lib-proc_macro2
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-350539075733e214/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-350539075733e214/dep-lib-strsim
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-350539075733e214/invoked.timestamp
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-350539075733e214/lib-strsim
      -rw-r--r-- root/root       345 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-350539075733e214/lib-strsim.json
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/libc-221c449f1c0c59f9/
      -rwxr-xr-x root/root   4702392 2026-08-28 10:07 ./cargo-target/debug/build/libc-221c449f1c0c59f9/build-script-build
      -rw-r--r-- root/root       424 2026-08-28 10:07 ./cargo-target/debug/build/libc-221c449f1c0c59f9/build_script_build-221c449f1c0c59f9.d
      hrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/libc-221c449f1c0c59f9/build_script_build-221c449f1c0c59f9 link to ./cargo-target/debug/build/libc-221c449f1c0c59f9/build-script-build
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/libc-7a998dd5d2eacb14/
      -rw-r--r-- root/root        60 2026-08-28 10:07 ./cargo-target/debug/build/libc-7a998dd5d2eacb14/root-output
      -rw-r--r-- root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/libc-7a998dd5d2eacb14/stderr
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/build/libc-7a998dd5d2eacb14/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/libc-7a998dd5d2eacb14/out/
      -rw-r--r-- root/root      1249 2026-08-28 10:07 ./cargo-target/debug/build/libc-7a998dd5d2eacb14/output
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/
      -rw-r--r-- root/root        67 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/root-output
      -rw-r--r-- root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/stderr
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/out/
      -rw-r--r-- root/root      1061 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/output
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/build/serde-70e51348ce6d6017/
      -rwxr-xr-x root/root   4653384 2026-08-28 10:08 ./cargo-target/debug/build/serde-70e51348ce6d6017/build-script-build
      -rw-r--r-- root/root       429 2026-08-28 10:08 ./cargo-target/debug/build/serde-70e51348ce6d6017/build_script_build-70e51348ce6d6017.d
      hrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/build/serde-70e51348ce6d6017/build_script_build-70e51348ce6d6017 link to ./cargo-target/debug/build/serde-70e51348ce6d6017/build-script-build
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/
      -rw-r--r-- root/root        71 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/root-output
      -rw-r--r-- root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/stderr
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/out/
      -rw-r--r-- root/root      1783 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/output
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/
      -rw-r--r-- root/root        61 2026-08-28 10:08 ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/root-output
      -rw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/stderr
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/out/
      -rw-r--r-- root/root       142 2026-08-28 10:08 ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/out/private.rs
      -rw-r--r-- root/root       582 2026-08-28 10:08 ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/output
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/quote-a7e35c59b67bb804/
      -rw-r--r-- root/root        61 2026-08-28 10:07 ./cargo-target/debug/build/quote-a7e35c59b67bb804/root-output
      -rw-r--r-- root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/quote-a7e35c59b67bb804/stderr
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/build/quote-a7e35c59b67bb804/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/quote-a7e35c59b67bb804/out/
      -rw-r--r-- root/root        83 2026-08-28 10:07 ./cargo-target/debug/build/quote-a7e35c59b67bb804/output
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/
      -rw-r--r-- root/root        66 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/root-output
      -rw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/stderr
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/out/
      -rw-r--r-- root/root       132 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/output
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/zmij-e72495a7b11d41dc/
      -rw-r--r-- root/root        60 2026-08-28 10:07 ./cargo-target/debug/build/zmij-e72495a7b11d41dc/root-output
      -rw-r--r-- root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/zmij-e72495a7b11d41dc/stderr
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/build/zmij-e72495a7b11d41dc/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/zmij-e72495a7b11d41dc/out/
      -rw-r--r-- root/root       126 2026-08-28 10:07 ./cargo-target/debug/build/zmij-e72495a7b11d41dc/output
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/
      -rw-r--r-- root/root        66 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/root-output
      -rw-r--r-- root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/stderr
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/out/
      -rw-r--r-- root/root        90 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/out/private.rs
      -rw-r--r-- root/root       484 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/output
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-d93e2101947be180/
      -rwxr-xr-x root/root   4513392 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-d93e2101947be180/build-script-build
      hrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-d93e2101947be180/build_script_build-d93e2101947be180 link to ./cargo-target/debug/build/serde_json-d93e2101947be180/build-script-build
      -rw-r--r-- root/root       454 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-d93e2101947be180/build_script_build-d93e2101947be180.d
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/
      -rwxr-xr-x root/root   4761720 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/build-script-build
      -rw-r--r-- root/root      1072 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/build_script_build-cad29f225c08c9de.d
      hrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/build_script_build-cad29f225c08c9de link to ./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/build-script-build
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/rustix-d94b876d0044dacd/
      -rw-r--r-- root/root        62 2026-08-28 10:07 ./cargo-target/debug/build/rustix-d94b876d0044dacd/root-output
      -rw-r--r-- root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/rustix-d94b876d0044dacd/stderr
      -rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/build/rustix-d94b876d0044dacd/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/rustix-d94b876d0044dacd/out/
      -rw-r--r-- root/root      2157 2026-08-28 10:07 ./cargo-target/debug/build/rustix-d94b876d0044dacd/out/rustix_test_can_compile
      -rw-r--r-- root/root       525 2026-08-28 10:07 ./cargo-target/debug/build/rustix-d94b876d0044dacd/output
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-15796e59bcea1517/
      -rwxr-xr-x root/root   4656008 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-15796e59bcea1517/build_script_build-15796e59bcea1517
      hrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-15796e59bcea1517/build-script-build link to ./cargo-target/debug/build/serde_core-15796e59bcea1517/build_script_build-15796e59bcea1517
      -rw-r--r-- root/root       454 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-15796e59bcea1517/build_script_build-15796e59bcea1517.d
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/quote-7311c8ec19e3ec40/
      -rwxr-xr-x root/root   4620552 2026-08-28 10:07 ./cargo-target/debug/build/quote-7311c8ec19e3ec40/build_script_build-7311c8ec19e3ec40
      hrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/quote-7311c8ec19e3ec40/build-script-build link to ./cargo-target/debug/build/quote-7311c8ec19e3ec40/build_script_build-7311c8ec19e3ec40
      -rw-r--r-- root/root       426 2026-08-28 10:07 ./cargo-target/debug/build/quote-7311c8ec19e3ec40/build_script_build-7311c8ec19e3ec40.d
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/zmij-ef045e1f10ec3882/
      -rw-r--r-- root/root       418 2026-08-28 10:07 ./cargo-target/debug/build/zmij-ef045e1f10ec3882/build_script_build-ef045e1f10ec3882.d
      -rwxr-xr-x root/root   4624800 2026-08-28 10:07 ./cargo-target/debug/build/zmij-ef045e1f10ec3882/build-script-build
      hrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/zmij-ef045e1f10ec3882/build_script_build-ef045e1f10ec3882 link to ./cargo-target/debug/build/zmij-ef045e1f10ec3882/build-script-build
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/
      -rwxr-xr-x root/root   4678592 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/build-script-build
      -rw-r--r-- root/root       459 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/build_script_build-41f5b6717bfaf0a0.d
      hrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/build_script_build-41f5b6717bfaf0a0 link to ./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/build-script-build
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/rustix-2057de68928b4f33/
      -rwxr-xr-x root/root   4684064 2026-08-28 10:07 ./cargo-target/debug/build/rustix-2057de68928b4f33/build-script-build
      -rw-r--r-- root/root       428 2026-08-28 10:07 ./cargo-target/debug/build/rustix-2057de68928b4f33/build_script_build-2057de68928b4f33.d
      hrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/rustix-2057de68928b4f33/build_script_build-2057de68928b4f33 link to ./cargo-target/debug/build/rustix-2057de68928b4f33/build-script-build
      -rw-r--r-- root/root        60 2026-08-28 10:08 ./cargo-target/debug/filecount.d
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/
      drwxr-xr-x root/root         0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/
      drwxr-xr-x root/root         0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/
      -rw-r--r-- root/root        50 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/work-products.bin
      -rw-r--r-- root/root    461768 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/query-cache.bin
      -rw-r--r-- root/root   1379469 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/dep-graph.bin
      -rw------- root/root         0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy.lock
      -rw------- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hlrfai2y5i-0hw6c1e.lock
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hlrfai2y5i-0hw6c1e-8w1ougi6dklta6jsgjovn1ejo/
      -rw-r--r-- root/root        50 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hlrfai2y5i-0hw6c1e-8w1ougi6dklta6jsgjovn1ejo/work-products.bin
      -rw-r--r-- root/root    464423 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hlrfai2y5i-0hw6c1e-8w1ougi6dklta6jsgjovn1ejo/query-cache.bin
      -rw-r--r-- root/root   1376721 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hlrfai2y5i-0hw6c1e-8w1ougi6dklta6jsgjovn1ejo/dep-graph.bin
      drwxr-xr-x root/root         0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/
      -rw------- root/root         0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev.lock
      drwxr-xr-x root/root         0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/
      -rw-r--r-- root/root      4592 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1v5cmqbytwgv3qrcfvq97t4q2.o
      -rw-r--r-- root/root     21432 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/39b2r19rueesme5wxaekiv4ey.o
      -rw-r--r-- root/root      3992 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4gpun5wrrvbyxncoux5jqvqj3.o
      -rw-r--r-- root/root    151664 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1b4kugwjd254vmaut4gjr6bwf.o
      -rw-r--r-- root/root      9536 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8z2ombrilcgoo94qi8t3d3upi.o
      -rw-r--r-- root/root     20488 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2pmnha4p5olv34xuj7qtetqfs.o
      -rw-r--r-- root/root     80512 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bpbcbehn7abylz62qoe23yx75.o
      -rw-r--r-- root/root     26424 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2uf5ri4eqsgrc3a9hz6kityt8.o
      -rw-r--r-- root/root      5872 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/499tu0tsa4j85onc61pxdcujm.o
      -rw-r--r-- root/root     53656 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6uf2d9uwso220fjbx335mdj53.o
      -rw-r--r-- root/root     31376 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bf7czx1a54d14h2035vlwx5ya.o
      -rw-r--r-- root/root     47208 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/awx487b763l58hpr7mefxtxgh.o
      -rw-r--r-- root/root     79912 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8ac5rw99vb2f5dypptuhapghk.o
      -rw-r--r-- root/root     15816 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/3ndxm5octkrfknke0692dluc9.o
      -rw-r--r-- root/root     14432 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dlm0amcvr6v8afwrad8mpdctj.o
      -rw-r--r-- root/root     22272 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a8yjbfid3ue1p42lnuwfttva6.o
      -rw-r--r-- root/root    124800 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0ugron1ij1frvpbx2akq6kmzv.o
      -rw-r--r-- root/root      8464 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/esacx19qcejn927zvokbbb4qy.o
      -rw-r--r-- root/root     19760 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/80u0wu4v5i109rs4c8pa5551h.o
      -rw-r--r-- root/root     50448 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ar2y4ojqknkxswmzhxcbhod19.o
      -rw-r--r-- root/root     28344 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5tne9ies2zf1xp4k4vb83dbjn.o
      -rw-r--r-- root/root     56120 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5ykcoq4wwyg0175b2rb2vt07m.o
      -rw-r--r-- root/root     56536 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5xa6i87y1r9yykkfv19mxw84i.o
      -rw-r--r-- root/root     43720 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/308ghbyyfbv08twb27zph3l1h.o
      -rw-r--r-- root/root      3688 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4mm1s00kptqnyqpfoiwsw2e77.o
      -rw-r--r-- root/root      8768 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bo0ee5ypmmzssnlfduchw1owt.o
      -rw-r--r-- root/root      6096 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/axepw7c0imbnfxduw2aufc7qr.o
      -rw-r--r-- root/root      9768 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/20khnlyux5xpbntoi6sy4yd2q.o
      -rw-r--r-- root/root      3816 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ca010hqhrvz7xuffekx5lsnoz.o
      -rw-r--r-- root/root     50904 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/anbpr0b0n5tevm8c4n28as4sc.o
      -rw-r--r-- root/root      5152 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ccb32161en9vvtyo1oylk14lb.o
      -rw-r--r-- root/root     39760 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/alejo6yky3ttoxhf3w9bvj2or.o
      -rw-r--r-- root/root      6568 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/d4sxebr9ff73pzbrbwkej729w.o
      -rw-r--r-- root/root      4000 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dezu0neu7gqb4ezqva6oy8qml.o
      -rw-r--r-- root/root      8144 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6a5d7d81d45dy7crwv0llui58.o
      -rw-r--r-- root/root    100248 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a4fetmswi2qnbyjrp1mhf5141.o
      -rw-r--r-- root/root      3472 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dbb308i80gtjej9f1lhnjvh8k.o
      -rw-r--r-- root/root      6184 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7alb9ub47q78s3xgbhitcwza4.o
      -rw-r--r-- root/root      5096 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6cf3b6b7xzz33pbikcrp7myuj.o
      -rw-r--r-- root/root     18024 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/duo19gi5guegpyw0s7hdp2w5w.o
      -rw-r--r-- root/root     74304 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/acomuvwi7wtrfxnczcsqwobbs.o
      -rw-r--r-- root/root     34936 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/evj2o9iubk19q11bi1woh0alh.o
      -rw-r--r-- root/root     24904 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0dz8a41qke0llahqk3d5ebxj4.o
      -rw-r--r-- root/root     16784 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/f0c3l1e85mfaip3qdhii5t5p6.o
      -rw-r--r-- root/root     11184 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/b0d48gh6rwhapyb4xrnun27es.o
      -rw-r--r-- root/root      4184 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9bllklve89uhzrxlb30jdtj0a.o
      -rw-r--r-- root/root      9128 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7s4rth6jnbxlrieavvsocev9e.o
      -rw-r--r-- root/root      7408 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a85frv96m1scihpic8ne02tc4.o
      -rw-r--r-- root/root     13696 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a1yrwdgxr8mxw53l3c9oz228v.o
      -rw-r--r-- root/root     36736 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8vslxnohe97f8d0kb216z6hfs.o
      -rw-r--r-- root/root      7312 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/44yghcewi22xouofxkbms21h1.o
      -rw-r--r-- root/root      9232 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6n2jdugmxptfyad2nj8ckeco4.o
      -rw-r--r-- root/root     27088 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0kvo9zwidbbi80elpiij36brw.o
      -rw-r--r-- root/root      3456 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/eswr2c9186kvlbjk6zgzuc681.o
      -rw-r--r-- root/root     19704 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6cfdnucee5oabkt6sj1tvlmpm.o
      -rw-r--r-- root/root      7878 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/work-products.bin
      -rw-r--r-- root/root     11896 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bz51jxce8sv01s0lgpsszjvpu.o
      -rw-r--r-- root/root     21576 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7y1nvsevrnzn5jj9gkgborw6g.o
      -rw-r--r-- root/root    143344 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c9qnckuv369d8bid1nkvmkyc3.o
      -rw-r--r-- root/root    909045 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/query-cache.bin
      -rw-r--r-- root/root      9632 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/76iqvj0us1isbpk6s61mz75ef.o
      -rw-r--r-- root/root      8952 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/abbcyzkwiqa0sd853aa4de6lm.o
      -rw-r--r-- root/root      7408 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8qwuw58801mn1tl33n051j1ck.o
      -rw-r--r-- root/root     12688 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/czllvpsk8nn8vtq2zf5h3znis.o
      -rw-r--r-- root/root     11432 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5mak1ydh783dc8usotjaj54dx.o
      -rw-r--r-- root/root     22912 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/79yuxm1v7kzh3116eslk4k0oq.o
      -rw-r--r-- root/root     25552 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4cipqtmgqem2zbdhhdpn5kxuz.o
      -rw-r--r-- root/root     56744 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2kzfdte79ykzje83u5e0m7wzc.o
      -rw-r--r-- root/root     56504 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a1gzo1lzwpv7cnle515ekjpni.o
      -rw-r--r-- root/root     92264 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5wme9m4engb5guqnduepb96x4.o
      -rw-r--r-- root/root    327888 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6e0mdp7q7usflwxl3dybkapuc.o
      -rw-r--r-- root/root      9912 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/epy46wx146to9niz3trla2bn9.o
      -rw-r--r-- root/root     11664 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9egnmpd0zub9ws4rtiozc38ef.o
      -rw-r--r-- root/root      3264 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c0k9r3e9270dhkrnkmxpx93vq.o
      -rw-r--r-- root/root     53624 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8ycehe0r6n4gd0n8u8qe28aml.o
      -rw-r--r-- root/root     12632 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ch5nr8gr20hw7ui09j1v7i1ds.o
      -rw-r--r-- root/root     61184 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/11dphnyh3o6tf0voqxqnlvgze.o
      -rw-r--r-- root/root     17984 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5xl21jxiviiu8q7bh8kz5jql4.o
      -rw-r--r-- root/root      7200 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1qf70z6bgfgx9ps7d2f7n11ak.o
      -rw-r--r-- root/root      4144 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9q0578rvltw0vs142ejq995wb.o
      -rw-r--r-- root/root   3386439 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dep-graph.bin
      -rw-r--r-- root/root     39056 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7ofbc9s5hkl5wheer5nj4y7ap.o
      -rw-r--r-- root/root     10544 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/504dymql67jzf1sbl7vfk0u0k.o
      -rw-r--r-- root/root      2784 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/71708mpeietiitb1qi9zdlpd8.o
      -rw-r--r-- root/root      4552 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2zq5xglkeyyaw1o4ptgfvco4u.o
      -rw-r--r-- root/root     44568 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4lmfdjntjwe6e2w4jlvq9n25w.o
      -rw-r--r-- root/root     44696 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6xajr3k5e3md85k6g7jjdxefc.o
      -rw-r--r-- root/root     16616 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c2nsc40b6ghfiimk26clfep2z.o
      -rw-r--r-- root/root      4640 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/aq334ivi9xmzm965vclfca1q3.o
      -rw-r--r-- root/root      9088 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0icxe7tp3tsyug6bygotc6y3x.o
      -rw-r--r-- root/root     12384 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2g568g2hhlcaavns2ansl73xi.o
      -rw-r--r-- root/root      3280 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/es2jgya4so963n4e8jiy6a459.o
      -rw-r--r-- root/root     31560 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/3u0m3vjef33e2pe11wp16qxd8.o
      -rw-r--r-- root/root      6248 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dfsi2ort9r3gpyk2ibrab7jgn.o
      -rw-r--r-- root/root      9968 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dmzqcw3rxf0ie08tkosijggj6.o
      -rw-r--r-- root/root     54728 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9lvxanu7r0bkk8pzl13hin7k0.o
      -rw-r--r-- root/root      4936 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/cifasyuom0g4nkfme4dxezjy5.o
      -rw-r--r-- root/root     95680 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1mw65vxnxb9a1lgim3tzylaqe.o
      -rw-r--r-- root/root     29664 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/3ug0bsvixo20f272au8fvms5f.o
      -rw-r--r-- root/root      3600 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7fb1mk0vsz0v93lazib4yohck.o
      -rw-r--r-- root/root     15120 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ardjdyowh3qfti3esy81jzuy8.o
      -rw-r--r-- root/root      3160 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0fr3352hvsg2g4xk1itc9syis.o
      -rw-r--r-- root/root      4280 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/54jibrqgxliqv9nc306qjc8xr.o
      -rw-r--r-- root/root     32600 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/cknnxasama73ns6u39mfmhzre.o
      -rw-r--r-- root/root     10912 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c1je1uf2is8i5j0dja6bc2fsn.o
      -rw-r--r-- root/root     41800 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0i7o4mj0jymqyrc81l66203zf.o
      -rw------- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46.lock
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1v5cmqbytwgv3qrcfvq97t4q2.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1v5cmqbytwgv3qrcfvq97t4q2.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/39b2r19rueesme5wxaekiv4ey.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/39b2r19rueesme5wxaekiv4ey.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4gpun5wrrvbyxncoux5jqvqj3.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4gpun5wrrvbyxncoux5jqvqj3.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1b4kugwjd254vmaut4gjr6bwf.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1b4kugwjd254vmaut4gjr6bwf.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8z2ombrilcgoo94qi8t3d3upi.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8z2ombrilcgoo94qi8t3d3upi.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2pmnha4p5olv34xuj7qtetqfs.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2pmnha4p5olv34xuj7qtetqfs.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bpbcbehn7abylz62qoe23yx75.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bpbcbehn7abylz62qoe23yx75.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2uf5ri4eqsgrc3a9hz6kityt8.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2uf5ri4eqsgrc3a9hz6kityt8.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/499tu0tsa4j85onc61pxdcujm.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/499tu0tsa4j85onc61pxdcujm.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6uf2d9uwso220fjbx335mdj53.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6uf2d9uwso220fjbx335mdj53.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bf7czx1a54d14h2035vlwx5ya.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bf7czx1a54d14h2035vlwx5ya.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/awx487b763l58hpr7mefxtxgh.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/awx487b763l58hpr7mefxtxgh.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8ac5rw99vb2f5dypptuhapghk.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8ac5rw99vb2f5dypptuhapghk.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/3ndxm5octkrfknke0692dluc9.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/3ndxm5octkrfknke0692dluc9.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dlm0amcvr6v8afwrad8mpdctj.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dlm0amcvr6v8afwrad8mpdctj.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a8yjbfid3ue1p42lnuwfttva6.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a8yjbfid3ue1p42lnuwfttva6.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0ugron1ij1frvpbx2akq6kmzv.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0ugron1ij1frvpbx2akq6kmzv.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/esacx19qcejn927zvokbbb4qy.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/esacx19qcejn927zvokbbb4qy.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/80u0wu4v5i109rs4c8pa5551h.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/80u0wu4v5i109rs4c8pa5551h.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ar2y4ojqknkxswmzhxcbhod19.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ar2y4ojqknkxswmzhxcbhod19.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5tne9ies2zf1xp4k4vb83dbjn.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5tne9ies2zf1xp4k4vb83dbjn.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5ykcoq4wwyg0175b2rb2vt07m.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5ykcoq4wwyg0175b2rb2vt07m.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5xa6i87y1r9yykkfv19mxw84i.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5xa6i87y1r9yykkfv19mxw84i.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/308ghbyyfbv08twb27zph3l1h.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/308ghbyyfbv08twb27zph3l1h.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4mm1s00kptqnyqpfoiwsw2e77.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4mm1s00kptqnyqpfoiwsw2e77.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bo0ee5ypmmzssnlfduchw1owt.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bo0ee5ypmmzssnlfduchw1owt.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/axepw7c0imbnfxduw2aufc7qr.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/axepw7c0imbnfxduw2aufc7qr.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/20khnlyux5xpbntoi6sy4yd2q.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/20khnlyux5xpbntoi6sy4yd2q.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ca010hqhrvz7xuffekx5lsnoz.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ca010hqhrvz7xuffekx5lsnoz.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/anbpr0b0n5tevm8c4n28as4sc.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/anbpr0b0n5tevm8c4n28as4sc.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ccb32161en9vvtyo1oylk14lb.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ccb32161en9vvtyo1oylk14lb.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/alejo6yky3ttoxhf3w9bvj2or.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/alejo6yky3ttoxhf3w9bvj2or.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/d4sxebr9ff73pzbrbwkej729w.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/d4sxebr9ff73pzbrbwkej729w.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dezu0neu7gqb4ezqva6oy8qml.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dezu0neu7gqb4ezqva6oy8qml.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6a5d7d81d45dy7crwv0llui58.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6a5d7d81d45dy7crwv0llui58.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a4fetmswi2qnbyjrp1mhf5141.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a4fetmswi2qnbyjrp1mhf5141.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dbb308i80gtjej9f1lhnjvh8k.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dbb308i80gtjej9f1lhnjvh8k.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7alb9ub47q78s3xgbhitcwza4.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7alb9ub47q78s3xgbhitcwza4.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6cf3b6b7xzz33pbikcrp7myuj.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6cf3b6b7xzz33pbikcrp7myuj.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/duo19gi5guegpyw0s7hdp2w5w.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/duo19gi5guegpyw0s7hdp2w5w.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/acomuvwi7wtrfxnczcsqwobbs.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/acomuvwi7wtrfxnczcsqwobbs.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/evj2o9iubk19q11bi1woh0alh.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/evj2o9iubk19q11bi1woh0alh.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0dz8a41qke0llahqk3d5ebxj4.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0dz8a41qke0llahqk3d5ebxj4.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/f0c3l1e85mfaip3qdhii5t5p6.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/f0c3l1e85mfaip3qdhii5t5p6.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/b0d48gh6rwhapyb4xrnun27es.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/b0d48gh6rwhapyb4xrnun27es.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9bllklve89uhzrxlb30jdtj0a.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9bllklve89uhzrxlb30jdtj0a.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7s4rth6jnbxlrieavvsocev9e.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7s4rth6jnbxlrieavvsocev9e.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a85frv96m1scihpic8ne02tc4.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a85frv96m1scihpic8ne02tc4.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a1yrwdgxr8mxw53l3c9oz228v.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a1yrwdgxr8mxw53l3c9oz228v.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8vslxnohe97f8d0kb216z6hfs.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8vslxnohe97f8d0kb216z6hfs.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/44yghcewi22xouofxkbms21h1.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/44yghcewi22xouofxkbms21h1.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6n2jdugmxptfyad2nj8ckeco4.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6n2jdugmxptfyad2nj8ckeco4.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0kvo9zwidbbi80elpiij36brw.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0kvo9zwidbbi80elpiij36brw.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/eswr2c9186kvlbjk6zgzuc681.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/eswr2c9186kvlbjk6zgzuc681.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6cfdnucee5oabkt6sj1tvlmpm.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6cfdnucee5oabkt6sj1tvlmpm.o
      -rw-r--r-- root/root      7878 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/work-products.bin
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bz51jxce8sv01s0lgpsszjvpu.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bz51jxce8sv01s0lgpsszjvpu.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7y1nvsevrnzn5jj9gkgborw6g.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7y1nvsevrnzn5jj9gkgborw6g.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c9qnckuv369d8bid1nkvmkyc3.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c9qnckuv369d8bid1nkvmkyc3.o
      -rw-r--r-- root/root   1066126 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/query-cache.bin
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/76iqvj0us1isbpk6s61mz75ef.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/76iqvj0us1isbpk6s61mz75ef.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/abbcyzkwiqa0sd853aa4de6lm.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/abbcyzkwiqa0sd853aa4de6lm.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8qwuw58801mn1tl33n051j1ck.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8qwuw58801mn1tl33n051j1ck.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/czllvpsk8nn8vtq2zf5h3znis.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/czllvpsk8nn8vtq2zf5h3znis.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5mak1ydh783dc8usotjaj54dx.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5mak1ydh783dc8usotjaj54dx.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/79yuxm1v7kzh3116eslk4k0oq.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/79yuxm1v7kzh3116eslk4k0oq.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4cipqtmgqem2zbdhhdpn5kxuz.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4cipqtmgqem2zbdhhdpn5kxuz.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2kzfdte79ykzje83u5e0m7wzc.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2kzfdte79ykzje83u5e0m7wzc.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a1gzo1lzwpv7cnle515ekjpni.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a1gzo1lzwpv7cnle515ekjpni.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5wme9m4engb5guqnduepb96x4.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5wme9m4engb5guqnduepb96x4.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6e0mdp7q7usflwxl3dybkapuc.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6e0mdp7q7usflwxl3dybkapuc.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/epy46wx146to9niz3trla2bn9.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/epy46wx146to9niz3trla2bn9.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9egnmpd0zub9ws4rtiozc38ef.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9egnmpd0zub9ws4rtiozc38ef.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c0k9r3e9270dhkrnkmxpx93vq.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c0k9r3e9270dhkrnkmxpx93vq.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8ycehe0r6n4gd0n8u8qe28aml.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8ycehe0r6n4gd0n8u8qe28aml.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ch5nr8gr20hw7ui09j1v7i1ds.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ch5nr8gr20hw7ui09j1v7i1ds.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/11dphnyh3o6tf0voqxqnlvgze.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/11dphnyh3o6tf0voqxqnlvgze.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5xl21jxiviiu8q7bh8kz5jql4.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5xl21jxiviiu8q7bh8kz5jql4.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1qf70z6bgfgx9ps7d2f7n11ak.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1qf70z6bgfgx9ps7d2f7n11ak.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9q0578rvltw0vs142ejq995wb.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9q0578rvltw0vs142ejq995wb.o
      -rw-r--r-- root/root   3386345 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dep-graph.bin
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7ofbc9s5hkl5wheer5nj4y7ap.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7ofbc9s5hkl5wheer5nj4y7ap.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/504dymql67jzf1sbl7vfk0u0k.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/504dymql67jzf1sbl7vfk0u0k.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/71708mpeietiitb1qi9zdlpd8.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/71708mpeietiitb1qi9zdlpd8.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2zq5xglkeyyaw1o4ptgfvco4u.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2zq5xglkeyyaw1o4ptgfvco4u.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4lmfdjntjwe6e2w4jlvq9n25w.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4lmfdjntjwe6e2w4jlvq9n25w.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6xajr3k5e3md85k6g7jjdxefc.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6xajr3k5e3md85k6g7jjdxefc.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c2nsc40b6ghfiimk26clfep2z.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c2nsc40b6ghfiimk26clfep2z.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/aq334ivi9xmzm965vclfca1q3.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/aq334ivi9xmzm965vclfca1q3.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0icxe7tp3tsyug6bygotc6y3x.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0icxe7tp3tsyug6bygotc6y3x.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2g568g2hhlcaavns2ansl73xi.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2g568g2hhlcaavns2ansl73xi.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/es2jgya4so963n4e8jiy6a459.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/es2jgya4so963n4e8jiy6a459.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/3u0m3vjef33e2pe11wp16qxd8.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/3u0m3vjef33e2pe11wp16qxd8.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dfsi2ort9r3gpyk2ibrab7jgn.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dfsi2ort9r3gpyk2ibrab7jgn.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dmzqcw3rxf0ie08tkosijggj6.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dmzqcw3rxf0ie08tkosijggj6.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9lvxanu7r0bkk8pzl13hin7k0.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9lvxanu7r0bkk8pzl13hin7k0.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/cifasyuom0g4nkfme4dxezjy5.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/cifasyuom0g4nkfme4dxezjy5.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1mw65vxnxb9a1lgim3tzylaqe.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1mw65vxnxb9a1lgim3tzylaqe.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/3ug0bsvixo20f272au8fvms5f.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/3ug0bsvixo20f272au8fvms5f.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7fb1mk0vsz0v93lazib4yohck.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7fb1mk0vsz0v93lazib4yohck.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ardjdyowh3qfti3esy81jzuy8.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ardjdyowh3qfti3esy81jzuy8.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0fr3352hvsg2g4xk1itc9syis.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0fr3352hvsg2g4xk1itc9syis.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/54jibrqgxliqv9nc306qjc8xr.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/54jibrqgxliqv9nc306qjc8xr.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/cknnxasama73ns6u39mfmhzre.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/cknnxasama73ns6u39mfmhzre.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c1je1uf2is8i5j0dja6bc2fsn.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c1je1uf2is8i5j0dja6bc2fsn.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0i7o4mj0jymqyrc81l66203zf.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0i7o4mj0jymqyrc81l66203zf.o
      drwxr-xr-x root/root         0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/
      -rw-r--r-- root/root      6520 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/a4lny3pgx6zyqobiexzbuqocc.o
      -rw-r--r-- root/root      3192 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/7wwcndi7fkpr11mqho1v8q46d.o
      -rw-r--r-- root/root      3264 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/4it2w4qp9pqfx1olnjtl4lk86.o
      -rw-r--r-- root/root      4000 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/4fxhldviy5of1phoquypz3269.o
      -rw-r--r-- root/root       430 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/work-products.bin
      -rw-r--r-- root/root    475500 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/query-cache.bin
      -rw-r--r-- root/root   1439762 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/dep-graph.bin
      -rw-r--r-- root/root      7408 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/88wyhqzkwmi70ooofsv89aw3o.o
      drwxr-xr-x root/root         0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/a4lny3pgx6zyqobiexzbuqocc.o link to ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/a4lny3pgx6zyqobiexzbuqocc.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/7wwcndi7fkpr11mqho1v8q46d.o link to ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/7wwcndi7fkpr11mqho1v8q46d.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/4it2w4qp9pqfx1olnjtl4lk86.o link to ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/4it2w4qp9pqfx1olnjtl4lk86.o
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/4fxhldviy5of1phoquypz3269.o link to ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/4fxhldviy5of1phoquypz3269.o
      -rw-r--r-- root/root       430 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/work-products.bin
      -rw-r--r-- root/root    486159 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/query-cache.bin
      -rw-r--r-- root/root   1439856 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/dep-graph.bin
      hrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/88wyhqzkwmi70ooofsv89aw3o.o link to ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/88wyhqzkwmi70ooofsv89aw3o.o
      -rw------- root/root         0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk.lock
      -rw------- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d.lock
      drwxr-xr-x root/root         0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/
      -rw------- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hlrfai30g6-1xsuqp3.lock
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hlrfai30g6-1xsuqp3-728q9yrhov9a6yczzo9znkd75/
      -rw-r--r-- root/root        50 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hlrfai30g6-1xsuqp3-728q9yrhov9a6yczzo9znkd75/work-products.bin
      -rw-r--r-- root/root    470636 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hlrfai30g6-1xsuqp3-728q9yrhov9a6yczzo9znkd75/query-cache.bin
      -rw-r--r-- root/root   1399758 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hlrfai30g6-1xsuqp3-728q9yrhov9a6yczzo9znkd75/dep-graph.bin
      drwxr-xr-x root/root         0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/
      -rw-r--r-- root/root        50 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/work-products.bin
      -rw-r--r-- root/root    467996 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/query-cache.bin
      -rw-r--r-- root/root   1403052 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/dep-graph.bin
      -rw------- root/root         0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f.lock
      -rw-r--r-- root/root         0 2026-08-28 10:07 ./cargo-target/debug/.cargo-build-lock
      drwxr-xr-x root/root         0 2026-09-03 13:46 ./cargo-target/debug/deps/
      -rw-r--r-- root/root       442 2026-08-28 10:07 ./cargo-target/debug/deps/is_terminal_polyfill-9c7573639267fe8d.d
      -rw-r--r-- root/root    208146 2026-08-28 10:08 ./cargo-target/debug/deps/libsame_file-4e4796d0efd5db1b.rlib
      -rw-r--r-- root/root    255234 2026-08-28 10:08 ./cargo-target/debug/deps/libanstyle_parse-de7ba1ab5f110919.rlib
      -rw-r--r-- root/root    333370 2026-08-28 10:08 ./cargo-target/debug/deps/libanstyle-717f8d844e892cbf.rlib
      -rw-r--r-- root/root      2527 2026-08-28 10:07 ./cargo-target/debug/deps/quote-58c9686b0e89a703.d
      -rw-r--r-- root/root     10307 2026-08-28 10:07 ./cargo-target/debug/deps/libc-e4e309fd9792fa72.d
      -rw-r--r-- root/root    225581 2026-08-28 10:08 ./cargo-target/debug/deps/libanstream-b6ac5dcc1d25c2fe.rmeta
      -rw-r--r-- root/root    132966 2026-08-28 10:07 ./cargo-target/debug/deps/libanstyle-e78a0849de95a740.rmeta
      -rw-r--r-- root/root     12683 2026-08-28 10:08 ./cargo-target/debug/deps/libclap-f92b0b450e69f601.rmeta
      -rw-r--r-- root/root      4313 2026-08-28 10:07 ./cargo-target/debug/deps/proc_macro2-17071dc385286db1.d
      -rw-r--r-- root/root    814720 2026-08-28 10:08 ./cargo-target/debug/deps/libunicode_width-61c784d25cab2c40.rmeta
      -rw-r--r-- root/root     34065 2026-08-28 10:07 ./cargo-target/debug/deps/libunicode_ident-4867c6df2646e718.rmeta
      -rw-r--r-- root/root       372 2026-08-28 10:08 ./cargo-target/debug/deps/strsim-350539075733e214.d
      -rw-r--r-- root/root       634 2026-08-28 10:08 ./cargo-target/debug/deps/same_file-94c88d1787851e6a.d
      -rw-r--r-- root/root     11343 2026-08-28 10:07 ./cargo-target/debug/deps/libcolorchoice-3d676ec3ba8687db.rmeta
      -rw-r--r-- root/root       870 2026-08-28 10:08 ./cargo-target/debug/deps/same_file-4e4796d0efd5db1b.d
      -rw-r--r-- root/root      1109 2026-08-28 10:08 ./cargo-target/debug/deps/walkdir-a9fe914427991f4e.d
      -rw-r--r-- root/root   4479660 2026-08-28 10:08 ./cargo-target/debug/deps/libserde_json-72d1003fb119d2db.rlib
      -rw-r--r-- root/root   1348192 2026-08-28 10:08 ./cargo-target/debug/deps/liblinux_raw_sys-2e7d774a4e4d5ff6.rlib
      -rw-r--r-- root/root     26783 2026-08-28 10:08 ./cargo-target/debug/deps/libsame_file-94c88d1787851e6a.rmeta
      -rw-r--r-- root/root   1165993 2026-08-28 10:08 ./cargo-target/debug/deps/libportable_atomic-c68246ef83343abb.rmeta
      -rw-r--r-- root/root       612 2026-08-28 10:08 ./cargo-target/debug/deps/itoa-7685dba7fc388658.d
      -rw-r--r-- root/root       922 2026-08-28 10:08 ./cargo-target/debug/deps/unicode_width-5dcb97b189617948.d
      -rw-r--r-- root/root     85894 2026-08-28 10:08 ./cargo-target/debug/deps/libwalkdir-a9fe914427991f4e.rmeta
      -rw-r--r-- root/root       165 2026-09-03 13:46 ./cargo-target/debug/deps/filecount-540e5c648d65f765.d
      -rw-r--r-- root/root      8361 2026-08-28 10:07 ./cargo-target/debug/deps/libis_terminal_polyfill-9c7573639267fe8d.rmeta
      -rw-r--r-- root/root    201751 2026-08-28 10:08 ./cargo-target/debug/deps/libbitflags-ca8c5e0086f3c3cf.rmeta
      -rw-r--r-- root/root      1924 2026-08-28 10:07 ./cargo-target/debug/deps/bitflags-ef9541d159acadf6.d
      -rw-r--r-- root/root       291 2026-09-03 13:46 ./cargo-target/debug/deps/filecount-baedafc9954bfcb8.d
      -rw-r--r-- root/root      1502 2026-08-28 10:08 ./cargo-target/debug/deps/walkdir-5340530dcf8bedaf.d
      -rw-r--r-- root/root     22273 2026-08-28 10:08 ./cargo-target/debug/deps/clap_builder-e961d11c75aa25e0.d
      -rw-r--r-- root/root     12761 2026-08-28 10:08 ./cargo-target/debug/deps/libcolorchoice-4b170734103dc5f0.rmeta
      -rw-r--r-- root/root       653 2026-08-28 10:08 ./cargo-target/debug/deps/unit_prefix-d2850f1a5392769e.d
      -rw-r--r-- root/root    136144 2026-08-28 10:07 ./cargo-target/debug/deps/libanstyle_parse-6771b1bf6e984b17.rmeta
      -rw-r--r-- root/root      7724 2026-08-28 10:07 ./cargo-target/debug/deps/libanstyle_query-198fbfe849ab02d0.rmeta
      -rw-r--r-- root/root      3337 2026-08-28 10:08 ./cargo-target/debug/deps/indicatif-e8e827ff1c149eee.d
      -rw-r--r-- root/root      3663 2026-08-28 10:08 ./cargo-target/debug/deps/anstream-b6ac5dcc1d25c2fe.d
      -rw-r--r-- root/root      9992 2026-08-28 10:07 ./cargo-target/debug/deps/rustix-83d6e17a6e84a398.d
      -rw-r--r-- root/root       675 2026-08-28 10:07 ./cargo-target/debug/deps/anstyle_query-198fbfe849ab02d0.d
      -rw-r--r-- root/root     13335 2026-08-28 10:08 ./cargo-target/debug/deps/rustix-0e92ee9bdef408d9.d
      -rw-r--r-- root/root      1725 2026-08-28 10:08 ./cargo-target/debug/deps/serde-1f84ea849cb28baa.d
      -rw-r--r-- root/root       902 2026-08-28 10:08 ./cargo-target/debug/deps/once_cell-6d84a9d35194e4b4.d
      -rw-r--r-- root/root    165878 2026-08-28 10:07 ./cargo-target/debug/deps/libanstream-bf1aacbe7d54c374.rmeta
      -rw-r--r-- root/root     60732 2026-08-28 10:08 ./cargo-target/debug/deps/libitoa-43444eaacc0727d6.rmeta
      -rw-r--r-- root/root     16699 2026-08-28 10:08 ./cargo-target/debug/deps/clap_builder-3dc3f4f4110a1b3c.d
      -rw-r--r-- root/root    165944 2026-08-28 10:08 ./cargo-target/debug/deps/libanstyle_parse-de7ba1ab5f110919.rmeta
      -rw-r--r-- root/root     38436 2026-08-28 10:08 ./cargo-target/debug/deps/libcolorchoice-4b170734103dc5f0.rlib
      -rw-r--r-- root/root    196532 2026-08-28 10:08 ./cargo-target/debug/deps/libitoa-43444eaacc0727d6.rlib
      -rw-r--r-- root/root   4559982 2026-08-28 10:08 ./cargo-target/debug/deps/libindicatif-e8e827ff1c149eee.rlib
      -rw-r--r-- root/root    515344 2026-08-28 10:07 ./cargo-target/debug/deps/libquote-58c9686b0e89a703.rlib
      -rw-r--r-- root/root       551 2026-08-28 10:08 ./cargo-target/debug/deps/colorchoice-4b170734103dc5f0.d
      -rw-r--r-- root/root     14885 2026-08-28 10:07 ./cargo-target/debug/deps/libterminal_size-88321ec22adc71e4.rmeta
      -rw-r--r-- root/root    946098 2026-08-28 10:08 ./cargo-target/debug/deps/libunicode_width-5dcb97b189617948.rlib
      -rw-r--r-- root/root      2200 2026-08-28 10:08 ./cargo-target/debug/deps/anstyle-717f8d844e892cbf.d
      -rw-r--r-- root/root    138266 2026-08-28 10:08 ./cargo-target/debug/deps/libonce_cell-6d84a9d35194e4b4.rmeta
      -rw-r--r-- root/root    856980 2026-08-28 10:08 ./cargo-target/debug/deps/libunicode_width-5dcb97b189617948.rmeta
      -rw-r--r-- root/root       839 2026-08-28 10:08 ./cargo-target/debug/deps/itoa-43444eaacc0727d6.d
      -rw-r--r-- root/root   2654811 2026-08-28 10:07 ./cargo-target/debug/deps/libserde_core-7369bbef0ddde4fa.rmeta
      -rw-r--r-- root/root      2588 2026-08-28 10:08 ./cargo-target/debug/deps/bitflags-ca8c5e0086f3c3cf.d
      -rw-r--r-- root/root       896 2026-08-28 10:08 ./cargo-target/debug/deps/unit_prefix-661dc44c7e384825.d
      -rw-r--r-- root/root       637 2026-08-28 10:07 ./cargo-target/debug/deps/utf8parse-5c2360a30268ac05.d
      -rw-r--r-- root/root    974642 2026-08-28 10:08 ./cargo-target/debug/deps/libmemchr-50f95ebf8aa3ed81.rmeta
      -rw-r--r-- root/root   1539296 2026-08-28 10:08 ./cargo-target/debug/deps/librustix-0e92ee9bdef408d9.rmeta
      -rw-r--r-- root/root    291372 2026-08-28 10:08 ./cargo-target/debug/deps/libonce_cell-ca424a7c1403b4cb.rlib
      -rw-r--r-- root/root     14886 2026-08-28 10:08 ./cargo-target/debug/deps/libclap-f92b0b450e69f601.rlib
      -rw-r--r-- root/root      5082 2026-08-28 10:08 ./cargo-target/debug/deps/portable_atomic-c68246ef83343abb.d
      -rw-r--r-- root/root       520 2026-08-28 10:08 ./cargo-target/debug/deps/strsim-3f1ca007c91986d3.d
      -rw-r--r-- root/root    305926 2026-08-28 10:08 ./cargo-target/debug/deps/libindicatif-40f5795ac8278760.rmeta
      -rw-r--r-- root/root     49527 2026-08-28 10:08 ./cargo-target/debug/deps/libitoa-7685dba7fc388658.rmeta
      -rw-r--r-- root/root    193833 2026-08-28 10:08 ./cargo-target/debug/deps/libonce_cell-ca424a7c1403b4cb.rmeta
      -rw-r--r-- root/root  21583578 2026-08-28 10:08 ./cargo-target/debug/deps/libclap_builder-e961d11c75aa25e0.rlib
      -rw-r--r-- root/root   1661022 2026-08-28 10:08 ./cargo-target/debug/deps/libportable_atomic-1d49fff76bae0776.rlib
      -rwxr-xr-x root/root  20742256 2026-09-03 13:46 ./cargo-target/debug/deps/filecount-540e5c648d65f765
      -rw-r--r-- root/root      2486 2026-08-28 10:08 ./cargo-target/debug/deps/indicatif-40f5795ac8278760.d
      -rw-r--r-- root/root     11473 2026-08-28 10:08 ./cargo-target/debug/deps/libanstyle_query-a513904800864744.rmeta
      -rw-r--r-- root/root     22686 2026-08-28 10:08 ./cargo-target/debug/deps/libanstyle_query-a513904800864744.rlib
      -rw-r--r-- root/root    695598 2026-08-28 10:08 ./cargo-target/debug/deps/libanstream-b6ac5dcc1d25c2fe.rlib
      -rw-r--r-- root/root    421708 2026-08-28 10:08 ./cargo-target/debug/deps/libconsole-130ca6e9cf03cd4e.rmeta
      -rw-r--r-- root/root   3916678 2026-08-28 10:08 ./cargo-target/debug/deps/liblibc-51af4c07ef0369c3.rlib
      -rwxr-xr-x root/root   7149728 2026-09-03 13:46 ./cargo-target/debug/deps/filecount-3fabc278663dcb7a
      -rw-r--r-- root/root     69881 2026-08-28 10:08 ./cargo-target/debug/deps/libstrsim-3f1ca007c91986d3.rmeta
      -rw-r--r-- root/root    318908 2026-08-28 10:08 ./cargo-target/debug/deps/libheck-9e7d86b5b43a0416.rlib
      -rw-r--r-- root/root   2553568 2026-08-28 10:08 ./cargo-target/debug/deps/libmemchr-758d26ba49117321.rlib
      -rw-r--r-- root/root   2752110 2026-08-28 10:08 ./cargo-target/debug/deps/librustix-0e92ee9bdef408d9.rlib
      -rwxr-xr-x root/root   9452392 2026-08-28 10:08 ./cargo-target/debug/deps/libclap_derive-4d19da3e6e3666b8.so
      -rw-r--r-- root/root     50231 2026-08-28 10:08 ./cargo-target/debug/deps/libzmij-2f285f973c7aee55.rmeta
      -rw-r--r-- root/root    102078 2026-08-28 10:08 ./cargo-target/debug/deps/libwalkdir-5340530dcf8bedaf.rmeta
      -rw-r--r-- root/root       623 2026-08-28 10:08 ./cargo-target/debug/deps/clap_lex-b0ffff2ebc0cd617.d
      -rw-r--r-- root/root       926 2026-08-28 10:08 ./cargo-target/debug/deps/anstyle_query-a513904800864744.d
      -rw-r--r-- root/root      7580 2026-08-28 10:08 ./cargo-target/debug/deps/memchr-50f95ebf8aa3ed81.d
      -rw-r--r-- root/root     15561 2026-08-28 10:07 ./cargo-target/debug/deps/syn-00944c1069f5fa82.d
      -rw-r--r-- root/root    831903 2026-08-28 10:08 ./cargo-target/debug/deps/libserde-6c6a1007c8b0b81d.rmeta
      -rw-r--r-- root/root     97222 2026-08-28 10:08 ./cargo-target/debug/deps/libunit_prefix-661dc44c7e384825.rlib
      -rw-r--r-- root/root   3871761 2026-08-28 10:08 ./cargo-target/debug/deps/liblibc-51af4c07ef0369c3.rmeta
      -rw-r--r-- root/root     49963 2026-08-28 10:08 ./cargo-target/debug/deps/libunit_prefix-661dc44c7e384825.rmeta
      -rw-r--r-- root/root       600 2026-08-28 10:08 ./cargo-target/debug/deps/zmij-75872c2fcc3f1638.d
      -rw-r--r-- root/root      9560 2026-08-28 10:08 ./cargo-target/debug/deps/libis_terminal_polyfill-cec1cb8ad672ff05.rmeta
      -rw-r--r-- root/root     35383 2026-08-28 10:08 ./cargo-target/debug/deps/libstrsim-350539075733e214.rmeta
      -rw-r--r-- root/root      1892 2026-08-28 10:08 ./cargo-target/debug/deps/console-0dc3733b9fceec3c.d
      -rw-r--r-- root/root       914 2026-08-28 10:08 ./cargo-target/debug/deps/terminal_size-d215978d50643888.d
      -rw-r--r-- root/root   1433146 2026-08-28 10:08 ./cargo-target/debug/deps/libserde_json-72d1003fb119d2db.rmeta
      -rw-r--r-- root/root     20611 2026-08-28 10:07 ./cargo-target/debug/deps/libutf8parse-5c2360a30268ac05.rmeta
      -rw-r--r-- root/root   1140689 2026-08-28 10:07 ./cargo-target/debug/deps/liblinux_raw_sys-b45069db06ed8eb3.rmeta
      -rw-r--r-- root/root      2731 2026-08-28 10:07 ./cargo-target/debug/deps/anstream-bf1aacbe7d54c374.d
      -rw-r--r-- root/root      1227 2026-08-28 10:08 ./cargo-target/debug/deps/once_cell-ca424a7c1403b4cb.d
      -rw-r--r-- root/root      1533 2026-08-28 10:07 ./cargo-target/debug/deps/anstyle_parse-6771b1bf6e984b17.d
      -rwxr-xr-x root/root  10327368 2026-08-28 10:08 ./cargo-target/debug/deps/libserde_derive-6ef9bf0fa671d689.so
      -rw-r--r-- root/root      1236 2026-08-28 10:08 ./cargo-target/debug/deps/clap-f92b0b450e69f601.d
      -rw-r--r-- root/root       291 2026-09-03 13:46 ./cargo-target/debug/deps/filecount-03faf0db0aabb720.d
      -rw-r--r-- root/root       672 2026-08-28 10:08 ./cargo-target/debug/deps/unicode_width-61c784d25cab2c40.d
      -rw-r--r-- root/root       618 2026-08-28 10:08 ./cargo-target/debug/deps/is_terminal_polyfill-cec1cb8ad672ff05.d
      -rw-r--r-- root/root     13755 2026-08-28 10:08 ./cargo-target/debug/deps/libc-51af4c07ef0369c3.d
      -rw-r--r-- root/root         0 2026-09-03 13:46 ./cargo-target/debug/deps/libfilecount-03faf0db0aabb720.rmeta
      -rw-r--r-- root/root    484784 2026-08-28 10:08 ./cargo-target/debug/deps/libbitflags-ca8c5e0086f3c3cf.rlib
      -rw-r--r-- root/root   1249286 2026-08-28 10:07 ./cargo-target/debug/deps/libproc_macro2-17071dc385286db1.rlib
      -rw-r--r-- root/root    240040 2026-08-28 10:08 ./cargo-target/debug/deps/libconsole-0dc3733b9fceec3c.rmeta
      -rw-r--r-- root/root      2545 2026-08-28 10:08 ./cargo-target/debug/deps/console-130ca6e9cf03cd4e.d
      -rw-r--r-- root/root   1187230 2026-08-28 10:08 ./cargo-target/debug/deps/libserde-6c6a1007c8b0b81d.rlib
      -rw-r--r-- root/root    271932 2026-08-28 10:08 ./cargo-target/debug/deps/libzmij-2f285f973c7aee55.rlib
      -rw-r--r-- root/root       910 2026-08-28 10:08 ./cargo-target/debug/deps/clap-c7f13c470629d00c.d
      -rw-r--r-- root/root    269624 2026-08-28 10:07 ./cargo-target/debug/deps/libquote-58c9686b0e89a703.rmeta
      -rw-r--r-- root/root      2295 2026-08-28 10:08 ./cargo-target/debug/deps/serde-6c6a1007c8b0b81d.d
      -rw-r--r-- root/root   1291392 2026-08-28 10:08 ./cargo-target/debug/deps/libmemchr-758d26ba49117321.rmeta
      -rw-r--r-- root/root     12683 2026-08-28 10:08 ./cargo-target/debug/deps/libclap-c7f13c470629d00c.rmeta
      -rw-r--r-- root/root    205588 2026-08-28 10:08 ./cargo-target/debug/deps/libanstyle-717f8d844e892cbf.rmeta
      -rw-r--r-- root/root   5275562 2026-08-28 10:08 ./cargo-target/debug/deps/libserde_core-c315f8adcc0781da.rlib
      -rw-r--r-- root/root      7244 2026-08-28 10:08 ./cargo-target/debug/deps/serde_core-c315f8adcc0781da.d
      -rw-r--r-- root/root   1321055 2026-08-28 10:08 ./cargo-target/debug/deps/liblinux_raw_sys-2e7d774a4e4d5ff6.rmeta
      -rw-r--r-- root/root       165 2026-09-03 13:46 ./cargo-target/debug/deps/filecount-3fabc278663dcb7a.d
      -rw-r--r-- root/root   4774450 2026-08-28 10:08 ./cargo-target/debug/deps/libserde_core-c315f8adcc0781da.rmeta
      -rw-r--r-- root/root   2143860 2026-08-28 10:08 ./cargo-target/debug/deps/libclap_builder-e961d11c75aa25e0.rmeta
      -rw-r--r-- root/root       666 2026-08-28 10:07 ./cargo-target/debug/deps/terminal_size-88321ec22adc71e4.d
      -rw-r--r-- root/root     19677 2026-08-28 10:08 ./cargo-target/debug/deps/libterminal_size-d215978d50643888.rmeta
      -rw-r--r-- root/root     11838 2026-08-28 10:08 ./cargo-target/debug/deps/libis_terminal_polyfill-cec1cb8ad672ff05.rlib
      -rw-r--r-- root/root   2705465 2026-08-28 10:07 ./cargo-target/debug/deps/libsyn-00944c1069f5fa82.rmeta
      -rw-r--r-- root/root     55647 2026-08-28 10:08 ./cargo-target/debug/deps/libclap_lex-b0ffff2ebc0cd617.rmeta
      -rw-r--r-- root/root   2212284 2026-08-28 10:08 ./cargo-target/debug/deps/libconsole-130ca6e9cf03cd4e.rlib
      -rw-r--r-- root/root     46816 2026-08-28 10:08 ./cargo-target/debug/deps/libzmij-75872c2fcc3f1638.rmeta
      -rw-r--r-- root/root      8193 2026-08-28 10:08 ./cargo-target/debug/deps/serde_derive-6ef9bf0fa671d689.d
      -rw-r--r-- root/root    478406 2026-08-28 10:08 ./cargo-target/debug/deps/libclap_lex-a37efa45f4c66e07.rlib
      -rw-r--r-- root/root    947584 2026-08-28 10:08 ./cargo-target/debug/deps/libserde_json-a3ee79e5afaaf4fe.rmeta
      -rw-r--r-- root/root     98880 2026-08-28 10:08 ./cargo-target/debug/deps/libterminal_size-d215978d50643888.rlib
      -rw-r--r-- root/root     65552 2026-08-28 10:08 ./cargo-target/debug/deps/libclap_lex-a37efa45f4c66e07.rmeta
      -rw-r--r-- root/root   1189138 2026-08-28 10:07 ./cargo-target/debug/deps/librustix-83d6e17a6e84a398.rmeta
      -rw-r--r-- root/root      6798 2026-08-28 10:08 ./cargo-target/debug/deps/portable_atomic-1d49fff76bae0776.d
      -rw-r--r-- root/root      4406 2026-08-28 10:08 ./cargo-target/debug/deps/serde_json-a3ee79e5afaaf4fe.d
      -rw-r--r-- root/root     56214 2026-08-28 10:07 ./cargo-target/debug/deps/libunicode_ident-4867c6df2646e718.rlib
      -rw-r--r-- root/root       394 2026-08-28 10:07 ./cargo-target/debug/deps/colorchoice-3d676ec3ba8687db.d
      -rw-r--r-- root/root      4880 2026-08-28 10:08 ./cargo-target/debug/deps/clap_derive-4d19da3e6e3666b8.d
      -rw-r--r-- root/root       823 2026-08-28 10:08 ./cargo-target/debug/deps/zmij-2f285f973c7aee55.d
      -rw-r--r-- root/root    157919 2026-08-28 10:07 ./cargo-target/debug/deps/libbitflags-ef9541d159acadf6.rmeta
      -rw-r--r-- root/root     37507 2026-08-28 10:08 ./cargo-target/debug/deps/libunit_prefix-d2850f1a5392769e.rmeta
      -rw-r--r-- root/root   1400697 2026-08-28 10:08 ./cargo-target/debug/deps/libportable_atomic-1d49fff76bae0776.rmeta
      -rw-r--r-- root/root     78176 2026-08-28 10:08 ./cargo-target/debug/deps/libheck-9e7d86b5b43a0416.rmeta
      -rw-r--r-- root/root       930 2026-08-28 10:07 ./cargo-target/debug/deps/unicode_ident-4867c6df2646e718.d
      -rw-r--r-- root/root     35022 2026-08-28 10:08 ./cargo-target/debug/deps/libutf8parse-cb3c3b5db9af1162.rlib
      -rw-r--r-- root/root      2470 2026-08-28 10:08 ./cargo-target/debug/deps/linux_raw_sys-2e7d774a4e4d5ff6.d
      -rw-r--r-- root/root   1364240 2026-08-28 10:08 ./cargo-target/debug/deps/libstrsim-3f1ca007c91986d3.rlib
      -rw-r--r-- root/root      1633 2026-08-28 10:07 ./cargo-target/debug/deps/anstyle-e78a0849de95a740.d
      -rw-r--r-- root/root       874 2026-08-28 10:08 ./cargo-target/debug/deps/utf8parse-cb3c3b5db9af1162.d
      -rw-r--r-- root/root   1642841 2026-08-28 10:08 ./cargo-target/debug/deps/libclap_builder-3dc3f4f4110a1b3c.rmeta
      -rw-r--r-- root/root   3430974 2026-08-28 10:07 ./cargo-target/debug/deps/liblibc-e4e309fd9792fa72.rmeta
      -rw-r--r-- root/root      5440 2026-08-28 10:07 ./cargo-target/debug/deps/serde_core-7369bbef0ddde4fa.d
      -rw-r--r-- root/root    516358 2026-08-28 10:08 ./cargo-target/debug/deps/libserde-1f84ea849cb28baa.rmeta
      -rw-r--r-- root/root      1834 2026-08-28 10:07 ./cargo-target/debug/deps/linux_raw_sys-b45069db06ed8eb3.d
      -rw-r--r-- root/root      2069 2026-08-28 10:08 ./cargo-target/debug/deps/anstyle_parse-de7ba1ab5f110919.d
      -rw-r--r-- root/root      5895 2026-08-28 10:08 ./cargo-target/debug/deps/serde_json-72d1003fb119d2db.d
      -rw-r--r-- root/root     10122 2026-08-28 10:08 ./cargo-target/debug/deps/memchr-758d26ba49117321.d
      -rw-r--r-- root/root   9243914 2026-08-28 10:08 ./cargo-target/debug/deps/libsyn-00944c1069f5fa82.rlib
      -rw-r--r-- root/root      3142 2026-08-28 10:08 ./cargo-target/debug/deps/heck-9e7d86b5b43a0416.d
      -rw-r--r-- root/root       855 2026-08-28 10:08 ./cargo-target/debug/deps/clap_lex-a37efa45f4c66e07.d
      -rw-r--r-- root/root     30148 2026-08-28 10:08 ./cargo-target/debug/deps/libutf8parse-cb3c3b5db9af1162.rmeta
      -rw-r--r-- root/root    338742 2026-08-28 10:07 ./cargo-target/debug/deps/libproc_macro2-17071dc385286db1.rmeta
      -rw-r--r-- root/root    395578 2026-08-28 10:08 ./cargo-target/debug/deps/libindicatif-e8e827ff1c149eee.rmeta
      -rw-r--r-- root/root         0 2026-09-03 13:46 ./cargo-target/debug/deps/libfilecount-baedafc9954bfcb8.rmeta
      -rw-r--r-- root/root   1169936 2026-08-28 10:08 ./cargo-target/debug/deps/libwalkdir-5340530dcf8bedaf.rlib
      -rw-r--r-- root/root     33225 2026-08-28 10:08 ./cargo-target/debug/deps/libsame_file-4e4796d0efd5db1b.rmeta
      -rw-r--r-- root/root         0 2026-08-28 10:07 ./cargo-target/debug/.cargo-lock
      hrwxr-xr-x root/root         0 2026-09-03 13:46 ./cargo-target/debug/filecount link to ./cargo-target/debug/deps/filecount-540e5c648d65f765
      drwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/examples/
      -rw-r--r-- root/root       177 2026-08-28 10:07 ./cargo-target/CACHEDIR.TAG
      -rw-r--r-- root/root      1264 2026-09-03 13:46 ./cargo-target/.rustc_info.json
      drwxr-xr-x root/root         0 2026-09-03 13:46 ./cargo-target/release/
      -rw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/release/.cargo-artifact-lock
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-6ab7b92ec066407a/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-6ab7b92ec066407a/run-build-script-build-script-build
      -rw-r--r-- root/root       326 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-6ab7b92ec066407a/run-build-script-build-script-build.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/dep-build-script-build-script-build
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/invoked.timestamp
      -rw-r--r-- root/root       378 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/build-script-build-script-build.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/build-script-build-script-build
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/dep-lib-terminal_size
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/invoked.timestamp
      -rw-r--r-- root/root       419 2026-08-28 10:08 ./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/lib-terminal_size.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/lib-terminal_size
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/dep-build-script-build-script-build
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/invoked.timestamp
      -rw-r--r-- root/root       539 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/build-script-build-script-build.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/build-script-build-script-build
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/
      -rw-r--r-- root/root       694 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/lib-clap_derive.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/lib-clap_derive
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/invoked.timestamp
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/dep-lib-clap_derive
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/
      -rw-r--r-- root/root       574 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/lib-proc_macro2.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/lib-proc_macro2
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/invoked.timestamp
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/dep-lib-proc_macro2
      drwxr-xr-x root/root         0 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/
      -rw-r--r-- root/root       997 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/lib-clap_builder.json
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/dep-lib-clap_builder
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/invoked.timestamp
      -rw-r--r-- root/root        16 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/lib-clap_builder
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-b55fa271062ab0ce/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-b55fa271062ab0ce/run-build-script-build-script-build
      -rw-r--r-- root/root       325 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-b55fa271062ab0ce/run-build-script-build-script-build.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/lib-once_cell
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/dep-lib-once_cell
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/invoked.timestamp
      -rw-r--r-- root/root       531 2026-08-28 10:08 ./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/lib-once_cell.json
      drwxr-xr-x root/root         0 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde-3629bc852049c1da/
      -rw-r--r-- root/root        71 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde-3629bc852049c1da/dep-lib-serde
      -rw-r--r-- root/root        48 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde-3629bc852049c1da/invoked.timestamp
      -rw-r--r-- root/root        16 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde-3629bc852049c1da/lib-serde
      -rw-r--r-- root/root       673 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde-3629bc852049c1da/lib-serde.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/
      -rw-r--r-- root/root       509 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/lib-serde_core.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/lib-serde_core
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/invoked.timestamp
      -rw-r--r-- root/root        76 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/dep-lib-serde_core
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/dep-lib-syn
      -rw-r--r-- root/root       771 2026-08-28 10:08 ./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/lib-syn.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/lib-syn
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/dep-build-script-build-script-build
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/invoked.timestamp
      -rw-r--r-- root/root       886 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/build-script-build-script-build.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/build-script-build-script-build
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/
      -rw-r--r-- root/root       455 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/lib-unicode_width.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/lib-unicode_width
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/invoked.timestamp
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/dep-lib-unicode_width
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-ce199174567cb54e/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-ce199174567cb54e/run-build-script-build-script-build
      -rw-r--r-- root/root       333 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-ce199174567cb54e/run-build-script-build-script-build.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/dep-lib-utf8parse
      -rw-r--r-- root/root       388 2026-08-28 10:08 ./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/lib-utf8parse.json
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/invoked.timestamp
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/lib-utf8parse
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/lib-quote
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/invoked.timestamp
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/dep-lib-quote
      -rw-r--r-- root/root       530 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/lib-quote.json
      drwxr-xr-x root/root         0 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/
      -rw-r--r-- root/root        16 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/lib-clap
      -rw-r--r-- root/root       896 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/lib-clap.json
      -rw-r--r-- root/root        48 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/invoked.timestamp
      -rw-r--r-- root/root        14 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/dep-lib-clap
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/
      -rw-r--r-- root/root       362 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/lib-anstyle_query.json
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/invoked.timestamp
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/dep-lib-anstyle_query
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/lib-anstyle_query
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/dep-build-script-build-script-build
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/invoked.timestamp
      -rw-r--r-- root/root       460 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/build-script-build-script-build.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/build-script-build-script-build
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/
      -rw-r--r-- root/root       350 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/lib-clap_lex.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/lib-clap_lex
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/invoked.timestamp
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/dep-lib-clap_lex
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/dep-lib-colorchoice
      -rw-r--r-- root/root       357 2026-08-28 10:08 ./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/lib-colorchoice.json
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/invoked.timestamp
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/lib-colorchoice
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/lib-anstyle
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/invoked.timestamp
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/dep-lib-anstyle
      -rw-r--r-- root/root       388 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/lib-anstyle.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/
      -rw-r--r-- root/root       473 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/lib-anstyle_parse.json
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/invoked.timestamp
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/lib-anstyle_parse
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/dep-lib-anstyle_parse
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/
      -rw-r--r-- root/root       343 2026-08-28 10:08 ./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/lib-heck.json
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/dep-lib-heck
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/lib-heck
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/
      -rw-r--r-- root/root        14 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/dep-lib-serde_json
      -rw-r--r-- root/root        16 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/lib-serde_json
      -rw-r--r-- root/root        48 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/invoked.timestamp
      -rw-r--r-- root/root       819 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/lib-serde_json.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/
      -rw-r--r-- root/root       352 2026-08-28 10:08 ./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/lib-same_file.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/lib-same_file
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/dep-lib-same_file
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/dep-lib-bitflags
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/invoked.timestamp
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/lib-bitflags
      -rw-r--r-- root/root       442 2026-08-28 10:08 ./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/lib-bitflags.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/lib-linux_raw_sys
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/invoked.timestamp
      -rw-r--r-- root/root       764 2026-08-28 10:08 ./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/lib-linux_raw_sys.json
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/dep-lib-linux_raw_sys
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-453ccb314de1ceca/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-453ccb314de1ceca/run-build-script-build-script-build
      -rw-r--r-- root/root       332 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-453ccb314de1ceca/run-build-script-build-script-build.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/lib-unit_prefix
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/dep-lib-unit_prefix
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/invoked.timestamp
      -rw-r--r-- root/root       397 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/lib-unit_prefix.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/dep-lib-memchr
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/lib-memchr
      -rw-r--r-- root/root       465 2026-08-28 10:08 ./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/lib-memchr.json
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/
      -rw-r--r-- root/root       810 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/lib-anstream.json
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/dep-lib-anstream
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/lib-anstream
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-389560db9e61ef57/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-389560db9e61ef57/dep-build-script-build-script-build
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-389560db9e61ef57/invoked.timestamp
      -rw-r--r-- root/root       521 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-389560db9e61ef57/build-script-build-script-build.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-389560db9e61ef57/build-script-build-script-build
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/console-d431110703700aca/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/console-d431110703700aca/dep-lib-console
      -rw-r--r-- root/root       680 2026-08-28 10:08 ./cargo-target/release/.fingerprint/console-d431110703700aca/lib-console.json
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/console-d431110703700aca/invoked.timestamp
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/console-d431110703700aca/lib-console
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-0d9da4dfacec7eff/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-0d9da4dfacec7eff/run-build-script-build-script-build
      -rw-r--r-- root/root       369 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-0d9da4dfacec7eff/run-build-script-build-script-build.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/lib-zmij
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/invoked.timestamp
      -rw-r--r-- root/root       424 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/lib-zmij.json
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/dep-lib-zmij
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/dep-build-script-build-script-build
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/invoked.timestamp
      -rw-r--r-- root/root       422 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/build-script-build-script-build.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/build-script-build-script-build
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/dep-lib-strsim
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/invoked.timestamp
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/lib-strsim
      -rw-r--r-- root/root       347 2026-08-28 10:08 ./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/lib-strsim.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/dep-build-script-build-script-build
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/invoked.timestamp
      -rw-r--r-- root/root       498 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/build-script-build-script-build.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/build-script-build-script-build
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/dep-build-script-build-script-build
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/invoked.timestamp
      -rw-r--r-- root/root       603 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/build-script-build-script-build.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/build-script-build-script-build
      drwxr-xr-x root/root         0 2026-08-28 10:09 ./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/
      -rw-r--r-- root/root        48 2026-08-28 10:09 ./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/invoked.timestamp
      -rw-r--r-- root/root       408 2026-08-28 10:09 ./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/lib-walkdir.json
      -rw-r--r-- root/root        16 2026-08-28 10:09 ./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/lib-walkdir
      -rw-r--r-- root/root        14 2026-08-28 10:09 ./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/dep-lib-walkdir
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-31b138c731e29f26/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-31b138c731e29f26/run-build-script-build-script-build
      -rw-r--r-- root/root       488 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-31b138c731e29f26/run-build-script-build-script-build.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-391a88266db9a2d2/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-391a88266db9a2d2/run-build-script-build-script-build
      -rw-r--r-- root/root       717 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-391a88266db9a2d2/run-build-script-build-script-build.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/dep-build-script-build-script-build
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/invoked.timestamp
      -rw-r--r-- root/root       456 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/build-script-build-script-build.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/build-script-build-script-build
      drwxr-xr-x root/root         0 2026-08-28 10:09 ./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/invoked.timestamp
      -rw-r--r-- root/root       775 2026-08-28 10:09 ./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/lib-indicatif.json
      -rw-r--r-- root/root        16 2026-08-28 10:09 ./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/lib-indicatif
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/dep-lib-indicatif
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/dep-lib-unicode_ident
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/lib-unicode_ident
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/invoked.timestamp
      -rw-r--r-- root/root       361 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/lib-unicode_ident.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/lib-serde_derive
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/dep-lib-serde_derive
      -rw-r--r-- root/root       579 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/lib-serde_derive.json
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-539e715fb9177003/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-539e715fb9177003/run-build-script-build-script-build
      -rw-r--r-- root/root       677 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-539e715fb9177003/run-build-script-build-script-build.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/dep-lib-portable_atomic
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/invoked.timestamp
      -rw-r--r-- root/root       659 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/lib-portable_atomic.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/lib-portable_atomic
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-86fab83030af3d1d/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-86fab83030af3d1d/run-build-script-build-script-build
      -rw-r--r-- root/root       327 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-86fab83030af3d1d/run-build-script-build-script-build.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/lib-itoa
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/dep-lib-itoa
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/invoked.timestamp
      -rw-r--r-- root/root       356 2026-08-28 10:08 ./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/lib-itoa.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/dep-lib-is_terminal_polyfill
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/invoked.timestamp
      -rw-r--r-- root/root       398 2026-08-28 10:08 ./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/lib-is_terminal_polyfill.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/lib-is_terminal_polyfill
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/lib-libc
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/invoked.timestamp
      -rw-r--r-- root/root       565 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/lib-libc.json
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/dep-lib-libc
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/
      -rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/dep-lib-rustix
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/invoked.timestamp
      -rw-r--r-- root/root      1063 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/lib-rustix.json
      -rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/lib-rustix
      drwxr-xr-x root/root         0 2026-08-28 10:09 ./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/
      -rw-r--r-- root/root        31 2026-09-03 13:46 ./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/dep-bin-filecount
      -rw-r--r-- root/root        16 2026-09-03 13:46 ./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/bin-filecount
      -rw-r--r-- root/root        48 2026-09-03 13:46 ./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/invoked.timestamp
      -rw-r--r-- root/root       649 2026-09-03 13:46 ./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/bin-filecount.json
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/quote-6ab7b92ec066407a/
      -rw-r--r-- root/root        63 2026-08-28 10:08 ./cargo-target/release/build/quote-6ab7b92ec066407a/root-output
      -rw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/release/build/quote-6ab7b92ec066407a/stderr
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/build/quote-6ab7b92ec066407a/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/quote-6ab7b92ec066407a/out/
      -rw-r--r-- root/root        83 2026-08-28 10:08 ./cargo-target/release/build/quote-6ab7b92ec066407a/output
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/
      -rwxr-xr-x root/root    562696 2026-08-28 10:08 ./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/build-script-build
      hrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/build_script_build-3a9b45dfdb1c3cfb link to ./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/build-script-build
      -rw-r--r-- root/root       422 2026-08-28 10:08 ./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/build_script_build-3a9b45dfdb1c3cfb.d
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/serde_json-5b8acb2e93af171c/
      -rwxr-xr-x root/root    463600 2026-08-28 10:08 ./cargo-target/release/build/serde_json-5b8acb2e93af171c/build_script_build-5b8acb2e93af171c
      hrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/serde_json-5b8acb2e93af171c/build-script-build link to ./cargo-target/release/build/serde_json-5b8acb2e93af171c/build_script_build-5b8acb2e93af171c
      -rw-r--r-- root/root       458 2026-08-28 10:08 ./cargo-target/release/build/serde_json-5b8acb2e93af171c/build_script_build-5b8acb2e93af171c.d
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/zmij-b55fa271062ab0ce/
      -rw-r--r-- root/root        62 2026-08-28 10:08 ./cargo-target/release/build/zmij-b55fa271062ab0ce/root-output
      -rw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/release/build/zmij-b55fa271062ab0ce/stderr
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/build/zmij-b55fa271062ab0ce/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/zmij-b55fa271062ab0ce/out/
      -rw-r--r-- root/root       126 2026-08-28 10:08 ./cargo-target/release/build/zmij-b55fa271062ab0ce/output
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/rustix-5de9323b30dd8142/
      -rwxr-xr-x root/root    618048 2026-08-28 10:08 ./cargo-target/release/build/rustix-5de9323b30dd8142/build_script_build-5de9323b30dd8142
      -rw-r--r-- root/root       432 2026-08-28 10:08 ./cargo-target/release/build/rustix-5de9323b30dd8142/build_script_build-5de9323b30dd8142.d
      hrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/rustix-5de9323b30dd8142/build-script-build link to ./cargo-target/release/build/rustix-5de9323b30dd8142/build_script_build-5de9323b30dd8142
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/serde_json-ce199174567cb54e/
      -rw-r--r-- root/root        68 2026-08-28 10:08 ./cargo-target/release/build/serde_json-ce199174567cb54e/root-output
      -rw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/release/build/serde_json-ce199174567cb54e/stderr
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/build/serde_json-ce199174567cb54e/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/serde_json-ce199174567cb54e/out/
      -rw-r--r-- root/root       132 2026-08-28 10:08 ./cargo-target/release/build/serde_json-ce199174567cb54e/output
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/
      -rw-r--r-- root/root       463 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/build_script_build-78009b6b2755a3d8.d
      -rwxr-xr-x root/root    617408 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/build-script-build
      hrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/build_script_build-78009b6b2755a3d8 link to ./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/build-script-build
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/serde_core-453ccb314de1ceca/
      -rw-r--r-- root/root        68 2026-08-28 10:08 ./cargo-target/release/build/serde_core-453ccb314de1ceca/root-output
      -rw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/release/build/serde_core-453ccb314de1ceca/stderr
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/build/serde_core-453ccb314de1ceca/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/serde_core-453ccb314de1ceca/out/
      -rw-r--r-- root/root        90 2026-08-28 10:08 ./cargo-target/release/build/serde_core-453ccb314de1ceca/out/private.rs
      -rw-r--r-- root/root       484 2026-08-28 10:08 ./cargo-target/release/build/serde_core-453ccb314de1ceca/output
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/libc-389560db9e61ef57/
      -rw-r--r-- root/root       428 2026-08-28 10:08 ./cargo-target/release/build/libc-389560db9e61ef57/build_script_build-389560db9e61ef57.d
      -rwxr-xr-x root/root    631584 2026-08-28 10:08 ./cargo-target/release/build/libc-389560db9e61ef57/build-script-build
      hrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/libc-389560db9e61ef57/build_script_build-389560db9e61ef57 link to ./cargo-target/release/build/libc-389560db9e61ef57/build-script-build
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/
      -rw-r--r-- root/root        73 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/root-output
      -rw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/stderr
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/out/
      -rw-r--r-- root/root      1783 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/output
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/quote-aff4c397d0dabeaa/
      -rw-r--r-- root/root       430 2026-08-28 10:08 ./cargo-target/release/build/quote-aff4c397d0dabeaa/build_script_build-aff4c397d0dabeaa.d
      -rwxr-xr-x root/root    558584 2026-08-28 10:08 ./cargo-target/release/build/quote-aff4c397d0dabeaa/build-script-build
      hrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/quote-aff4c397d0dabeaa/build_script_build-aff4c397d0dabeaa link to ./cargo-target/release/build/quote-aff4c397d0dabeaa/build-script-build
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/serde-b3a6a5f6be6dd29d/
      -rwxr-xr-x root/root    585872 2026-08-28 10:08 ./cargo-target/release/build/serde-b3a6a5f6be6dd29d/build-script-build
      hrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/serde-b3a6a5f6be6dd29d/build_script_build-b3a6a5f6be6dd29d link to ./cargo-target/release/build/serde-b3a6a5f6be6dd29d/build-script-build
      -rw-r--r-- root/root       433 2026-08-28 10:08 ./cargo-target/release/build/serde-b3a6a5f6be6dd29d/build_script_build-b3a6a5f6be6dd29d.d
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-e222423cff2cd533/
      -rwxr-xr-x root/root    690024 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-e222423cff2cd533/build-script-build
      hrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-e222423cff2cd533/build_script_build-e222423cff2cd533 link to ./cargo-target/release/build/portable-atomic-e222423cff2cd533/build-script-build
      -rw-r--r-- root/root      1076 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-e222423cff2cd533/build_script_build-e222423cff2cd533.d
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-31b138c731e29f26/
      -rw-r--r-- root/root        69 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-31b138c731e29f26/root-output
      -rw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-31b138c731e29f26/stderr
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-31b138c731e29f26/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-31b138c731e29f26/out/
      -rw-r--r-- root/root      1061 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-31b138c731e29f26/output
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/libc-391a88266db9a2d2/
      -rw-r--r-- root/root        62 2026-08-28 10:08 ./cargo-target/release/build/libc-391a88266db9a2d2/root-output
      -rw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/release/build/libc-391a88266db9a2d2/stderr
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/build/libc-391a88266db9a2d2/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/libc-391a88266db9a2d2/out/
      -rw-r--r-- root/root      1249 2026-08-28 10:08 ./cargo-target/release/build/libc-391a88266db9a2d2/output
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/serde_core-239394e4c069d446/
      -rw-r--r-- root/root       458 2026-08-28 10:08 ./cargo-target/release/build/serde_core-239394e4c069d446/build_script_build-239394e4c069d446.d
      -rwxr-xr-x root/root    588680 2026-08-28 10:08 ./cargo-target/release/build/serde_core-239394e4c069d446/build_script_build-239394e4c069d446
      hrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/serde_core-239394e4c069d446/build-script-build link to ./cargo-target/release/build/serde_core-239394e4c069d446/build_script_build-239394e4c069d446
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/rustix-539e715fb9177003/
      -rw-r--r-- root/root        64 2026-08-28 10:08 ./cargo-target/release/build/rustix-539e715fb9177003/root-output
      -rw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/release/build/rustix-539e715fb9177003/stderr
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/build/rustix-539e715fb9177003/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/rustix-539e715fb9177003/out/
      -rw-r--r-- root/root      2157 2026-08-28 10:08 ./cargo-target/release/build/rustix-539e715fb9177003/out/rustix_test_can_compile
      -rw-r--r-- root/root       525 2026-08-28 10:08 ./cargo-target/release/build/rustix-539e715fb9177003/output
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/serde-86fab83030af3d1d/
      -rw-r--r-- root/root        63 2026-08-28 10:08 ./cargo-target/release/build/serde-86fab83030af3d1d/root-output
      -rw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/release/build/serde-86fab83030af3d1d/stderr
      -rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/build/serde-86fab83030af3d1d/invoked.timestamp
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/serde-86fab83030af3d1d/out/
      -rw-r--r-- root/root       142 2026-08-28 10:08 ./cargo-target/release/build/serde-86fab83030af3d1d/out/private.rs
      -rw-r--r-- root/root       582 2026-08-28 10:08 ./cargo-target/release/build/serde-86fab83030af3d1d/output
      -rw-r--r-- root/root        62 2026-08-28 10:09 ./cargo-target/release/filecount.d
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/incremental/
      -rw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/release/.cargo-build-lock
      drwxr-xr-x root/root         0 2026-09-03 13:46 ./cargo-target/release/deps/
      -rw-r--r-- root/root    868971 2026-08-28 10:08 ./cargo-target/release/deps/libunicode_width-ea74a36a53b64452.rmeta
      -rw-r--r-- root/root      4319 2026-08-28 10:08 ./cargo-target/release/deps/proc_macro2-b9963ff11ae7668b.d
      -rw-r--r-- root/root    970014 2026-08-28 10:09 ./cargo-target/release/deps/libserde-3629bc852049c1da.rmeta
      -rw-r--r-- root/root     74453 2026-08-28 10:08 ./cargo-target/release/deps/libstrsim-d9554b4734921b7c.rmeta
      -rw-r--r-- root/root    267473 2026-08-28 10:08 ./cargo-target/release/deps/libanstream-4ef7222b69d1da74.rmeta
      -rw-r--r-- root/root      2206 2026-08-28 10:08 ./cargo-target/release/deps/anstyle-b25e69b984bcaa4a.d
      -rw-r--r-- root/root   3961545 2026-08-28 10:08 ./cargo-target/release/deps/liblibc-d08669cc7cb3b24b.rmeta
      -rw-r--r-- root/root      2594 2026-08-28 10:08 ./cargo-target/release/deps/bitflags-84a8a53f920e85fb.d
      -rw-r--r-- root/root   3973538 2026-08-28 10:08 ./cargo-target/release/deps/liblibc-d08669cc7cb3b24b.rlib
      -rw-r--r-- root/root       920 2026-08-28 10:08 ./cargo-target/release/deps/terminal_size-a7f45f19706590f2.d
      -rw-r--r-- root/root    244792 2026-08-28 10:08 ./cargo-target/release/deps/libonce_cell-26d30c93d8c7a2ae.rlib
      -rw-r--r-- root/root    290920 2026-08-28 10:08 ./cargo-target/release/deps/libheck-313a2ad31909d0ad.rlib
      -rw-r--r-- root/root      4884 2026-08-28 10:08 ./cargo-target/release/deps/clap_derive-8a179cbf9e32af15.d
      -rw-r--r-- root/root     34065 2026-08-28 10:08 ./cargo-target/release/deps/libunicode_ident-dbdd73b4c82907f6.rmeta
      -rw-r--r-- root/root   1603272 2026-08-28 10:08 ./cargo-target/release/deps/libportable_atomic-df4d6b6423a57b4c.rlib
      -rw-r--r-- root/root       845 2026-08-28 10:08 ./cargo-target/release/deps/itoa-5a7ece7454b24b24.d
      -rw-r--r-- root/root    117774 2026-08-28 10:09 ./cargo-target/release/deps/libwalkdir-7905677f597ec379.rmeta
      -rw-r--r-- root/root     29602 2026-08-28 10:08 ./cargo-target/release/deps/libutf8parse-e5c779f350c6b992.rmeta
      -rw-r--r-- root/root    878122 2026-08-28 10:08 ./cargo-target/release/deps/libconsole-d431110703700aca.rlib
      -rw-r--r-- root/root   1448044 2026-08-28 10:08 ./cargo-target/release/deps/libmemchr-0f3fa92d3d0fbb17.rlib
      -rw-r--r-- root/root     13761 2026-08-28 10:08 ./cargo-target/release/deps/libc-d08669cc7cb3b24b.d
      -rw-r--r-- root/root      2551 2026-08-28 10:08 ./cargo-target/release/deps/console-d431110703700aca.d
      -rw-r--r-- root/root       624 2026-08-28 10:08 ./cargo-target/release/deps/is_terminal_polyfill-d28475b24725bf33.d
      -rw-r--r-- root/root     16812 2026-08-28 10:08 ./cargo-target/release/deps/libcolorchoice-9cc885dc20138687.rlib
      -rw-r--r-- root/root     31840 2026-08-28 10:08 ./cargo-target/release/deps/libutf8parse-e5c779f350c6b992.rlib
      -rw-r--r-- root/root   1715537 2026-08-28 10:09 ./cargo-target/release/deps/libserde_json-2f74d718813f54f5.rmeta
      -rw-r--r-- root/root     13341 2026-08-28 10:08 ./cargo-target/release/deps/rustix-67750beee1ec3fd7.d
      -rw-r--r-- root/root      2533 2026-08-28 10:08 ./cargo-target/release/deps/quote-ddea29ab556978ac.d
      -rw-r--r-- root/root     21862 2026-08-28 10:08 ./cargo-target/release/deps/clap_builder-6a73b8b54ebec844.d
      -rw-r--r-- root/root     81197 2026-08-28 10:08 ./cargo-target/release/deps/libclap_lex-20384d8ec24dace5.rmeta
      -rw-r--r-- root/root     10128 2026-08-28 10:08 ./cargo-target/release/deps/memchr-0f3fa92d3d0fbb17.d
      -rw-r--r-- root/root       861 2026-08-28 10:08 ./cargo-target/release/deps/clap_lex-20384d8ec24dace5.d
      -rw-r--r-- root/root     86722 2026-08-28 10:08 ./cargo-target/release/deps/libitoa-5a7ece7454b24b24.rlib
      -rw-r--r-- root/root   2702873 2026-08-28 10:08 ./cargo-target/release/deps/libsyn-b5617815f0a02c50.rmeta
      -rw-r--r-- root/root    996188 2026-08-28 10:09 ./cargo-target/release/deps/libserde-3629bc852049c1da.rlib
      -rw-r--r-- root/root    226892 2026-08-28 10:08 ./cargo-target/release/deps/libanstyle-b25e69b984bcaa4a.rmeta
      -rw-r--r-- root/root       557 2026-08-28 10:08 ./cargo-target/release/deps/colorchoice-9cc885dc20138687.d
      -rw-r--r-- root/root      7260 2026-08-28 10:08 ./cargo-target/release/deps/serde_core-394e72e429afbbef.d
      -rw-r--r-- root/root     19674 2026-08-28 10:08 ./cargo-target/release/deps/libanstyle_query-c3902ac7e5a9ff9c.rmeta
      -rw-r--r-- root/root     78342 2026-08-28 10:08 ./cargo-target/release/deps/libitoa-5a7ece7454b24b24.rmeta
      -rw-r--r-- root/root     69432 2026-08-28 10:08 ./cargo-target/release/deps/libzmij-4ee6bdb28bb72843.rlib
      -rw-r--r-- root/root   2040682 2026-08-28 10:09 ./cargo-target/release/deps/libserde_json-2f74d718813f54f5.rlib
      -rw-r--r-- root/root      8197 2026-08-28 10:08 ./cargo-target/release/deps/serde_derive-a4d68b660f21d9a1.d
      -rw-r--r-- root/root    505144 2026-08-28 10:08 ./cargo-target/release/deps/libquote-ddea29ab556978ac.rlib
      -rw-r--r-- root/root      2075 2026-08-28 10:08 ./cargo-target/release/deps/anstyle_parse-85e9f4b5cb1cf89e.d
      -rw-r--r-- root/root       169 2026-09-03 13:46 ./cargo-target/release/deps/filecount-ac2daad50651c2d5.d
      -rw-r--r-- root/root    338730 2026-08-28 10:08 ./cargo-target/release/deps/libproc_macro2-b9963ff11ae7668b.rmeta
      -rw-r--r-- root/root    269624 2026-08-28 10:08 ./cargo-target/release/deps/libquote-ddea29ab556978ac.rmeta
      -rw-r--r-- root/root    111092 2026-08-28 10:08 ./cargo-target/release/deps/libclap_lex-20384d8ec24dace5.rlib
      -rw-r--r-- root/root       876 2026-08-28 10:08 ./cargo-target/release/deps/same_file-3ba7bddfadca5e94.d
      -rw-r--r-- root/root   1363538 2026-08-28 10:08 ./cargo-target/release/deps/liblinux_raw_sys-0d2d901aa4573cc3.rmeta
      -rw-r--r-- root/root   9004686 2026-08-28 10:08 ./cargo-target/release/deps/libsyn-b5617815f0a02c50.rlib
      -rw-r--r-- root/root   5470778 2026-08-28 10:08 ./cargo-target/release/deps/libserde_core-394e72e429afbbef.rlib
      -rw-r--r-- root/root     65546 2026-08-28 10:08 ./cargo-target/release/deps/libunit_prefix-90ac74a1db971ce4.rmeta
      -rw-r--r-- root/root      3148 2026-08-28 10:08 ./cargo-target/release/deps/heck-313a2ad31909d0ad.d
      -rw-r--r-- root/root       902 2026-08-28 10:08 ./cargo-target/release/deps/unit_prefix-90ac74a1db971ce4.d
      -rw-r--r-- root/root      2311 2026-08-28 10:09 ./cargo-target/release/deps/serde-3629bc852049c1da.d
      -rw-r--r-- root/root    307178 2026-08-28 10:08 ./cargo-target/release/deps/libanstream-4ef7222b69d1da74.rlib
      -rw-r--r-- root/root     52102 2026-08-28 10:08 ./cargo-target/release/deps/libunicode_ident-dbdd73b4c82907f6.rlib
      -rw-r--r-- root/root       526 2026-08-28 10:08 ./cargo-target/release/deps/strsim-d9554b4734921b7c.d
      -rw-r--r-- root/root   1557242 2026-08-28 10:08 ./cargo-target/release/deps/libportable_atomic-df4d6b6423a57b4c.rmeta
      -rw-r--r-- root/root   1168146 2026-08-28 10:08 ./cargo-target/release/deps/libproc_macro2-b9963ff11ae7668b.rlib
      -rw-r--r-- root/root   1746775 2026-08-28 10:08 ./cargo-target/release/deps/librustix-67750beee1ec3fd7.rmeta
      -rw-r--r-- root/root     13469 2026-08-28 10:08 ./cargo-target/release/deps/libcolorchoice-9cc885dc20138687.rmeta
      -rw-r--r-- root/root    990772 2026-08-28 10:09 ./cargo-target/release/deps/libindicatif-42c43ffa084f5166.rlib
      -rw-r--r-- root/root      6804 2026-08-28 10:08 ./cargo-target/release/deps/portable_atomic-df4d6b6423a57b4c.d
      -rw-r--r-- root/root    687506 2026-08-28 10:08 ./cargo-target/release/deps/libconsole-d431110703700aca.rmeta
      -rw-r--r-- root/root   5391191 2026-08-28 10:08 ./cargo-target/release/deps/libserde_core-394e72e429afbbef.rmeta
      -rw-r--r-- root/root    183011 2026-08-28 10:08 ./cargo-target/release/deps/libanstyle_parse-85e9f4b5cb1cf89e.rmeta
      -rw-r--r-- root/root       829 2026-08-28 10:08 ./cargo-target/release/deps/zmij-4ee6bdb28bb72843.d
      -rw-r--r-- root/root      5901 2026-08-28 10:09 ./cargo-target/release/deps/serde_json-2f74d718813f54f5.d
      -rw-r--r-- root/root    223464 2026-08-28 10:08 ./cargo-target/release/deps/libbitflags-84a8a53f920e85fb.rmeta
      -rw-r--r-- root/root      3343 2026-08-28 10:08 ./cargo-target/release/deps/indicatif-42c43ffa084f5166.d
      -rw-r--r-- root/root      1508 2026-08-28 10:09 ./cargo-target/release/deps/walkdir-7905677f597ec379.d
      -rw-r--r-- root/root    418366 2026-08-28 10:08 ./cargo-target/release/deps/libindicatif-42c43ffa084f5166.rmeta
      -rw-r--r-- root/root     20181 2026-08-28 10:08 ./cargo-target/release/deps/libterminal_size-a7f45f19706590f2.rmeta
      -rw-r--r-- root/root     48566 2026-08-28 10:08 ./cargo-target/release/deps/libsame_file-3ba7bddfadca5e94.rlib
      -rw-r--r-- root/root   4235950 2026-08-28 10:09 ./cargo-target/release/deps/libclap_builder-6a73b8b54ebec844.rlib
      -rw-r--r-- root/root    140710 2026-08-28 10:08 ./cargo-target/release/deps/libstrsim-d9554b4734921b7c.rlib
      -rw-r--r-- root/root       880 2026-08-28 10:08 ./cargo-target/release/deps/utf8parse-e5c779f350c6b992.d
      -rw-r--r-- root/root      1233 2026-08-28 10:08 ./cargo-target/release/deps/once_cell-26d30c93d8c7a2ae.d
      -rw-r--r-- root/root   2573725 2026-08-28 10:08 ./cargo-target/release/deps/libclap_builder-6a73b8b54ebec844.rmeta
      -rw-r--r-- root/root      9813 2026-08-28 10:08 ./cargo-target/release/deps/libis_terminal_polyfill-d28475b24725bf33.rmeta
      -rw-r--r-- root/root     52786 2026-08-28 10:08 ./cargo-target/release/deps/libzmij-4ee6bdb28bb72843.rmeta
      -rw-r--r-- root/root       932 2026-08-28 10:08 ./cargo-target/release/deps/anstyle_query-c3902ac7e5a9ff9c.d
      -rw-r--r-- root/root     78164 2026-08-28 10:08 ./cargo-target/release/deps/libheck-313a2ad31909d0ad.rmeta
      -rw-r--r-- root/root     14886 2026-08-28 10:09 ./cargo-target/release/deps/libclap-cd4b757ce892d4bb.rlib
      -rw-r--r-- root/root   1931934 2026-08-28 10:08 ./cargo-target/release/deps/librustix-67750beee1ec3fd7.rlib
      -rw-r--r-- root/root     21928 2026-08-28 10:08 ./cargo-target/release/deps/libanstyle_query-c3902ac7e5a9ff9c.rlib
      -rw-r--r-- root/root    227106 2026-08-28 10:09 ./cargo-target/release/deps/libwalkdir-7905677f597ec379.rlib
      -rw-r--r-- root/root      2476 2026-08-28 10:08 ./cargo-target/release/deps/linux_raw_sys-0d2d901aa4573cc3.d
      -rw-r--r-- root/root    239594 2026-08-28 10:08 ./cargo-target/release/deps/libbitflags-84a8a53f920e85fb.rlib
      -rw-r--r-- root/root     15567 2026-08-28 10:08 ./cargo-target/release/deps/syn-b5617815f0a02c50.d
      -rw-r--r-- root/root   1379572 2026-08-28 10:08 ./cargo-target/release/deps/libmemchr-0f3fa92d3d0fbb17.rmeta
      -rw-r--r-- root/root     36377 2026-08-28 10:08 ./cargo-target/release/deps/libsame_file-3ba7bddfadca5e94.rmeta
      -rw-r--r-- root/root    192164 2026-08-28 10:08 ./cargo-target/release/deps/libanstyle_parse-85e9f4b5cb1cf89e.rlib
      -rwxr-xr-x root/root   4126424 2026-08-28 10:08 ./cargo-target/release/deps/libclap_derive-8a179cbf9e32af15.so
      -rw-r--r-- root/root       928 2026-08-28 10:08 ./cargo-target/release/deps/unicode_width-ea74a36a53b64452.d
      -rwxr-xr-x root/root   4992096 2026-08-28 10:08 ./cargo-target/release/deps/libserde_derive-a4d68b660f21d9a1.so
      -rw-r--r-- root/root     24630 2026-08-28 10:08 ./cargo-target/release/deps/libterminal_size-a7f45f19706590f2.rlib
      -rw-r--r-- root/root      3669 2026-08-28 10:08 ./cargo-target/release/deps/anstream-4ef7222b69d1da74.d
      -rw-r--r-- root/root    237842 2026-08-28 10:08 ./cargo-target/release/deps/libonce_cell-26d30c93d8c7a2ae.rmeta
      -rw-r--r-- root/root   1365792 2026-08-28 10:08 ./cargo-target/release/deps/liblinux_raw_sys-0d2d901aa4573cc3.rlib
      -rw-r--r-- root/root     73286 2026-08-28 10:08 ./cargo-target/release/deps/libunit_prefix-90ac74a1db971ce4.rlib
      -rw-r--r-- root/root       936 2026-08-28 10:08 ./cargo-target/release/deps/unicode_ident-dbdd73b4c82907f6.d
      -rwxr-xr-x root/root   1419424 2026-09-03 13:46 ./cargo-target/release/deps/filecount-ac2daad50651c2d5
      -rw-r--r-- root/root     12683 2026-08-28 10:09 ./cargo-target/release/deps/libclap-cd4b757ce892d4bb.rmeta
      -rw-r--r-- root/root    250380 2026-08-28 10:08 ./cargo-target/release/deps/libanstyle-b25e69b984bcaa4a.rlib
      -rw-r--r-- root/root      1242 2026-08-28 10:09 ./cargo-target/release/deps/clap-cd4b757ce892d4bb.d
      -rw-r--r-- root/root     12094 2026-08-28 10:08 ./cargo-target/release/deps/libis_terminal_polyfill-d28475b24725bf33.rlib
      -rw-r--r-- root/root    890190 2026-08-28 10:08 ./cargo-target/release/deps/libunicode_width-ea74a36a53b64452.rlib
      -rw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/release/.cargo-lock
      hrwxr-xr-x root/root         0 2026-09-03 13:46 ./cargo-target/release/filecount link to ./cargo-target/release/deps/filecount-ac2daad50651c2d5
      drwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/examples/
      
    • Stderr
  37. 19360 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vde
      directory: /ci/cache
    
  38. 19361 ms: Trace: Execute action
    TarExtract(
        TarExtract {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
  39. 19361 ms: Trace: Start program tar
    Command {
        program: "tar",
        args: [
            "tar",
            "-xvvvf",
            "/dev/vdd",
            "-C",
            "/ci/artifacts",
            "--no-same-owner",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            ".",
        ),
        create_pidfd: false,
    }
  40. 19401 ms: Program succeeded: tar
    • Exit code: 0
    • Stdout
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./rsync/
      drwxr-xr-x root/root         0 2026-09-03 14:47 ./debian/
      
    • Stderr
  41. 19401 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdd
      directory: /ci/artifacts
    
  42. 19402 ms: Trace: Execute action
    TarExtract(
        TarExtract {
            archive: "/dev/vdg",
            directory: "/ci/secrets",
        },
    )
  43. 19402 ms: Trace: Start program tar
    Command {
        program: "tar",
        args: [
            "tar",
            "-xvvvf",
            "/dev/vdg",
            "-C",
            "/ci/secrets",
            "--no-same-owner",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            ".",
        ),
        create_pidfd: false,
    }
  44. 19405 ms: Program succeeded: tar
    • Exit code: 0
    • Stdout
      drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./
      
    • Stderr
  45. 19405 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdg
      directory: /ci/secrets
    
  46. 19405 ms: Trace: Execute action
    Symlink(
        Symlink {
            target: "/ci",
            link_name: "/workspace",
        },
    )
  47. 19406 ms: Trace: symlink target exists
    /ci
  48. 19408 ms: Action succeeded: symlink
    - action: symlink
      target: /ci
      link_name: /workspace
    
  49. 19408 ms: Trace: Execute action
    CreateFile(
        CreateFile {
            filename: "/root/.ssh/config",
            content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                ",
            overwrite: true,
        },
    )
  50. 19409 ms: Action succeeded: create_file
    - action: create_file
      filename: /root/.ssh/config
      content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                "
      overwrite: true
    
  51. 19409 ms: Trace: Execute action
    CargoClippy(
        CargoClippy {
            deps: true,
        },
    )
  52. 19410 ms: Trace: Start program cargo
    Command {
        program: "cargo",
        args: [
            "cargo",
            "--version",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  53. 19575 ms: Program succeeded: cargo
    • Exit code: 0
    • Stdout
      cargo 1.98.0 (797e8a9bc 2026-08-05)
      
    • Stderr
  54. 19580 ms: Trace: Start program cargo
    Command {
        program: "cargo",
        args: [
            "cargo",
            "clippy",
            "--version",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  55. 19710 ms: Program succeeded: cargo
    • Exit code: 0
    • Stdout
      clippy 0.1.98 (88d9e12ae1 2026-08-18)
      
    • Stderr
  56. 19715 ms: Trace: Start program rustc
    Command {
        program: "rustc",
        args: [
            "rustc",
            "--version",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  57. 19758 ms: Program succeeded: rustc
    • Exit code: 0
    • Stdout
      rustc 1.98.0 (88d9e12ae 2026-08-18)
      
    • Stderr
  58. 19758 ms: Trace: Start program cargo
    Command {
        program: "cargo",
        args: [
            "cargo",
            "clippy",
            "--offline",
            "--workspace",
            "--all-targets",
            "--verbose",
            "--locked",
            "--",
            "--deny=warnings",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  59. 20352 ms: Program succeeded: cargo
    • Exit code: 0
    • Stdout
    • Stderr
             Fresh unicode-ident v1.0.22
             Fresh proc-macro2 v1.0.104
             Fresh quote v1.0.42
             Fresh syn v2.0.111
             Fresh linux-raw-sys v0.11.0
             Fresh utf8parse v0.2.2
             Fresh bitflags v2.10.0
             Fresh rustix v1.1.3
             Fresh anstyle-parse v0.2.7
             Fresh is_terminal_polyfill v1.70.2
             Fresh anstyle-query v1.1.5
             Fresh colorchoice v1.0.4
             Fresh anstyle v1.0.13
             Fresh anstream v0.6.21
             Fresh libc v0.2.178
             Fresh terminal_size v0.4.3
             Fresh serde_core v1.0.228
             Fresh once_cell v1.21.3
             Fresh strsim v0.11.1
             Fresh unicode-width v0.2.2
             Fresh clap_lex v0.7.6
             Fresh heck v0.5.0
             Fresh clap_derive v4.5.49
             Fresh clap_builder v4.5.53
             Fresh console v0.16.2
             Fresh zmij v1.0.2
             Fresh portable-atomic v1.13.1
             Fresh serde_derive v1.0.228
             Fresh memchr v2.7.6
             Fresh itoa v1.0.17
             Fresh same-file v1.0.6
             Fresh unit-prefix v0.5.2
             Fresh indicatif v0.18.3
             Fresh walkdir v2.5.0
             Fresh serde_json v1.0.148
             Fresh serde v1.0.228
             Fresh clap v4.5.53
             Dirty filecount v0.1.0 (/ci/src): the file `src/main.rs` has changed (1788446859.000000000s, 1h 1m 34s after last build at 1788443165.000000000s)
          Checking filecount v0.1.0 (/ci/src)
           Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/clippy-driver /root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name filecount --edition=2024 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=242b8df8c9398d8c -C extra-filename=-03faf0db0aabb720 --out-dir /ci/cache/cargo-target/debug/deps -C incremental=/ci/cache/cargo-target/debug/incremental -L dependency=/ci/cache/cargo-target/debug/deps --extern clap=/ci/cache/cargo-target/debug/deps/libclap-c7f13c470629d00c.rmeta --extern indicatif=/ci/cache/cargo-target/debug/deps/libindicatif-40f5795ac8278760.rmeta --extern serde=/ci/cache/cargo-target/debug/deps/libserde-1f84ea849cb28baa.rmeta --extern serde_json=/ci/cache/cargo-target/debug/deps/libserde_json-a3ee79e5afaaf4fe.rmeta --extern walkdir=/ci/cache/cargo-target/debug/deps/libwalkdir-a9fe914427991f4e.rmeta`
           Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/clippy-driver /root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name filecount --edition=2024 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b24d548a603e822 -C extra-filename=-baedafc9954bfcb8 --out-dir /ci/cache/cargo-target/debug/deps -C incremental=/ci/cache/cargo-target/debug/incremental -L dependency=/ci/cache/cargo-target/debug/deps --extern clap=/ci/cache/cargo-target/debug/deps/libclap-c7f13c470629d00c.rmeta --extern indicatif=/ci/cache/cargo-target/debug/deps/libindicatif-40f5795ac8278760.rmeta --extern serde=/ci/cache/cargo-target/debug/deps/libserde-1f84ea849cb28baa.rmeta --extern serde_json=/ci/cache/cargo-target/debug/deps/libserde_json-a3ee79e5afaaf4fe.rmeta --extern walkdir=/ci/cache/cargo-target/debug/deps/libwalkdir-a9fe914427991f4e.rmeta`
          Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
      
  60. 20352 ms: Action succeeded: cargo_clippy
    - action: cargo_clippy
      deps: true
    
  61. 20352 ms: Trace: Execute action
    CargoBuild(
        CargoBuild,
    )
  62. 20352 ms: Trace: Start program cargo
    Command {
        program: "cargo",
        args: [
            "cargo",
            "--version",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  63. 20474 ms: Program succeeded: cargo
    • Exit code: 0
    • Stdout
      cargo 1.98.0 (797e8a9bc 2026-08-05)
      
    • Stderr
  64. 20479 ms: Trace: Start program cargo
    Command {
        program: "cargo",
        args: [
            "cargo",
            "clippy",
            "--version",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  65. 20548 ms: Program succeeded: cargo
    • Exit code: 0
    • Stdout
      clippy 0.1.98 (88d9e12ae1 2026-08-18)
      
    • Stderr
  66. 20553 ms: Trace: Start program rustc
    Command {
        program: "rustc",
        args: [
            "rustc",
            "--version",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  67. 20593 ms: Program succeeded: rustc
    • Exit code: 0
    • Stdout
      rustc 1.98.0 (88d9e12ae 2026-08-18)
      
    • Stderr
  68. 20597 ms: Trace: Start program cargo
    Command {
        program: "cargo",
        args: [
            "cargo",
            "build",
            "--offline",
            "--locked",
            "--workspace",
            "--all-targets",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  69. 21132 ms: Program succeeded: cargo
    • Exit code: 0
    • Stdout
    • Stderr
         Compiling filecount v0.1.0 (/ci/src)
          Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
      
  70. 21138 ms: Action succeeded: cargo_build
    - action: cargo_build
    
  71. 21140 ms: Trace: Execute action
    CargoTest(
        CargoTest,
    )
  72. 21143 ms: Trace: Start program cargo
    Command {
        program: "cargo",
        args: [
            "cargo",
            "--version",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  73. 21169 ms: Program succeeded: cargo
    • Exit code: 0
    • Stdout
      cargo 1.98.0 (797e8a9bc 2026-08-05)
      
    • Stderr
  74. 21172 ms: Trace: Start program cargo
    Command {
        program: "cargo",
        args: [
            "cargo",
            "clippy",
            "--version",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  75. 21229 ms: Program succeeded: cargo
    • Exit code: 0
    • Stdout
      clippy 0.1.98 (88d9e12ae1 2026-08-18)
      
    • Stderr
  76. 21235 ms: Trace: Start program rustc
    Command {
        program: "rustc",
        args: [
            "rustc",
            "--version",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  77. 21273 ms: Program succeeded: rustc
    • Exit code: 0
    • Stdout
      rustc 1.98.0 (88d9e12ae 2026-08-18)
      
    • Stderr
  78. 21276 ms: Trace: Start program cargo
    Command {
        program: "cargo",
        args: [
            "cargo",
            "test",
            "--offline",
            "--locked",
            "--workspace",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  79. 21370 ms: Program succeeded: cargo
    • Exit code: 0
    • Stdout
      running 0 tests
      
      test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
      
      
    • Stderr
          Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
           Running unittests src/main.rs (/ci/cache/cargo-target/debug/deps/filecount-3fabc278663dcb7a)
      
  80. 21379 ms: Action succeeded: cargo_test
    - action: cargo_test
    
  81. 21382 ms: Trace: Execute action
    Custom(
        Custom {
            name: "dch",
            args: {
                "debfullname": String("Lars Wirzenius"),
                "debemail": String("liw@liw.fi"),
            },
        },
    )
  82. 21389 ms: Custom action starts: dch
    • Source: /ci/src
    • - name: dch
        args:
          debfullname: Lars Wirzenius
          debemail: liw@liw.fi
      
    • Executable: /ci/src/.ambient/dch
    • Executable exists? true
  83. 21812 ms: Custom action output
    • Stdout
      HEAD is now at 8cdf713 build: add Makefile
      
    • Stderr
      + export 'DEBEMAIL="liw@liw.fi"'
      + DEBEMAIL='"liw@liw.fi"'
      + export 'DEBFULLNAME="Lars Wirzenius"'
      + DEBFULLNAME='"Lars Wirzenius"'
      + export CARGO_TARGET_DIR=/workspace/cache
      + CARGO_TARGET_DIR=/workspace/cache
      + export CARGO_HOME=/workspace/deps
      + CARGO_HOME=/workspace/deps
      + export HOME=/root
      + HOME=/root
      + export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
      + PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
      + git reset --hard
      + git clean -fdx
      ++ dpkg-parsechangelog -SVersion
      ++ sed 's/-[^-]*$//'
      + V=0.1.0
      ++ date -u +%Y%m%dT%H%M%S
      + T=20260903T144847
      + version=0.1.0.ci20260903T144847-1
      + dch -v 0.1.0.ci20260903T144847-1 'CI build under Ambient.'
      + dch -r ''
      
  84. 21868 ms: Action succeeded: custom: dch
    - action: custom
      name: dch
      args:
        debfullname: Lars Wirzenius
        debemail: liw@liw.fi
    
  85. 21873 ms: Trace: Execute action
    Deb(
        Deb {
            packages: Some(
                ".",
            ),
        },
    )
  86. 21878 ms: Trace: Start program /bin/bash
    Command {
        program: "/bin/bash",
        args: [
            "/bin/bash",
            "-c",
            "#!/usr/bin/env bash\nset -xeuo pipefail\n\necho \"PATH at start: $PATH\"\nexport PATH=\"/root/.cargo/bin:$PATH\"\nexport CARGO_HOME=/ci/deps\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\n/bin/env\n\ncommand -v cargo\ncommand -v rustc\n\ncargo --version\nrustc --version\n\n# Get name and version of source package.\nname=\"$(dpkg-parsechangelog -SSource)\"\nversion=\"$(dpkg-parsechangelog -SVersion)\"\n\n# Get upstream version: everything before the last dash.\nuv=\"$(echo \"$version\" | sed \'s/-[^-]*$//\')\"\n\n# Files that will be created.\narch=\"$(dpkg --print-architecture)\"\norig=\"../${name}_${uv}.orig.tar.xz\"\ndeb=\"../${name}_${version}_${arch}.deb\"\nchanges=\"../${name}_${version}_${arch}.changes\"\n\n# Create \"upstream tarball\".\ngit archive HEAD | xz >\"$orig\"\n\n# Build package.\ndpkg-buildpackage -us -uc\n\n# Dump some information to make it easier to visually verify\n# everything looks OK. Also, test the package with the lintian tool.\n\nls -l ..\nfor x in ../*.deb; do dpkg -c \"$x\"; done\n# FIXME: disabled while this prevents radicle-native-ci deb from being built.\n# lintian -i --allow-root --fail-on warning ../*.changes\n\n# Move files to artifacts directory.\nmv ../*_* /ci/artifacts/.\n        ",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            "/ci/src",
        ),
        create_pidfd: false,
    }
  87. 30842 ms: Program succeeded: /bin/bash
    • Exit code: 0
    • Stdout
      PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
      MEMORY_PRESSURE_WRITE=c29tZSAyMDAwMDAgMjAwMDAwMAA=
      DEBFULLNAME=Lars Wirzenius
      CARGO_TARGET_DIR=/ci/cache/cargo-target
      PWD=/ci/src
      SYSTEMD_EXEC_PID=375
      HOME=/root
      LANG=C.UTF-8
      CARGO_HOME=/ci/deps
      MEMORY_PRESSURE_WATCH=/sys/fs/cgroup/system.slice/ambient.service/memory.pressure
      DEBEMAIL=liw@liw.fi
      INVOCATION_ID=e6bd672ae56a434bb3ca421da4dc69a2
      USER=root
      SHLVL=2
      JOURNAL_STREAM=9:3511
      PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
      OLDPWD=/
      _=/bin/env
      /root/.cargo/bin/cargo
      /root/.cargo/bin/rustc
      cargo 1.98.0 (797e8a9bc 2026-08-05)
      rustc 1.98.0 (88d9e12ae 2026-08-18)
      dpkg-buildpackage: info: source package filecount
      dpkg-buildpackage: info: source version 0.1.0.ci20260903T144847-1
      dpkg-buildpackage: info: source distribution unstable
      dpkg-buildpackage: info: source changed by "Lars Wirzenius" <"liw@liw.fi">
      dpkg-buildpackage: info: host architecture amd64
      dh clean
         dh_auto_clean
         dh_clean
      dpkg-source: info: using source format '3.0 (quilt)'
      dpkg-source: info: building filecount using existing ./filecount_0.1.0.ci20260903T144847.orig.tar.xz
      dpkg-source: info: building filecount in filecount_0.1.0.ci20260903T144847-1.debian.tar.xz
      dpkg-source: info: building filecount in filecount_0.1.0.ci20260903T144847-1.dsc
      dh binary
         dh_update_autotools_config
         dh_autoreconf
         dh_auto_configure
         debian/rules override_dh_auto_build
      make[1]: Entering directory '/ci/src'
      true
      make[1]: Leaving directory '/ci/src'
         debian/rules override_dh_auto_test
      make[1]: Entering directory '/ci/src'
      echo tests are disabled, for now
      tests are disabled, for now
      make[1]: Leaving directory '/ci/src'
         create-stamp debian/debhelper-build-stamp
         dh_prep
         debian/rules override_dh_auto_install
      make[1]: Entering directory '/ci/src'
      cargo install --offline --locked --path=. --root=debian/filecount/usr
      find debian -name '.crates*.*' -delete
      make[1]: Leaving directory '/ci/src'
         dh_installdocs
         dh_installchangelogs
         dh_perl
         dh_link
         dh_strip_nondeterminism
         dh_compress
         dh_fixperms
         dh_missing
         dh_strip
         dh_makeshlibs
         dh_shlibdeps
         dh_installdeb
         dh_gencontrol
         dh_md5sums
         dh_builddeb
      dpkg-deb: building package 'filecount-dbgsym' in '../filecount-dbgsym_0.1.0.ci20260903T144847-1_amd64.deb'.
      dpkg-deb: building package 'filecount' in '../filecount_0.1.0.ci20260903T144847-1_amd64.deb'.
      dpkg-genchanges: info: including full source code in upload
      dpkg-buildpackage: info: full upload (original source is included)
      total 472
      drwxr-xr-x 4 root root   4096 Sep  3 14:47 artifacts
      drwxr-xr-x 3 root root   4096 Aug 28 10:07 cache
      drwxr-xr-x 3 root root   4096 Sep  3 14:48 deps
      -rw-r--r-- 1 root root  46316 Sep  3 14:48 filecount-dbgsym_0.1.0.ci20260903T144847-1_amd64.deb
      -rw-r--r-- 1 root root   1560 Sep  3 14:48 filecount_0.1.0.ci20260903T144847-1.debian.tar.xz
      -rw-r--r-- 1 root root    904 Sep  3 14:48 filecount_0.1.0.ci20260903T144847-1.dsc
      -rw-r--r-- 1 root root   5231 Sep  3 14:48 filecount_0.1.0.ci20260903T144847-1_amd64.buildinfo
      -rw-r--r-- 1 root root   2387 Sep  3 14:48 filecount_0.1.0.ci20260903T144847-1_amd64.changes
      -rw-r--r-- 1 root root 384620 Sep  3 14:48 filecount_0.1.0.ci20260903T144847-1_amd64.deb
      -rw-r--r-- 1 root root   7204 Sep  3 14:48 filecount_0.1.0.ci20260903T144847.orig.tar.xz
      drwxr-xr-x 2 root root   4096 Sep  3 14:47 secrets
      drwxr-xr-x 7 root root   4096 Sep  3 14:48 src
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./usr/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./usr/lib/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./usr/lib/debug/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./usr/lib/debug/.build-id/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./usr/lib/debug/.build-id/73/
      -rw-r--r-- root/root    314016 2026-09-03 14:48 ./usr/lib/debug/.build-id/73/84dc6ded83d537658772a30781f7bbf5e7fe79.debug
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./usr/share/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./usr/share/doc/
      lrwxrwxrwx root/root         0 2026-09-03 14:48 ./usr/share/doc/filecount-dbgsym -> filecount
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./usr/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./usr/bin/
      -rwxr-xr-x root/root   1079280 2026-09-03 14:48 ./usr/bin/filecount
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./usr/share/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./usr/share/doc/
      drwxr-xr-x root/root         0 2026-09-03 14:48 ./usr/share/doc/filecount/
      -rw-r--r-- root/root       219 2026-09-03 14:48 ./usr/share/doc/filecount/changelog.Debian.gz
      -rw-r--r-- root/root       372 2026-09-03 14:48 ./usr/share/doc/filecount/copyright
      
    • Stderr
      + echo 'PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin'
      + export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
      + PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
      + export CARGO_HOME=/ci/deps
      + CARGO_HOME=/ci/deps
      + export DEBEMAIL=liw@liw.fi
      + DEBEMAIL=liw@liw.fi
      + export 'DEBFULLNAME=Lars Wirzenius'
      + DEBFULLNAME='Lars Wirzenius'
      + /bin/env
      + command -v cargo
      + command -v rustc
      + cargo --version
      + rustc --version
      ++ dpkg-parsechangelog -SSource
      + name=filecount
      ++ dpkg-parsechangelog -SVersion
      + version=0.1.0.ci20260903T144847-1
      ++ echo 0.1.0.ci20260903T144847-1
      ++ sed 's/-[^-]*$//'
      + uv=0.1.0.ci20260903T144847
      ++ dpkg --print-architecture
      + arch=amd64
      + orig=../filecount_0.1.0.ci20260903T144847.orig.tar.xz
      + deb=../filecount_0.1.0.ci20260903T144847-1_amd64.deb
      + changes=../filecount_0.1.0.ci20260903T144847-1_amd64.changes
      + xz
      + git archive HEAD
      + dpkg-buildpackage -us -uc
       dpkg-source --before-build .
       debian/rules clean
       dpkg-source -b .
       debian/rules binary
        Installing filecount v0.1.0 (/ci/src)
         Compiling filecount v0.1.0 (/ci/src)
          Finished `release` profile [optimized] target(s) in 2.31s
        Installing /ci/src/debian/filecount/usr/bin/filecount
         Installed package `filecount v0.1.0 (/ci/src)` (executable `filecount`)
      warning: be sure to add `/ci/src/debian/filecount/usr/bin` to your PATH to be able to run the installed binaries
      dpkg-shlibdeps: warning: diversions involved - output may be incorrect
       diversion by libc6 from: /lib64/ld-linux-x86-64.so.2
      dpkg-shlibdeps: warning: diversions involved - output may be incorrect
       diversion by libc6 to: /lib64/ld-linux-x86-64.so.2.usr-is-merged
       dpkg-genbuildinfo -O../filecount_0.1.0.ci20260903T144847-1_amd64.buildinfo
       dpkg-genchanges -O../filecount_0.1.0.ci20260903T144847-1_amd64.changes
       dpkg-source --after-build .
      + ls -l ..
      + for x in ../*.deb
      + dpkg -c ../filecount-dbgsym_0.1.0.ci20260903T144847-1_amd64.deb
      + for x in ../*.deb
      + dpkg -c ../filecount_0.1.0.ci20260903T144847-1_amd64.deb
      + mv ../filecount-dbgsym_0.1.0.ci20260903T144847-1_amd64.deb ../filecount_0.1.0.ci20260903T144847-1.debian.tar.xz ../filecount_0.1.0.ci20260903T144847-1.dsc ../filecount_0.1.0.ci20260903T144847-1_amd64.buildinfo ../filecount_0.1.0.ci20260903T144847-1_amd64.changes ../filecount_0.1.0.ci20260903T144847-1_amd64.deb ../filecount_0.1.0.ci20260903T144847.orig.tar.xz /ci/artifacts/.
      
  88. 30921 ms: Action succeeded: deb
    - action: deb
      packages: .
    
  89. 30921 ms: Trace: Execute action
    TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
  90. 30922 ms: Trace: Start program tar
    Command {
        program: "tar",
        args: [
            "tar",
            "-cvf",
            "/dev/vde",
            "-C",
            "/ci/cache",
            ".",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            ".",
        ),
        create_pidfd: false,
    }
  91. 31720 ms: Program succeeded: tar
    • Exit code: 0
    • Stdout
      ./
      ./cargo-target/
      ./cargo-target/debug/
      ./cargo-target/debug/.cargo-artifact-lock
      ./cargo-target/debug/.fingerprint/
      ./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/
      ./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/dep-lib-colorchoice
      ./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/lib-colorchoice.json
      ./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/invoked.timestamp
      ./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/lib-colorchoice
      ./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/
      ./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/dep-lib-console
      ./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/lib-console.json
      ./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/invoked.timestamp
      ./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/lib-console
      ./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/
      ./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/dep-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/invoked.timestamp
      ./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/build-script-build-script-build
      ./cargo-target/debug/.fingerprint/libc-7a998dd5d2eacb14/
      ./cargo-target/debug/.fingerprint/libc-7a998dd5d2eacb14/run-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/libc-7a998dd5d2eacb14/run-build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/
      ./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/lib-zmij
      ./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/invoked.timestamp
      ./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/lib-zmij.json
      ./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/dep-lib-zmij
      ./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/
      ./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/lib-anstream.json
      ./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/dep-lib-anstream
      ./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/lib-anstream
      ./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/invoked.timestamp
      ./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/
      ./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/lib-clap
      ./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/lib-clap.json
      ./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/invoked.timestamp
      ./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/dep-lib-clap
      ./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/
      ./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/lib-serde_core.json
      ./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/lib-serde_core
      ./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/invoked.timestamp
      ./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/dep-lib-serde_core
      ./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/
      ./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/dep-lib-memchr
      ./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/lib-memchr
      ./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/lib-memchr.json
      ./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/invoked.timestamp
      ./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/
      ./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/dep-lib-console
      ./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/lib-console.json
      ./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/invoked.timestamp
      ./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/lib-console
      ./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/
      ./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/lib-same_file.json
      ./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/lib-same_file
      ./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/dep-lib-same_file
      ./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/invoked.timestamp
      ./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/
      ./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/lib-anstyle_query.json
      ./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/invoked.timestamp
      ./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/dep-lib-anstyle_query
      ./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/lib-anstyle_query
      ./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/
      ./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/lib-anstyle_parse.json
      ./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/invoked.timestamp
      ./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/lib-anstyle_parse
      ./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/dep-lib-anstyle_parse
      ./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/
      ./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/lib-anstyle
      ./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/invoked.timestamp
      ./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/dep-lib-anstyle
      ./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/lib-anstyle.json
      ./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/
      ./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/dep-lib-serde
      ./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/invoked.timestamp
      ./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/lib-serde
      ./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/lib-serde.json
      ./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/
      ./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/lib-serde_derive
      ./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/dep-lib-serde_derive
      ./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/lib-serde_derive.json
      ./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/invoked.timestamp
      ./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/
      ./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/dep-lib-terminal_size
      ./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/invoked.timestamp
      ./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/lib-terminal_size.json
      ./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/lib-terminal_size
      ./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/
      ./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/invoked.timestamp
      ./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/lib-indicatif.json
      ./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/lib-indicatif
      ./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/dep-lib-indicatif
      ./cargo-target/debug/.fingerprint/proc-macro2-331a3c244e3c25bf/
      ./cargo-target/debug/.fingerprint/proc-macro2-331a3c244e3c25bf/run-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/proc-macro2-331a3c244e3c25bf/run-build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/
      ./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/test-bin-filecount.json
      ./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/test-bin-filecount
      ./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/invoked.timestamp
      ./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/dep-test-bin-filecount
      ./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/
      ./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/dep-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/invoked.timestamp
      ./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/build-script-build-script-build
      ./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/
      ./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/lib-anstyle
      ./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/invoked.timestamp
      ./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/dep-lib-anstyle
      ./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/lib-anstyle.json
      ./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/
      ./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/dep-lib-rustix
      ./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/invoked.timestamp
      ./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/lib-rustix.json
      ./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/lib-rustix
      ./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/
      ./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/dep-bin-filecount
      ./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/bin-filecount
      ./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/invoked.timestamp
      ./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/bin-filecount.json
      ./cargo-target/debug/.fingerprint/portable-atomic-da62ae0f8f5d731b/
      ./cargo-target/debug/.fingerprint/portable-atomic-da62ae0f8f5d731b/run-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/portable-atomic-da62ae0f8f5d731b/run-build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/
      ./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/dep-lib-portable_atomic
      ./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/invoked.timestamp
      ./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/lib-portable_atomic.json
      ./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/lib-portable_atomic
      ./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/
      ./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/lib-anstyle_parse.json
      ./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/invoked.timestamp
      ./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/lib-anstyle_parse
      ./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/dep-lib-anstyle_parse
      ./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/
      ./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/test-bin-filecount.json
      ./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/test-bin-filecount
      ./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/invoked.timestamp
      ./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/dep-test-bin-filecount
      ./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/
      ./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/dep-lib-bitflags
      ./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/invoked.timestamp
      ./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/lib-bitflags
      ./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/lib-bitflags.json
      ./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/
      ./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/lib-unicode_width.json
      ./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/lib-unicode_width
      ./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/invoked.timestamp
      ./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/dep-lib-unicode_width
      ./cargo-target/debug/.fingerprint/serde-4e36ccfdf11c5ecd/
      ./cargo-target/debug/.fingerprint/serde-4e36ccfdf11c5ecd/run-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/serde-4e36ccfdf11c5ecd/run-build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/
      ./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/lib-clap_builder.json
      ./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/dep-lib-clap_builder
      ./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/invoked.timestamp
      ./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/lib-clap_builder
      ./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/
      ./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/dep-lib-colorchoice
      ./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/lib-colorchoice.json
      ./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/invoked.timestamp
      ./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/lib-colorchoice
      ./cargo-target/debug/.fingerprint/quote-a7e35c59b67bb804/
      ./cargo-target/debug/.fingerprint/quote-a7e35c59b67bb804/run-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/quote-a7e35c59b67bb804/run-build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/
      ./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/dep-lib-memchr
      ./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/lib-memchr
      ./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/lib-memchr.json
      ./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/invoked.timestamp
      ./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/
      ./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/lib-quote
      ./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/invoked.timestamp
      ./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/dep-lib-quote
      ./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/lib-quote.json
      ./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/
      ./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/lib-clap_lex.json
      ./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/lib-clap_lex
      ./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/invoked.timestamp
      ./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/dep-lib-clap_lex
      ./cargo-target/debug/.fingerprint/serde_json-cebbdeadc6d1451c/
      ./cargo-target/debug/.fingerprint/serde_json-cebbdeadc6d1451c/run-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/serde_json-cebbdeadc6d1451c/run-build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/
      ./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/dep-lib-is_terminal_polyfill
      ./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/invoked.timestamp
      ./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/lib-is_terminal_polyfill.json
      ./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/lib-is_terminal_polyfill
      ./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/
      ./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/lib-libc
      ./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/invoked.timestamp
      ./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/lib-libc.json
      ./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/dep-lib-libc
      ./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/
      ./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/dep-lib-serde
      ./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/invoked.timestamp
      ./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/lib-serde
      ./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/lib-serde.json
      ./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/
      ./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/lib-same_file.json
      ./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/lib-same_file
      ./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/dep-lib-same_file
      ./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/invoked.timestamp
      ./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/
      ./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/lib-libc
      ./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/invoked.timestamp
      ./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/lib-libc.json
      ./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/dep-lib-libc
      ./cargo-target/debug/.fingerprint/zmij-e72495a7b11d41dc/
      ./cargo-target/debug/.fingerprint/zmij-e72495a7b11d41dc/run-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/zmij-e72495a7b11d41dc/run-build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/
      ./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/lib-unicode_width.json
      ./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/lib-unicode_width
      ./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/invoked.timestamp
      ./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/dep-lib-unicode_width
      ./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/
      ./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/lib-anstream.json
      ./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/dep-lib-anstream
      ./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/lib-anstream
      ./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/invoked.timestamp
      ./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/
      ./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/invoked.timestamp
      ./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/lib-indicatif.json
      ./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/lib-indicatif
      ./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/dep-lib-indicatif
      ./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/
      ./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/lib-clap_lex.json
      ./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/lib-clap_lex
      ./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/invoked.timestamp
      ./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/dep-lib-clap_lex
      ./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/
      ./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/dep-lib-terminal_size
      ./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/invoked.timestamp
      ./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/lib-terminal_size.json
      ./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/lib-terminal_size
      ./cargo-target/debug/.fingerprint/serde_core-476e5eeb5f852bfb/
      ./cargo-target/debug/.fingerprint/serde_core-476e5eeb5f852bfb/run-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/serde_core-476e5eeb5f852bfb/run-build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/
      ./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/lib-heck.json
      ./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/dep-lib-heck
      ./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/lib-heck
      ./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/invoked.timestamp
      ./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/
      ./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/dep-lib-bitflags
      ./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/invoked.timestamp
      ./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/lib-bitflags
      ./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/lib-bitflags.json
      ./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/
      ./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/lib-serde_core.json
      ./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/lib-serde_core
      ./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/invoked.timestamp
      ./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/dep-lib-serde_core
      ./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/
      ./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/dep-lib-utf8parse
      ./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/lib-utf8parse.json
      ./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/invoked.timestamp
      ./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/lib-utf8parse
      ./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/
      ./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/dep-lib-unicode_ident
      ./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/lib-unicode_ident
      ./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/invoked.timestamp
      ./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/lib-unicode_ident.json
      ./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/
      ./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/dep-lib-utf8parse
      ./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/lib-utf8parse.json
      ./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/invoked.timestamp
      ./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/lib-utf8parse
      ./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/
      ./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/lib-once_cell
      ./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/dep-lib-once_cell
      ./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/invoked.timestamp
      ./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/lib-once_cell.json
      ./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/
      ./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/lib-clap_builder.json
      ./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/dep-lib-clap_builder
      ./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/invoked.timestamp
      ./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/lib-clap_builder
      ./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/
      ./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/invoked.timestamp
      ./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/lib-walkdir.json
      ./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/lib-walkdir
      ./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/dep-lib-walkdir
      ./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/
      ./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/dep-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/invoked.timestamp
      ./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/build-script-build-script-build
      ./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/
      ./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/dep-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/invoked.timestamp
      ./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/build-script-build-script-build
      ./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/
      ./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/lib-once_cell
      ./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/dep-lib-once_cell
      ./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/invoked.timestamp
      ./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/lib-once_cell.json
      ./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/
      ./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/lib-itoa
      ./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/dep-lib-itoa
      ./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/invoked.timestamp
      ./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/lib-itoa.json
      ./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/
      ./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/lib-linux_raw_sys
      ./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/invoked.timestamp
      ./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/lib-linux_raw_sys.json
      ./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/dep-lib-linux_raw_sys
      ./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/
      ./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/dep-lib-is_terminal_polyfill
      ./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/invoked.timestamp
      ./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/lib-is_terminal_polyfill.json
      ./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/lib-is_terminal_polyfill
      ./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/
      ./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/lib-unit_prefix
      ./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/dep-lib-unit_prefix
      ./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/invoked.timestamp
      ./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/lib-unit_prefix.json
      ./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/
      ./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/dep-lib-strsim
      ./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/invoked.timestamp
      ./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/lib-strsim
      ./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/lib-strsim.json
      ./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/
      ./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/lib-linux_raw_sys
      ./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/invoked.timestamp
      ./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/lib-linux_raw_sys.json
      ./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/dep-lib-linux_raw_sys
      ./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/
      ./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/invoked.timestamp
      ./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/lib-walkdir.json
      ./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/lib-walkdir
      ./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/dep-lib-walkdir
      ./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/
      ./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/lib-itoa
      ./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/dep-lib-itoa
      ./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/invoked.timestamp
      ./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/lib-itoa.json
      ./cargo-target/debug/.fingerprint/rustix-d94b876d0044dacd/
      ./cargo-target/debug/.fingerprint/rustix-d94b876d0044dacd/run-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/rustix-d94b876d0044dacd/run-build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/
      ./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/dep-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/invoked.timestamp
      ./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/build-script-build-script-build
      ./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/
      ./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/dep-lib-rustix
      ./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/invoked.timestamp
      ./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/lib-rustix.json
      ./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/lib-rustix
      ./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/
      ./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/dep-lib-syn
      ./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/lib-syn.json
      ./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/lib-syn
      ./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/invoked.timestamp
      ./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/
      ./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/dep-lib-serde_json
      ./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/lib-serde_json
      ./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/invoked.timestamp
      ./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/lib-serde_json.json
      ./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/
      ./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/dep-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/invoked.timestamp
      ./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/build-script-build-script-build
      ./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/
      ./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/dep-lib-portable_atomic
      ./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/invoked.timestamp
      ./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/lib-portable_atomic.json
      ./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/lib-portable_atomic
      ./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/
      ./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/lib-unit_prefix
      ./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/dep-lib-unit_prefix
      ./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/invoked.timestamp
      ./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/lib-unit_prefix.json
      ./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/
      ./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/lib-clap_derive.json
      ./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/lib-clap_derive
      ./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/invoked.timestamp
      ./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/dep-lib-clap_derive
      ./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/
      ./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/dep-lib-serde_json
      ./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/lib-serde_json
      ./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/invoked.timestamp
      ./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/lib-serde_json.json
      ./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/
      ./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/dep-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/invoked.timestamp
      ./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/build-script-build-script-build
      ./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/
      ./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/lib-anstyle_query.json
      ./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/invoked.timestamp
      ./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/dep-lib-anstyle_query
      ./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/lib-anstyle_query
      ./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/
      ./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/dep-bin-filecount
      ./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/bin-filecount
      ./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/invoked.timestamp
      ./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/bin-filecount.json
      ./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/
      ./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/dep-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/invoked.timestamp
      ./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/build-script-build-script-build
      ./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/
      ./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/lib-zmij
      ./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/invoked.timestamp
      ./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/lib-zmij.json
      ./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/dep-lib-zmij
      ./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/
      ./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/lib-clap
      ./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/lib-clap.json
      ./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/invoked.timestamp
      ./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/dep-lib-clap
      ./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/
      ./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/dep-build-script-build-script-build
      ./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/invoked.timestamp
      ./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/build-script-build-script-build.json
      ./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/build-script-build-script-build
      ./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/
      ./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/lib-proc_macro2.json
      ./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/lib-proc_macro2
      ./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/invoked.timestamp
      ./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/dep-lib-proc_macro2
      ./cargo-target/debug/.fingerprint/strsim-350539075733e214/
      ./cargo-target/debug/.fingerprint/strsim-350539075733e214/dep-lib-strsim
      ./cargo-target/debug/.fingerprint/strsim-350539075733e214/invoked.timestamp
      ./cargo-target/debug/.fingerprint/strsim-350539075733e214/lib-strsim
      ./cargo-target/debug/.fingerprint/strsim-350539075733e214/lib-strsim.json
      ./cargo-target/debug/build/
      ./cargo-target/debug/build/libc-221c449f1c0c59f9/
      ./cargo-target/debug/build/libc-221c449f1c0c59f9/build-script-build
      ./cargo-target/debug/build/libc-221c449f1c0c59f9/build_script_build-221c449f1c0c59f9.d
      ./cargo-target/debug/build/libc-221c449f1c0c59f9/build_script_build-221c449f1c0c59f9
      ./cargo-target/debug/build/libc-7a998dd5d2eacb14/
      ./cargo-target/debug/build/libc-7a998dd5d2eacb14/root-output
      ./cargo-target/debug/build/libc-7a998dd5d2eacb14/stderr
      ./cargo-target/debug/build/libc-7a998dd5d2eacb14/invoked.timestamp
      ./cargo-target/debug/build/libc-7a998dd5d2eacb14/out/
      ./cargo-target/debug/build/libc-7a998dd5d2eacb14/output
      ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/
      ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/root-output
      ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/stderr
      ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/invoked.timestamp
      ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/out/
      ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/output
      ./cargo-target/debug/build/serde-70e51348ce6d6017/
      ./cargo-target/debug/build/serde-70e51348ce6d6017/build-script-build
      ./cargo-target/debug/build/serde-70e51348ce6d6017/build_script_build-70e51348ce6d6017.d
      ./cargo-target/debug/build/serde-70e51348ce6d6017/build_script_build-70e51348ce6d6017
      ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/
      ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/root-output
      ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/stderr
      ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/invoked.timestamp
      ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/out/
      ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/output
      ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/
      ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/root-output
      ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/stderr
      ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/invoked.timestamp
      ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/out/
      ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/out/private.rs
      ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/output
      ./cargo-target/debug/build/quote-a7e35c59b67bb804/
      ./cargo-target/debug/build/quote-a7e35c59b67bb804/root-output
      ./cargo-target/debug/build/quote-a7e35c59b67bb804/stderr
      ./cargo-target/debug/build/quote-a7e35c59b67bb804/invoked.timestamp
      ./cargo-target/debug/build/quote-a7e35c59b67bb804/out/
      ./cargo-target/debug/build/quote-a7e35c59b67bb804/output
      ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/
      ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/root-output
      ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/stderr
      ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/invoked.timestamp
      ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/out/
      ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/output
      ./cargo-target/debug/build/zmij-e72495a7b11d41dc/
      ./cargo-target/debug/build/zmij-e72495a7b11d41dc/root-output
      ./cargo-target/debug/build/zmij-e72495a7b11d41dc/stderr
      ./cargo-target/debug/build/zmij-e72495a7b11d41dc/invoked.timestamp
      ./cargo-target/debug/build/zmij-e72495a7b11d41dc/out/
      ./cargo-target/debug/build/zmij-e72495a7b11d41dc/output
      ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/
      ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/root-output
      ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/stderr
      ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/invoked.timestamp
      ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/out/
      ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/out/private.rs
      ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/output
      ./cargo-target/debug/build/serde_json-d93e2101947be180/
      ./cargo-target/debug/build/serde_json-d93e2101947be180/build-script-build
      ./cargo-target/debug/build/serde_json-d93e2101947be180/build_script_build-d93e2101947be180
      ./cargo-target/debug/build/serde_json-d93e2101947be180/build_script_build-d93e2101947be180.d
      ./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/
      ./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/build-script-build
      ./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/build_script_build-cad29f225c08c9de.d
      ./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/build_script_build-cad29f225c08c9de
      ./cargo-target/debug/build/rustix-d94b876d0044dacd/
      ./cargo-target/debug/build/rustix-d94b876d0044dacd/root-output
      ./cargo-target/debug/build/rustix-d94b876d0044dacd/stderr
      ./cargo-target/debug/build/rustix-d94b876d0044dacd/invoked.timestamp
      ./cargo-target/debug/build/rustix-d94b876d0044dacd/out/
      ./cargo-target/debug/build/rustix-d94b876d0044dacd/out/rustix_test_can_compile
      ./cargo-target/debug/build/rustix-d94b876d0044dacd/output
      ./cargo-target/debug/build/serde_core-15796e59bcea1517/
      ./cargo-target/debug/build/serde_core-15796e59bcea1517/build_script_build-15796e59bcea1517
      ./cargo-target/debug/build/serde_core-15796e59bcea1517/build-script-build
      ./cargo-target/debug/build/serde_core-15796e59bcea1517/build_script_build-15796e59bcea1517.d
      ./cargo-target/debug/build/quote-7311c8ec19e3ec40/
      ./cargo-target/debug/build/quote-7311c8ec19e3ec40/build_script_build-7311c8ec19e3ec40
      ./cargo-target/debug/build/quote-7311c8ec19e3ec40/build-script-build
      ./cargo-target/debug/build/quote-7311c8ec19e3ec40/build_script_build-7311c8ec19e3ec40.d
      ./cargo-target/debug/build/zmij-ef045e1f10ec3882/
      ./cargo-target/debug/build/zmij-ef045e1f10ec3882/build_script_build-ef045e1f10ec3882.d
      ./cargo-target/debug/build/zmij-ef045e1f10ec3882/build-script-build
      ./cargo-target/debug/build/zmij-ef045e1f10ec3882/build_script_build-ef045e1f10ec3882
      ./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/
      ./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/build-script-build
      ./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/build_script_build-41f5b6717bfaf0a0.d
      ./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/build_script_build-41f5b6717bfaf0a0
      ./cargo-target/debug/build/rustix-2057de68928b4f33/
      ./cargo-target/debug/build/rustix-2057de68928b4f33/build-script-build
      ./cargo-target/debug/build/rustix-2057de68928b4f33/build_script_build-2057de68928b4f33.d
      ./cargo-target/debug/build/rustix-2057de68928b4f33/build_script_build-2057de68928b4f33
      ./cargo-target/debug/filecount.d
      ./cargo-target/debug/incremental/
      ./cargo-target/debug/incremental/filecount-09ljh6edss13p/
      ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/
      ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/work-products.bin
      ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/query-cache.bin
      ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/dep-graph.bin
      ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly96b9ynp-14aej7j.lock
      ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy.lock
      ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly96b9ynp-14aej7j-8w1ougi6dklta6jsgjovn1ejo/
      ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly96b9ynp-14aej7j-8w1ougi6dklta6jsgjovn1ejo/work-products.bin
      ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly96b9ynp-14aej7j-8w1ougi6dklta6jsgjovn1ejo/query-cache.bin
      ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly96b9ynp-14aej7j-8w1ougi6dklta6jsgjovn1ejo/dep-graph.bin
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev.lock
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1v5cmqbytwgv3qrcfvq97t4q2.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/39b2r19rueesme5wxaekiv4ey.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4gpun5wrrvbyxncoux5jqvqj3.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1b4kugwjd254vmaut4gjr6bwf.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8z2ombrilcgoo94qi8t3d3upi.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2pmnha4p5olv34xuj7qtetqfs.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bpbcbehn7abylz62qoe23yx75.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2uf5ri4eqsgrc3a9hz6kityt8.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/499tu0tsa4j85onc61pxdcujm.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6uf2d9uwso220fjbx335mdj53.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bf7czx1a54d14h2035vlwx5ya.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/awx487b763l58hpr7mefxtxgh.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8ac5rw99vb2f5dypptuhapghk.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/3ndxm5octkrfknke0692dluc9.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dlm0amcvr6v8afwrad8mpdctj.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a8yjbfid3ue1p42lnuwfttva6.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0ugron1ij1frvpbx2akq6kmzv.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/esacx19qcejn927zvokbbb4qy.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/80u0wu4v5i109rs4c8pa5551h.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ar2y4ojqknkxswmzhxcbhod19.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5tne9ies2zf1xp4k4vb83dbjn.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5ykcoq4wwyg0175b2rb2vt07m.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5xa6i87y1r9yykkfv19mxw84i.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/308ghbyyfbv08twb27zph3l1h.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4mm1s00kptqnyqpfoiwsw2e77.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bo0ee5ypmmzssnlfduchw1owt.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/axepw7c0imbnfxduw2aufc7qr.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/20khnlyux5xpbntoi6sy4yd2q.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ca010hqhrvz7xuffekx5lsnoz.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/anbpr0b0n5tevm8c4n28as4sc.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ccb32161en9vvtyo1oylk14lb.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/alejo6yky3ttoxhf3w9bvj2or.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/d4sxebr9ff73pzbrbwkej729w.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dezu0neu7gqb4ezqva6oy8qml.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6a5d7d81d45dy7crwv0llui58.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a4fetmswi2qnbyjrp1mhf5141.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dbb308i80gtjej9f1lhnjvh8k.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7alb9ub47q78s3xgbhitcwza4.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6cf3b6b7xzz33pbikcrp7myuj.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/duo19gi5guegpyw0s7hdp2w5w.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/acomuvwi7wtrfxnczcsqwobbs.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/evj2o9iubk19q11bi1woh0alh.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0dz8a41qke0llahqk3d5ebxj4.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/f0c3l1e85mfaip3qdhii5t5p6.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/b0d48gh6rwhapyb4xrnun27es.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9bllklve89uhzrxlb30jdtj0a.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7s4rth6jnbxlrieavvsocev9e.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a85frv96m1scihpic8ne02tc4.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a1yrwdgxr8mxw53l3c9oz228v.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8vslxnohe97f8d0kb216z6hfs.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/44yghcewi22xouofxkbms21h1.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6n2jdugmxptfyad2nj8ckeco4.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0kvo9zwidbbi80elpiij36brw.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/eswr2c9186kvlbjk6zgzuc681.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6cfdnucee5oabkt6sj1tvlmpm.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/work-products.bin
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bz51jxce8sv01s0lgpsszjvpu.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7y1nvsevrnzn5jj9gkgborw6g.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c9qnckuv369d8bid1nkvmkyc3.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/query-cache.bin
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/76iqvj0us1isbpk6s61mz75ef.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/abbcyzkwiqa0sd853aa4de6lm.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8qwuw58801mn1tl33n051j1ck.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/czllvpsk8nn8vtq2zf5h3znis.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5mak1ydh783dc8usotjaj54dx.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/79yuxm1v7kzh3116eslk4k0oq.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4cipqtmgqem2zbdhhdpn5kxuz.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2kzfdte79ykzje83u5e0m7wzc.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a1gzo1lzwpv7cnle515ekjpni.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5wme9m4engb5guqnduepb96x4.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6e0mdp7q7usflwxl3dybkapuc.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/epy46wx146to9niz3trla2bn9.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9egnmpd0zub9ws4rtiozc38ef.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c0k9r3e9270dhkrnkmxpx93vq.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8ycehe0r6n4gd0n8u8qe28aml.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ch5nr8gr20hw7ui09j1v7i1ds.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/11dphnyh3o6tf0voqxqnlvgze.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5xl21jxiviiu8q7bh8kz5jql4.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1qf70z6bgfgx9ps7d2f7n11ak.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9q0578rvltw0vs142ejq995wb.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dep-graph.bin
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7ofbc9s5hkl5wheer5nj4y7ap.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/504dymql67jzf1sbl7vfk0u0k.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/71708mpeietiitb1qi9zdlpd8.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2zq5xglkeyyaw1o4ptgfvco4u.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4lmfdjntjwe6e2w4jlvq9n25w.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6xajr3k5e3md85k6g7jjdxefc.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c2nsc40b6ghfiimk26clfep2z.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/aq334ivi9xmzm965vclfca1q3.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0icxe7tp3tsyug6bygotc6y3x.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2g568g2hhlcaavns2ansl73xi.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/es2jgya4so963n4e8jiy6a459.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/3u0m3vjef33e2pe11wp16qxd8.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dfsi2ort9r3gpyk2ibrab7jgn.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dmzqcw3rxf0ie08tkosijggj6.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9lvxanu7r0bkk8pzl13hin7k0.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/cifasyuom0g4nkfme4dxezjy5.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1mw65vxnxb9a1lgim3tzylaqe.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/3ug0bsvixo20f272au8fvms5f.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7fb1mk0vsz0v93lazib4yohck.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ardjdyowh3qfti3esy81jzuy8.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0fr3352hvsg2g4xk1itc9syis.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/54jibrqgxliqv9nc306qjc8xr.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/cknnxasama73ns6u39mfmhzre.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c1je1uf2is8i5j0dja6bc2fsn.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0i7o4mj0jymqyrc81l66203zf.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/1v5cmqbytwgv3qrcfvq97t4q2.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/39b2r19rueesme5wxaekiv4ey.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/4gpun5wrrvbyxncoux5jqvqj3.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/1b4kugwjd254vmaut4gjr6bwf.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/8z2ombrilcgoo94qi8t3d3upi.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/2pmnha4p5olv34xuj7qtetqfs.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/bpbcbehn7abylz62qoe23yx75.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/2uf5ri4eqsgrc3a9hz6kityt8.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/499tu0tsa4j85onc61pxdcujm.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/6uf2d9uwso220fjbx335mdj53.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/bf7czx1a54d14h2035vlwx5ya.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/awx487b763l58hpr7mefxtxgh.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/8ac5rw99vb2f5dypptuhapghk.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/3ndxm5octkrfknke0692dluc9.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/dlm0amcvr6v8afwrad8mpdctj.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/a8yjbfid3ue1p42lnuwfttva6.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/0ugron1ij1frvpbx2akq6kmzv.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/esacx19qcejn927zvokbbb4qy.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/80u0wu4v5i109rs4c8pa5551h.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/ar2y4ojqknkxswmzhxcbhod19.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/5tne9ies2zf1xp4k4vb83dbjn.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/5ykcoq4wwyg0175b2rb2vt07m.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/5xa6i87y1r9yykkfv19mxw84i.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/308ghbyyfbv08twb27zph3l1h.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/4mm1s00kptqnyqpfoiwsw2e77.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/bo0ee5ypmmzssnlfduchw1owt.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/axepw7c0imbnfxduw2aufc7qr.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/20khnlyux5xpbntoi6sy4yd2q.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/ca010hqhrvz7xuffekx5lsnoz.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/anbpr0b0n5tevm8c4n28as4sc.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/ccb32161en9vvtyo1oylk14lb.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/alejo6yky3ttoxhf3w9bvj2or.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/d4sxebr9ff73pzbrbwkej729w.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/dezu0neu7gqb4ezqva6oy8qml.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/6a5d7d81d45dy7crwv0llui58.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/a4fetmswi2qnbyjrp1mhf5141.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/dbb308i80gtjej9f1lhnjvh8k.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/7alb9ub47q78s3xgbhitcwza4.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/6cf3b6b7xzz33pbikcrp7myuj.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/duo19gi5guegpyw0s7hdp2w5w.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/acomuvwi7wtrfxnczcsqwobbs.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/evj2o9iubk19q11bi1woh0alh.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/0dz8a41qke0llahqk3d5ebxj4.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/f0c3l1e85mfaip3qdhii5t5p6.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/b0d48gh6rwhapyb4xrnun27es.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/9bllklve89uhzrxlb30jdtj0a.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/7s4rth6jnbxlrieavvsocev9e.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/a85frv96m1scihpic8ne02tc4.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/a1yrwdgxr8mxw53l3c9oz228v.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/8vslxnohe97f8d0kb216z6hfs.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/44yghcewi22xouofxkbms21h1.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/6n2jdugmxptfyad2nj8ckeco4.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/0kvo9zwidbbi80elpiij36brw.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/eswr2c9186kvlbjk6zgzuc681.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/6cfdnucee5oabkt6sj1tvlmpm.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/work-products.bin
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/bz51jxce8sv01s0lgpsszjvpu.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/7y1nvsevrnzn5jj9gkgborw6g.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/c9qnckuv369d8bid1nkvmkyc3.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/query-cache.bin
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/76iqvj0us1isbpk6s61mz75ef.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/abbcyzkwiqa0sd853aa4de6lm.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/8qwuw58801mn1tl33n051j1ck.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/czllvpsk8nn8vtq2zf5h3znis.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/5mak1ydh783dc8usotjaj54dx.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/79yuxm1v7kzh3116eslk4k0oq.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/4cipqtmgqem2zbdhhdpn5kxuz.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/2kzfdte79ykzje83u5e0m7wzc.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/a1gzo1lzwpv7cnle515ekjpni.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/5wme9m4engb5guqnduepb96x4.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/6e0mdp7q7usflwxl3dybkapuc.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/epy46wx146to9niz3trla2bn9.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/9egnmpd0zub9ws4rtiozc38ef.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/c0k9r3e9270dhkrnkmxpx93vq.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/8ycehe0r6n4gd0n8u8qe28aml.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/ch5nr8gr20hw7ui09j1v7i1ds.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/11dphnyh3o6tf0voqxqnlvgze.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/5xl21jxiviiu8q7bh8kz5jql4.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/1qf70z6bgfgx9ps7d2f7n11ak.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/9q0578rvltw0vs142ejq995wb.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/dep-graph.bin
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/7ofbc9s5hkl5wheer5nj4y7ap.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/504dymql67jzf1sbl7vfk0u0k.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/71708mpeietiitb1qi9zdlpd8.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/2zq5xglkeyyaw1o4ptgfvco4u.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/4lmfdjntjwe6e2w4jlvq9n25w.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/6xajr3k5e3md85k6g7jjdxefc.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/c2nsc40b6ghfiimk26clfep2z.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/aq334ivi9xmzm965vclfca1q3.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/0icxe7tp3tsyug6bygotc6y3x.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/2g568g2hhlcaavns2ansl73xi.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/es2jgya4so963n4e8jiy6a459.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/3u0m3vjef33e2pe11wp16qxd8.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/dfsi2ort9r3gpyk2ibrab7jgn.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/dmzqcw3rxf0ie08tkosijggj6.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/9lvxanu7r0bkk8pzl13hin7k0.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/cifasyuom0g4nkfme4dxezjy5.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/1mw65vxnxb9a1lgim3tzylaqe.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/3ug0bsvixo20f272au8fvms5f.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/7fb1mk0vsz0v93lazib4yohck.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/ardjdyowh3qfti3esy81jzuy8.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/0fr3352hvsg2g4xk1itc9syis.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/54jibrqgxliqv9nc306qjc8xr.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/cknnxasama73ns6u39mfmhzre.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/c1je1uf2is8i5j0dja6bc2fsn.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/0i7o4mj0jymqyrc81l66203zf.o
      ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07.lock
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/a4lny3pgx6zyqobiexzbuqocc.o
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/7wwcndi7fkpr11mqho1v8q46d.o
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/4it2w4qp9pqfx1olnjtl4lk86.o
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/4fxhldviy5of1phoquypz3269.o
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/work-products.bin
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/query-cache.bin
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/dep-graph.bin
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/88wyhqzkwmi70ooofsv89aw3o.o
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk.lock
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly96bpuxs-0rb1xd3.lock
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly96bpuxs-0rb1xd3-1jutib1s51jcxgcwfg1rx0ppb/
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly96bpuxs-0rb1xd3-1jutib1s51jcxgcwfg1rx0ppb/a4lny3pgx6zyqobiexzbuqocc.o
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly96bpuxs-0rb1xd3-1jutib1s51jcxgcwfg1rx0ppb/7wwcndi7fkpr11mqho1v8q46d.o
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly96bpuxs-0rb1xd3-1jutib1s51jcxgcwfg1rx0ppb/4it2w4qp9pqfx1olnjtl4lk86.o
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly96bpuxs-0rb1xd3-1jutib1s51jcxgcwfg1rx0ppb/4fxhldviy5of1phoquypz3269.o
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly96bpuxs-0rb1xd3-1jutib1s51jcxgcwfg1rx0ppb/work-products.bin
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly96bpuxs-0rb1xd3-1jutib1s51jcxgcwfg1rx0ppb/query-cache.bin
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly96bpuxs-0rb1xd3-1jutib1s51jcxgcwfg1rx0ppb/dep-graph.bin
      ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly96bpuxs-0rb1xd3-1jutib1s51jcxgcwfg1rx0ppb/88wyhqzkwmi70ooofsv89aw3o.o
      ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/
      ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly96b9ynn-0uq5iyi-728q9yrhov9a6yczzo9znkd75/
      ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly96b9ynn-0uq5iyi-728q9yrhov9a6yczzo9znkd75/work-products.bin
      ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly96b9ynn-0uq5iyi-728q9yrhov9a6yczzo9znkd75/query-cache.bin
      ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly96b9ynn-0uq5iyi-728q9yrhov9a6yczzo9znkd75/dep-graph.bin
      ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly96b9ynn-0uq5iyi.lock
      ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/
      ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/work-products.bin
      ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/query-cache.bin
      ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/dep-graph.bin
      ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f.lock
      ./cargo-target/debug/.cargo-build-lock
      ./cargo-target/debug/deps/
      ./cargo-target/debug/deps/is_terminal_polyfill-9c7573639267fe8d.d
      ./cargo-target/debug/deps/libsame_file-4e4796d0efd5db1b.rlib
      ./cargo-target/debug/deps/libanstyle_parse-de7ba1ab5f110919.rlib
      ./cargo-target/debug/deps/libanstyle-717f8d844e892cbf.rlib
      ./cargo-target/debug/deps/quote-58c9686b0e89a703.d
      ./cargo-target/debug/deps/libc-e4e309fd9792fa72.d
      ./cargo-target/debug/deps/libanstream-b6ac5dcc1d25c2fe.rmeta
      ./cargo-target/debug/deps/libanstyle-e78a0849de95a740.rmeta
      ./cargo-target/debug/deps/libclap-f92b0b450e69f601.rmeta
      ./cargo-target/debug/deps/proc_macro2-17071dc385286db1.d
      ./cargo-target/debug/deps/libunicode_width-61c784d25cab2c40.rmeta
      ./cargo-target/debug/deps/libunicode_ident-4867c6df2646e718.rmeta
      ./cargo-target/debug/deps/strsim-350539075733e214.d
      ./cargo-target/debug/deps/same_file-94c88d1787851e6a.d
      ./cargo-target/debug/deps/libcolorchoice-3d676ec3ba8687db.rmeta
      ./cargo-target/debug/deps/same_file-4e4796d0efd5db1b.d
      ./cargo-target/debug/deps/walkdir-a9fe914427991f4e.d
      ./cargo-target/debug/deps/libserde_json-72d1003fb119d2db.rlib
      ./cargo-target/debug/deps/liblinux_raw_sys-2e7d774a4e4d5ff6.rlib
      ./cargo-target/debug/deps/libsame_file-94c88d1787851e6a.rmeta
      ./cargo-target/debug/deps/libportable_atomic-c68246ef83343abb.rmeta
      ./cargo-target/debug/deps/itoa-7685dba7fc388658.d
      ./cargo-target/debug/deps/unicode_width-5dcb97b189617948.d
      ./cargo-target/debug/deps/libwalkdir-a9fe914427991f4e.rmeta
      ./cargo-target/debug/deps/filecount-540e5c648d65f765.d
      ./cargo-target/debug/deps/libis_terminal_polyfill-9c7573639267fe8d.rmeta
      ./cargo-target/debug/deps/libbitflags-ca8c5e0086f3c3cf.rmeta
      ./cargo-target/debug/deps/bitflags-ef9541d159acadf6.d
      ./cargo-target/debug/deps/filecount-baedafc9954bfcb8.d
      ./cargo-target/debug/deps/walkdir-5340530dcf8bedaf.d
      ./cargo-target/debug/deps/clap_builder-e961d11c75aa25e0.d
      ./cargo-target/debug/deps/libcolorchoice-4b170734103dc5f0.rmeta
      ./cargo-target/debug/deps/unit_prefix-d2850f1a5392769e.d
      ./cargo-target/debug/deps/libanstyle_parse-6771b1bf6e984b17.rmeta
      ./cargo-target/debug/deps/libanstyle_query-198fbfe849ab02d0.rmeta
      ./cargo-target/debug/deps/indicatif-e8e827ff1c149eee.d
      ./cargo-target/debug/deps/anstream-b6ac5dcc1d25c2fe.d
      ./cargo-target/debug/deps/rustix-83d6e17a6e84a398.d
      ./cargo-target/debug/deps/anstyle_query-198fbfe849ab02d0.d
      ./cargo-target/debug/deps/rustix-0e92ee9bdef408d9.d
      ./cargo-target/debug/deps/serde-1f84ea849cb28baa.d
      ./cargo-target/debug/deps/once_cell-6d84a9d35194e4b4.d
      ./cargo-target/debug/deps/libanstream-bf1aacbe7d54c374.rmeta
      ./cargo-target/debug/deps/libitoa-43444eaacc0727d6.rmeta
      ./cargo-target/debug/deps/clap_builder-3dc3f4f4110a1b3c.d
      ./cargo-target/debug/deps/libanstyle_parse-de7ba1ab5f110919.rmeta
      ./cargo-target/debug/deps/libcolorchoice-4b170734103dc5f0.rlib
      ./cargo-target/debug/deps/libitoa-43444eaacc0727d6.rlib
      ./cargo-target/debug/deps/libindicatif-e8e827ff1c149eee.rlib
      ./cargo-target/debug/deps/libquote-58c9686b0e89a703.rlib
      ./cargo-target/debug/deps/colorchoice-4b170734103dc5f0.d
      ./cargo-target/debug/deps/libterminal_size-88321ec22adc71e4.rmeta
      ./cargo-target/debug/deps/libunicode_width-5dcb97b189617948.rlib
      ./cargo-target/debug/deps/anstyle-717f8d844e892cbf.d
      ./cargo-target/debug/deps/libonce_cell-6d84a9d35194e4b4.rmeta
      ./cargo-target/debug/deps/libunicode_width-5dcb97b189617948.rmeta
      ./cargo-target/debug/deps/itoa-43444eaacc0727d6.d
      ./cargo-target/debug/deps/libserde_core-7369bbef0ddde4fa.rmeta
      ./cargo-target/debug/deps/bitflags-ca8c5e0086f3c3cf.d
      ./cargo-target/debug/deps/unit_prefix-661dc44c7e384825.d
      ./cargo-target/debug/deps/utf8parse-5c2360a30268ac05.d
      ./cargo-target/debug/deps/libmemchr-50f95ebf8aa3ed81.rmeta
      ./cargo-target/debug/deps/librustix-0e92ee9bdef408d9.rmeta
      ./cargo-target/debug/deps/libonce_cell-ca424a7c1403b4cb.rlib
      ./cargo-target/debug/deps/libclap-f92b0b450e69f601.rlib
      ./cargo-target/debug/deps/portable_atomic-c68246ef83343abb.d
      ./cargo-target/debug/deps/strsim-3f1ca007c91986d3.d
      ./cargo-target/debug/deps/libindicatif-40f5795ac8278760.rmeta
      ./cargo-target/debug/deps/libitoa-7685dba7fc388658.rmeta
      ./cargo-target/debug/deps/libonce_cell-ca424a7c1403b4cb.rmeta
      ./cargo-target/debug/deps/libclap_builder-e961d11c75aa25e0.rlib
      ./cargo-target/debug/deps/libportable_atomic-1d49fff76bae0776.rlib
      ./cargo-target/debug/deps/filecount-540e5c648d65f765
      ./cargo-target/debug/deps/indicatif-40f5795ac8278760.d
      ./cargo-target/debug/deps/libanstyle_query-a513904800864744.rmeta
      ./cargo-target/debug/deps/libanstyle_query-a513904800864744.rlib
      ./cargo-target/debug/deps/libanstream-b6ac5dcc1d25c2fe.rlib
      ./cargo-target/debug/deps/libconsole-130ca6e9cf03cd4e.rmeta
      ./cargo-target/debug/deps/liblibc-51af4c07ef0369c3.rlib
      ./cargo-target/debug/deps/filecount-3fabc278663dcb7a
      ./cargo-target/debug/deps/libstrsim-3f1ca007c91986d3.rmeta
      ./cargo-target/debug/deps/libheck-9e7d86b5b43a0416.rlib
      ./cargo-target/debug/deps/libmemchr-758d26ba49117321.rlib
      ./cargo-target/debug/deps/librustix-0e92ee9bdef408d9.rlib
      ./cargo-target/debug/deps/libclap_derive-4d19da3e6e3666b8.so
      ./cargo-target/debug/deps/libzmij-2f285f973c7aee55.rmeta
      ./cargo-target/debug/deps/libwalkdir-5340530dcf8bedaf.rmeta
      ./cargo-target/debug/deps/clap_lex-b0ffff2ebc0cd617.d
      ./cargo-target/debug/deps/anstyle_query-a513904800864744.d
      ./cargo-target/debug/deps/memchr-50f95ebf8aa3ed81.d
      ./cargo-target/debug/deps/syn-00944c1069f5fa82.d
      ./cargo-target/debug/deps/libserde-6c6a1007c8b0b81d.rmeta
      ./cargo-target/debug/deps/libunit_prefix-661dc44c7e384825.rlib
      ./cargo-target/debug/deps/liblibc-51af4c07ef0369c3.rmeta
      ./cargo-target/debug/deps/libunit_prefix-661dc44c7e384825.rmeta
      ./cargo-target/debug/deps/zmij-75872c2fcc3f1638.d
      ./cargo-target/debug/deps/libis_terminal_polyfill-cec1cb8ad672ff05.rmeta
      ./cargo-target/debug/deps/libstrsim-350539075733e214.rmeta
      ./cargo-target/debug/deps/console-0dc3733b9fceec3c.d
      ./cargo-target/debug/deps/terminal_size-d215978d50643888.d
      ./cargo-target/debug/deps/libserde_json-72d1003fb119d2db.rmeta
      ./cargo-target/debug/deps/libutf8parse-5c2360a30268ac05.rmeta
      ./cargo-target/debug/deps/liblinux_raw_sys-b45069db06ed8eb3.rmeta
      ./cargo-target/debug/deps/anstream-bf1aacbe7d54c374.d
      ./cargo-target/debug/deps/once_cell-ca424a7c1403b4cb.d
      ./cargo-target/debug/deps/anstyle_parse-6771b1bf6e984b17.d
      ./cargo-target/debug/deps/libserde_derive-6ef9bf0fa671d689.so
      ./cargo-target/debug/deps/clap-f92b0b450e69f601.d
      ./cargo-target/debug/deps/filecount-03faf0db0aabb720.d
      ./cargo-target/debug/deps/unicode_width-61c784d25cab2c40.d
      ./cargo-target/debug/deps/is_terminal_polyfill-cec1cb8ad672ff05.d
      ./cargo-target/debug/deps/libc-51af4c07ef0369c3.d
      ./cargo-target/debug/deps/libfilecount-03faf0db0aabb720.rmeta
      ./cargo-target/debug/deps/libbitflags-ca8c5e0086f3c3cf.rlib
      ./cargo-target/debug/deps/libproc_macro2-17071dc385286db1.rlib
      ./cargo-target/debug/deps/libconsole-0dc3733b9fceec3c.rmeta
      ./cargo-target/debug/deps/console-130ca6e9cf03cd4e.d
      ./cargo-target/debug/deps/libserde-6c6a1007c8b0b81d.rlib
      ./cargo-target/debug/deps/libzmij-2f285f973c7aee55.rlib
      ./cargo-target/debug/deps/clap-c7f13c470629d00c.d
      ./cargo-target/debug/deps/libquote-58c9686b0e89a703.rmeta
      ./cargo-target/debug/deps/serde-6c6a1007c8b0b81d.d
      ./cargo-target/debug/deps/libmemchr-758d26ba49117321.rmeta
      ./cargo-target/debug/deps/libclap-c7f13c470629d00c.rmeta
      ./cargo-target/debug/deps/libanstyle-717f8d844e892cbf.rmeta
      ./cargo-target/debug/deps/libserde_core-c315f8adcc0781da.rlib
      ./cargo-target/debug/deps/serde_core-c315f8adcc0781da.d
      ./cargo-target/debug/deps/liblinux_raw_sys-2e7d774a4e4d5ff6.rmeta
      ./cargo-target/debug/deps/filecount-3fabc278663dcb7a.d
      ./cargo-target/debug/deps/libserde_core-c315f8adcc0781da.rmeta
      ./cargo-target/debug/deps/libclap_builder-e961d11c75aa25e0.rmeta
      ./cargo-target/debug/deps/terminal_size-88321ec22adc71e4.d
      ./cargo-target/debug/deps/libterminal_size-d215978d50643888.rmeta
      ./cargo-target/debug/deps/libis_terminal_polyfill-cec1cb8ad672ff05.rlib
      ./cargo-target/debug/deps/libsyn-00944c1069f5fa82.rmeta
      ./cargo-target/debug/deps/libclap_lex-b0ffff2ebc0cd617.rmeta
      ./cargo-target/debug/deps/libconsole-130ca6e9cf03cd4e.rlib
      ./cargo-target/debug/deps/libzmij-75872c2fcc3f1638.rmeta
      ./cargo-target/debug/deps/serde_derive-6ef9bf0fa671d689.d
      ./cargo-target/debug/deps/libclap_lex-a37efa45f4c66e07.rlib
      ./cargo-target/debug/deps/libserde_json-a3ee79e5afaaf4fe.rmeta
      ./cargo-target/debug/deps/libterminal_size-d215978d50643888.rlib
      ./cargo-target/debug/deps/libclap_lex-a37efa45f4c66e07.rmeta
      ./cargo-target/debug/deps/librustix-83d6e17a6e84a398.rmeta
      ./cargo-target/debug/deps/portable_atomic-1d49fff76bae0776.d
      ./cargo-target/debug/deps/serde_json-a3ee79e5afaaf4fe.d
      ./cargo-target/debug/deps/libunicode_ident-4867c6df2646e718.rlib
      ./cargo-target/debug/deps/colorchoice-3d676ec3ba8687db.d
      ./cargo-target/debug/deps/clap_derive-4d19da3e6e3666b8.d
      ./cargo-target/debug/deps/zmij-2f285f973c7aee55.d
      ./cargo-target/debug/deps/libbitflags-ef9541d159acadf6.rmeta
      ./cargo-target/debug/deps/libunit_prefix-d2850f1a5392769e.rmeta
      ./cargo-target/debug/deps/libportable_atomic-1d49fff76bae0776.rmeta
      ./cargo-target/debug/deps/libheck-9e7d86b5b43a0416.rmeta
      ./cargo-target/debug/deps/unicode_ident-4867c6df2646e718.d
      ./cargo-target/debug/deps/libutf8parse-cb3c3b5db9af1162.rlib
      ./cargo-target/debug/deps/linux_raw_sys-2e7d774a4e4d5ff6.d
      ./cargo-target/debug/deps/libstrsim-3f1ca007c91986d3.rlib
      ./cargo-target/debug/deps/anstyle-e78a0849de95a740.d
      ./cargo-target/debug/deps/utf8parse-cb3c3b5db9af1162.d
      ./cargo-target/debug/deps/libclap_builder-3dc3f4f4110a1b3c.rmeta
      ./cargo-target/debug/deps/liblibc-e4e309fd9792fa72.rmeta
      ./cargo-target/debug/deps/serde_core-7369bbef0ddde4fa.d
      ./cargo-target/debug/deps/libserde-1f84ea849cb28baa.rmeta
      ./cargo-target/debug/deps/linux_raw_sys-b45069db06ed8eb3.d
      ./cargo-target/debug/deps/anstyle_parse-de7ba1ab5f110919.d
      ./cargo-target/debug/deps/serde_json-72d1003fb119d2db.d
      ./cargo-target/debug/deps/memchr-758d26ba49117321.d
      ./cargo-target/debug/deps/libsyn-00944c1069f5fa82.rlib
      ./cargo-target/debug/deps/heck-9e7d86b5b43a0416.d
      ./cargo-target/debug/deps/clap_lex-a37efa45f4c66e07.d
      ./cargo-target/debug/deps/libutf8parse-cb3c3b5db9af1162.rmeta
      ./cargo-target/debug/deps/libproc_macro2-17071dc385286db1.rmeta
      ./cargo-target/debug/deps/libindicatif-e8e827ff1c149eee.rmeta
      ./cargo-target/debug/deps/libfilecount-baedafc9954bfcb8.rmeta
      ./cargo-target/debug/deps/libwalkdir-5340530dcf8bedaf.rlib
      ./cargo-target/debug/deps/libsame_file-4e4796d0efd5db1b.rmeta
      ./cargo-target/debug/.cargo-lock
      ./cargo-target/debug/filecount
      ./cargo-target/debug/examples/
      ./cargo-target/CACHEDIR.TAG
      ./cargo-target/.rustc_info.json
      ./cargo-target/release/
      ./cargo-target/release/.cargo-artifact-lock
      ./cargo-target/release/.fingerprint/
      ./cargo-target/release/.fingerprint/quote-6ab7b92ec066407a/
      ./cargo-target/release/.fingerprint/quote-6ab7b92ec066407a/run-build-script-build-script-build
      ./cargo-target/release/.fingerprint/quote-6ab7b92ec066407a/run-build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/
      ./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/dep-build-script-build-script-build
      ./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/invoked.timestamp
      ./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/build-script-build-script-build
      ./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/
      ./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/dep-lib-terminal_size
      ./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/invoked.timestamp
      ./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/lib-terminal_size.json
      ./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/lib-terminal_size
      ./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/
      ./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/dep-build-script-build-script-build
      ./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/invoked.timestamp
      ./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/build-script-build-script-build
      ./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/
      ./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/lib-clap_derive.json
      ./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/lib-clap_derive
      ./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/invoked.timestamp
      ./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/dep-lib-clap_derive
      ./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/
      ./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/lib-proc_macro2.json
      ./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/lib-proc_macro2
      ./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/invoked.timestamp
      ./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/dep-lib-proc_macro2
      ./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/
      ./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/lib-clap_builder.json
      ./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/dep-lib-clap_builder
      ./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/invoked.timestamp
      ./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/lib-clap_builder
      ./cargo-target/release/.fingerprint/zmij-b55fa271062ab0ce/
      ./cargo-target/release/.fingerprint/zmij-b55fa271062ab0ce/run-build-script-build-script-build
      ./cargo-target/release/.fingerprint/zmij-b55fa271062ab0ce/run-build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/
      ./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/lib-once_cell
      ./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/dep-lib-once_cell
      ./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/invoked.timestamp
      ./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/lib-once_cell.json
      ./cargo-target/release/.fingerprint/serde-3629bc852049c1da/
      ./cargo-target/release/.fingerprint/serde-3629bc852049c1da/dep-lib-serde
      ./cargo-target/release/.fingerprint/serde-3629bc852049c1da/invoked.timestamp
      ./cargo-target/release/.fingerprint/serde-3629bc852049c1da/lib-serde
      ./cargo-target/release/.fingerprint/serde-3629bc852049c1da/lib-serde.json
      ./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/
      ./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/lib-serde_core.json
      ./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/lib-serde_core
      ./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/invoked.timestamp
      ./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/dep-lib-serde_core
      ./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/
      ./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/dep-lib-syn
      ./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/lib-syn.json
      ./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/lib-syn
      ./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/invoked.timestamp
      ./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/
      ./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/dep-build-script-build-script-build
      ./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/invoked.timestamp
      ./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/build-script-build-script-build
      ./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/
      ./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/lib-unicode_width.json
      ./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/lib-unicode_width
      ./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/invoked.timestamp
      ./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/dep-lib-unicode_width
      ./cargo-target/release/.fingerprint/serde_json-ce199174567cb54e/
      ./cargo-target/release/.fingerprint/serde_json-ce199174567cb54e/run-build-script-build-script-build
      ./cargo-target/release/.fingerprint/serde_json-ce199174567cb54e/run-build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/
      ./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/dep-lib-utf8parse
      ./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/lib-utf8parse.json
      ./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/invoked.timestamp
      ./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/lib-utf8parse
      ./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/
      ./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/lib-quote
      ./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/invoked.timestamp
      ./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/dep-lib-quote
      ./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/lib-quote.json
      ./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/
      ./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/lib-clap
      ./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/lib-clap.json
      ./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/invoked.timestamp
      ./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/dep-lib-clap
      ./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/
      ./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/lib-anstyle_query.json
      ./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/invoked.timestamp
      ./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/dep-lib-anstyle_query
      ./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/lib-anstyle_query
      ./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/
      ./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/dep-build-script-build-script-build
      ./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/invoked.timestamp
      ./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/build-script-build-script-build
      ./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/
      ./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/lib-clap_lex.json
      ./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/lib-clap_lex
      ./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/invoked.timestamp
      ./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/dep-lib-clap_lex
      ./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/
      ./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/dep-lib-colorchoice
      ./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/lib-colorchoice.json
      ./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/invoked.timestamp
      ./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/lib-colorchoice
      ./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/
      ./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/lib-anstyle
      ./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/invoked.timestamp
      ./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/dep-lib-anstyle
      ./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/lib-anstyle.json
      ./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/
      ./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/lib-anstyle_parse.json
      ./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/invoked.timestamp
      ./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/lib-anstyle_parse
      ./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/dep-lib-anstyle_parse
      ./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/
      ./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/lib-heck.json
      ./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/dep-lib-heck
      ./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/lib-heck
      ./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/invoked.timestamp
      ./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/
      ./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/dep-lib-serde_json
      ./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/lib-serde_json
      ./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/invoked.timestamp
      ./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/lib-serde_json.json
      ./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/
      ./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/lib-same_file.json
      ./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/lib-same_file
      ./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/dep-lib-same_file
      ./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/invoked.timestamp
      ./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/
      ./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/dep-lib-bitflags
      ./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/invoked.timestamp
      ./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/lib-bitflags
      ./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/lib-bitflags.json
      ./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/
      ./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/lib-linux_raw_sys
      ./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/invoked.timestamp
      ./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/lib-linux_raw_sys.json
      ./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/dep-lib-linux_raw_sys
      ./cargo-target/release/.fingerprint/serde_core-453ccb314de1ceca/
      ./cargo-target/release/.fingerprint/serde_core-453ccb314de1ceca/run-build-script-build-script-build
      ./cargo-target/release/.fingerprint/serde_core-453ccb314de1ceca/run-build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/
      ./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/lib-unit_prefix
      ./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/dep-lib-unit_prefix
      ./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/invoked.timestamp
      ./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/lib-unit_prefix.json
      ./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/
      ./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/dep-lib-memchr
      ./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/lib-memchr
      ./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/lib-memchr.json
      ./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/invoked.timestamp
      ./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/
      ./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/lib-anstream.json
      ./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/dep-lib-anstream
      ./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/lib-anstream
      ./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/invoked.timestamp
      ./cargo-target/release/.fingerprint/libc-389560db9e61ef57/
      ./cargo-target/release/.fingerprint/libc-389560db9e61ef57/dep-build-script-build-script-build
      ./cargo-target/release/.fingerprint/libc-389560db9e61ef57/invoked.timestamp
      ./cargo-target/release/.fingerprint/libc-389560db9e61ef57/build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/libc-389560db9e61ef57/build-script-build-script-build
      ./cargo-target/release/.fingerprint/console-d431110703700aca/
      ./cargo-target/release/.fingerprint/console-d431110703700aca/dep-lib-console
      ./cargo-target/release/.fingerprint/console-d431110703700aca/lib-console.json
      ./cargo-target/release/.fingerprint/console-d431110703700aca/invoked.timestamp
      ./cargo-target/release/.fingerprint/console-d431110703700aca/lib-console
      ./cargo-target/release/.fingerprint/portable-atomic-0d9da4dfacec7eff/
      ./cargo-target/release/.fingerprint/portable-atomic-0d9da4dfacec7eff/run-build-script-build-script-build
      ./cargo-target/release/.fingerprint/portable-atomic-0d9da4dfacec7eff/run-build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/
      ./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/lib-zmij
      ./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/invoked.timestamp
      ./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/lib-zmij.json
      ./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/dep-lib-zmij
      ./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/
      ./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/dep-build-script-build-script-build
      ./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/invoked.timestamp
      ./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/build-script-build-script-build
      ./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/
      ./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/dep-lib-strsim
      ./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/invoked.timestamp
      ./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/lib-strsim
      ./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/lib-strsim.json
      ./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/
      ./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/dep-build-script-build-script-build
      ./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/invoked.timestamp
      ./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/build-script-build-script-build
      ./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/
      ./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/dep-build-script-build-script-build
      ./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/invoked.timestamp
      ./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/build-script-build-script-build
      ./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/
      ./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/invoked.timestamp
      ./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/lib-walkdir.json
      ./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/lib-walkdir
      ./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/dep-lib-walkdir
      ./cargo-target/release/.fingerprint/proc-macro2-31b138c731e29f26/
      ./cargo-target/release/.fingerprint/proc-macro2-31b138c731e29f26/run-build-script-build-script-build
      ./cargo-target/release/.fingerprint/proc-macro2-31b138c731e29f26/run-build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/libc-391a88266db9a2d2/
      ./cargo-target/release/.fingerprint/libc-391a88266db9a2d2/run-build-script-build-script-build
      ./cargo-target/release/.fingerprint/libc-391a88266db9a2d2/run-build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/
      ./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/dep-build-script-build-script-build
      ./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/invoked.timestamp
      ./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/build-script-build-script-build
      ./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/
      ./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/invoked.timestamp
      ./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/lib-indicatif.json
      ./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/lib-indicatif
      ./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/dep-lib-indicatif
      ./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/
      ./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/dep-lib-unicode_ident
      ./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/lib-unicode_ident
      ./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/invoked.timestamp
      ./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/lib-unicode_ident.json
      ./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/
      ./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/lib-serde_derive
      ./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/dep-lib-serde_derive
      ./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/lib-serde_derive.json
      ./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/invoked.timestamp
      ./cargo-target/release/.fingerprint/rustix-539e715fb9177003/
      ./cargo-target/release/.fingerprint/rustix-539e715fb9177003/run-build-script-build-script-build
      ./cargo-target/release/.fingerprint/rustix-539e715fb9177003/run-build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/
      ./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/dep-lib-portable_atomic
      ./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/invoked.timestamp
      ./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/lib-portable_atomic.json
      ./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/lib-portable_atomic
      ./cargo-target/release/.fingerprint/serde-86fab83030af3d1d/
      ./cargo-target/release/.fingerprint/serde-86fab83030af3d1d/run-build-script-build-script-build
      ./cargo-target/release/.fingerprint/serde-86fab83030af3d1d/run-build-script-build-script-build.json
      ./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/
      ./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/lib-itoa
      ./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/dep-lib-itoa
      ./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/invoked.timestamp
      ./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/lib-itoa.json
      ./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/
      ./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/dep-lib-is_terminal_polyfill
      ./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/invoked.timestamp
      ./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/lib-is_terminal_polyfill.json
      ./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/lib-is_terminal_polyfill
      ./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/
      ./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/lib-libc
      ./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/invoked.timestamp
      ./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/lib-libc.json
      ./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/dep-lib-libc
      ./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/
      ./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/dep-lib-rustix
      ./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/invoked.timestamp
      ./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/lib-rustix.json
      ./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/lib-rustix
      ./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/
      ./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/dep-bin-filecount
      ./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/bin-filecount
      ./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/invoked.timestamp
      ./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/bin-filecount.json
      ./cargo-target/release/build/
      ./cargo-target/release/build/quote-6ab7b92ec066407a/
      ./cargo-target/release/build/quote-6ab7b92ec066407a/root-output
      ./cargo-target/release/build/quote-6ab7b92ec066407a/stderr
      ./cargo-target/release/build/quote-6ab7b92ec066407a/invoked.timestamp
      ./cargo-target/release/build/quote-6ab7b92ec066407a/out/
      ./cargo-target/release/build/quote-6ab7b92ec066407a/output
      ./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/
      ./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/build-script-build
      ./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/build_script_build-3a9b45dfdb1c3cfb
      ./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/build_script_build-3a9b45dfdb1c3cfb.d
      ./cargo-target/release/build/serde_json-5b8acb2e93af171c/
      ./cargo-target/release/build/serde_json-5b8acb2e93af171c/build_script_build-5b8acb2e93af171c
      ./cargo-target/release/build/serde_json-5b8acb2e93af171c/build-script-build
      ./cargo-target/release/build/serde_json-5b8acb2e93af171c/build_script_build-5b8acb2e93af171c.d
      ./cargo-target/release/build/zmij-b55fa271062ab0ce/
      ./cargo-target/release/build/zmij-b55fa271062ab0ce/root-output
      ./cargo-target/release/build/zmij-b55fa271062ab0ce/stderr
      ./cargo-target/release/build/zmij-b55fa271062ab0ce/invoked.timestamp
      ./cargo-target/release/build/zmij-b55fa271062ab0ce/out/
      ./cargo-target/release/build/zmij-b55fa271062ab0ce/output
      ./cargo-target/release/build/rustix-5de9323b30dd8142/
      ./cargo-target/release/build/rustix-5de9323b30dd8142/build_script_build-5de9323b30dd8142
      ./cargo-target/release/build/rustix-5de9323b30dd8142/build_script_build-5de9323b30dd8142.d
      ./cargo-target/release/build/rustix-5de9323b30dd8142/build-script-build
      ./cargo-target/release/build/serde_json-ce199174567cb54e/
      ./cargo-target/release/build/serde_json-ce199174567cb54e/root-output
      ./cargo-target/release/build/serde_json-ce199174567cb54e/stderr
      ./cargo-target/release/build/serde_json-ce199174567cb54e/invoked.timestamp
      ./cargo-target/release/build/serde_json-ce199174567cb54e/out/
      ./cargo-target/release/build/serde_json-ce199174567cb54e/output
      ./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/
      ./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/build_script_build-78009b6b2755a3d8.d
      ./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/build-script-build
      ./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/build_script_build-78009b6b2755a3d8
      ./cargo-target/release/build/serde_core-453ccb314de1ceca/
      ./cargo-target/release/build/serde_core-453ccb314de1ceca/root-output
      ./cargo-target/release/build/serde_core-453ccb314de1ceca/stderr
      ./cargo-target/release/build/serde_core-453ccb314de1ceca/invoked.timestamp
      ./cargo-target/release/build/serde_core-453ccb314de1ceca/out/
      ./cargo-target/release/build/serde_core-453ccb314de1ceca/out/private.rs
      ./cargo-target/release/build/serde_core-453ccb314de1ceca/output
      ./cargo-target/release/build/libc-389560db9e61ef57/
      ./cargo-target/release/build/libc-389560db9e61ef57/build_script_build-389560db9e61ef57.d
      ./cargo-target/release/build/libc-389560db9e61ef57/build-script-build
      ./cargo-target/release/build/libc-389560db9e61ef57/build_script_build-389560db9e61ef57
      ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/
      ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/root-output
      ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/stderr
      ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/invoked.timestamp
      ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/out/
      ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/output
      ./cargo-target/release/build/quote-aff4c397d0dabeaa/
      ./cargo-target/release/build/quote-aff4c397d0dabeaa/build_script_build-aff4c397d0dabeaa.d
      ./cargo-target/release/build/quote-aff4c397d0dabeaa/build-script-build
      ./cargo-target/release/build/quote-aff4c397d0dabeaa/build_script_build-aff4c397d0dabeaa
      ./cargo-target/release/build/serde-b3a6a5f6be6dd29d/
      ./cargo-target/release/build/serde-b3a6a5f6be6dd29d/build-script-build
      ./cargo-target/release/build/serde-b3a6a5f6be6dd29d/build_script_build-b3a6a5f6be6dd29d
      ./cargo-target/release/build/serde-b3a6a5f6be6dd29d/build_script_build-b3a6a5f6be6dd29d.d
      ./cargo-target/release/build/portable-atomic-e222423cff2cd533/
      ./cargo-target/release/build/portable-atomic-e222423cff2cd533/build-script-build
      ./cargo-target/release/build/portable-atomic-e222423cff2cd533/build_script_build-e222423cff2cd533
      ./cargo-target/release/build/portable-atomic-e222423cff2cd533/build_script_build-e222423cff2cd533.d
      ./cargo-target/release/build/proc-macro2-31b138c731e29f26/
      ./cargo-target/release/build/proc-macro2-31b138c731e29f26/root-output
      ./cargo-target/release/build/proc-macro2-31b138c731e29f26/stderr
      ./cargo-target/release/build/proc-macro2-31b138c731e29f26/invoked.timestamp
      ./cargo-target/release/build/proc-macro2-31b138c731e29f26/out/
      ./cargo-target/release/build/proc-macro2-31b138c731e29f26/output
      ./cargo-target/release/build/libc-391a88266db9a2d2/
      ./cargo-target/release/build/libc-391a88266db9a2d2/root-output
      ./cargo-target/release/build/libc-391a88266db9a2d2/stderr
      ./cargo-target/release/build/libc-391a88266db9a2d2/invoked.timestamp
      ./cargo-target/release/build/libc-391a88266db9a2d2/out/
      ./cargo-target/release/build/libc-391a88266db9a2d2/output
      ./cargo-target/release/build/serde_core-239394e4c069d446/
      ./cargo-target/release/build/serde_core-239394e4c069d446/build_script_build-239394e4c069d446.d
      ./cargo-target/release/build/serde_core-239394e4c069d446/build_script_build-239394e4c069d446
      ./cargo-target/release/build/serde_core-239394e4c069d446/build-script-build
      ./cargo-target/release/build/rustix-539e715fb9177003/
      ./cargo-target/release/build/rustix-539e715fb9177003/root-output
      ./cargo-target/release/build/rustix-539e715fb9177003/stderr
      ./cargo-target/release/build/rustix-539e715fb9177003/invoked.timestamp
      ./cargo-target/release/build/rustix-539e715fb9177003/out/
      ./cargo-target/release/build/rustix-539e715fb9177003/out/rustix_test_can_compile
      ./cargo-target/release/build/rustix-539e715fb9177003/output
      ./cargo-target/release/build/serde-86fab83030af3d1d/
      ./cargo-target/release/build/serde-86fab83030af3d1d/root-output
      ./cargo-target/release/build/serde-86fab83030af3d1d/stderr
      ./cargo-target/release/build/serde-86fab83030af3d1d/invoked.timestamp
      ./cargo-target/release/build/serde-86fab83030af3d1d/out/
      ./cargo-target/release/build/serde-86fab83030af3d1d/out/private.rs
      ./cargo-target/release/build/serde-86fab83030af3d1d/output
      ./cargo-target/release/filecount.d
      ./cargo-target/release/incremental/
      ./cargo-target/release/.cargo-build-lock
      ./cargo-target/release/deps/
      ./cargo-target/release/deps/libunicode_width-ea74a36a53b64452.rmeta
      ./cargo-target/release/deps/proc_macro2-b9963ff11ae7668b.d
      ./cargo-target/release/deps/libserde-3629bc852049c1da.rmeta
      ./cargo-target/release/deps/libstrsim-d9554b4734921b7c.rmeta
      ./cargo-target/release/deps/libanstream-4ef7222b69d1da74.rmeta
      ./cargo-target/release/deps/anstyle-b25e69b984bcaa4a.d
      ./cargo-target/release/deps/liblibc-d08669cc7cb3b24b.rmeta
      ./cargo-target/release/deps/bitflags-84a8a53f920e85fb.d
      ./cargo-target/release/deps/liblibc-d08669cc7cb3b24b.rlib
      ./cargo-target/release/deps/terminal_size-a7f45f19706590f2.d
      ./cargo-target/release/deps/libonce_cell-26d30c93d8c7a2ae.rlib
      ./cargo-target/release/deps/libheck-313a2ad31909d0ad.rlib
      ./cargo-target/release/deps/clap_derive-8a179cbf9e32af15.d
      ./cargo-target/release/deps/libunicode_ident-dbdd73b4c82907f6.rmeta
      ./cargo-target/release/deps/libportable_atomic-df4d6b6423a57b4c.rlib
      ./cargo-target/release/deps/itoa-5a7ece7454b24b24.d
      ./cargo-target/release/deps/libwalkdir-7905677f597ec379.rmeta
      ./cargo-target/release/deps/libutf8parse-e5c779f350c6b992.rmeta
      ./cargo-target/release/deps/libconsole-d431110703700aca.rlib
      ./cargo-target/release/deps/libmemchr-0f3fa92d3d0fbb17.rlib
      ./cargo-target/release/deps/libc-d08669cc7cb3b24b.d
      ./cargo-target/release/deps/console-d431110703700aca.d
      ./cargo-target/release/deps/is_terminal_polyfill-d28475b24725bf33.d
      ./cargo-target/release/deps/libcolorchoice-9cc885dc20138687.rlib
      ./cargo-target/release/deps/libutf8parse-e5c779f350c6b992.rlib
      ./cargo-target/release/deps/libserde_json-2f74d718813f54f5.rmeta
      ./cargo-target/release/deps/rustix-67750beee1ec3fd7.d
      ./cargo-target/release/deps/quote-ddea29ab556978ac.d
      ./cargo-target/release/deps/clap_builder-6a73b8b54ebec844.d
      ./cargo-target/release/deps/libclap_lex-20384d8ec24dace5.rmeta
      ./cargo-target/release/deps/memchr-0f3fa92d3d0fbb17.d
      ./cargo-target/release/deps/clap_lex-20384d8ec24dace5.d
      ./cargo-target/release/deps/libitoa-5a7ece7454b24b24.rlib
      ./cargo-target/release/deps/libsyn-b5617815f0a02c50.rmeta
      ./cargo-target/release/deps/libserde-3629bc852049c1da.rlib
      ./cargo-target/release/deps/libanstyle-b25e69b984bcaa4a.rmeta
      ./cargo-target/release/deps/colorchoice-9cc885dc20138687.d
      ./cargo-target/release/deps/serde_core-394e72e429afbbef.d
      ./cargo-target/release/deps/libanstyle_query-c3902ac7e5a9ff9c.rmeta
      ./cargo-target/release/deps/libitoa-5a7ece7454b24b24.rmeta
      ./cargo-target/release/deps/libzmij-4ee6bdb28bb72843.rlib
      ./cargo-target/release/deps/libserde_json-2f74d718813f54f5.rlib
      ./cargo-target/release/deps/serde_derive-a4d68b660f21d9a1.d
      ./cargo-target/release/deps/libquote-ddea29ab556978ac.rlib
      ./cargo-target/release/deps/anstyle_parse-85e9f4b5cb1cf89e.d
      ./cargo-target/release/deps/filecount-ac2daad50651c2d5.d
      ./cargo-target/release/deps/libproc_macro2-b9963ff11ae7668b.rmeta
      ./cargo-target/release/deps/libquote-ddea29ab556978ac.rmeta
      ./cargo-target/release/deps/libclap_lex-20384d8ec24dace5.rlib
      ./cargo-target/release/deps/same_file-3ba7bddfadca5e94.d
      ./cargo-target/release/deps/liblinux_raw_sys-0d2d901aa4573cc3.rmeta
      ./cargo-target/release/deps/libsyn-b5617815f0a02c50.rlib
      ./cargo-target/release/deps/libserde_core-394e72e429afbbef.rlib
      ./cargo-target/release/deps/libunit_prefix-90ac74a1db971ce4.rmeta
      ./cargo-target/release/deps/heck-313a2ad31909d0ad.d
      ./cargo-target/release/deps/unit_prefix-90ac74a1db971ce4.d
      ./cargo-target/release/deps/serde-3629bc852049c1da.d
      ./cargo-target/release/deps/libanstream-4ef7222b69d1da74.rlib
      ./cargo-target/release/deps/libunicode_ident-dbdd73b4c82907f6.rlib
      ./cargo-target/release/deps/strsim-d9554b4734921b7c.d
      ./cargo-target/release/deps/libportable_atomic-df4d6b6423a57b4c.rmeta
      ./cargo-target/release/deps/libproc_macro2-b9963ff11ae7668b.rlib
      ./cargo-target/release/deps/librustix-67750beee1ec3fd7.rmeta
      ./cargo-target/release/deps/libcolorchoice-9cc885dc20138687.rmeta
      ./cargo-target/release/deps/libindicatif-42c43ffa084f5166.rlib
      ./cargo-target/release/deps/portable_atomic-df4d6b6423a57b4c.d
      ./cargo-target/release/deps/libconsole-d431110703700aca.rmeta
      ./cargo-target/release/deps/libserde_core-394e72e429afbbef.rmeta
      ./cargo-target/release/deps/libanstyle_parse-85e9f4b5cb1cf89e.rmeta
      ./cargo-target/release/deps/zmij-4ee6bdb28bb72843.d
      ./cargo-target/release/deps/serde_json-2f74d718813f54f5.d
      ./cargo-target/release/deps/libbitflags-84a8a53f920e85fb.rmeta
      ./cargo-target/release/deps/indicatif-42c43ffa084f5166.d
      ./cargo-target/release/deps/walkdir-7905677f597ec379.d
      ./cargo-target/release/deps/libindicatif-42c43ffa084f5166.rmeta
      ./cargo-target/release/deps/libterminal_size-a7f45f19706590f2.rmeta
      ./cargo-target/release/deps/libsame_file-3ba7bddfadca5e94.rlib
      ./cargo-target/release/deps/libclap_builder-6a73b8b54ebec844.rlib
      ./cargo-target/release/deps/libstrsim-d9554b4734921b7c.rlib
      ./cargo-target/release/deps/utf8parse-e5c779f350c6b992.d
      ./cargo-target/release/deps/once_cell-26d30c93d8c7a2ae.d
      ./cargo-target/release/deps/libclap_builder-6a73b8b54ebec844.rmeta
      ./cargo-target/release/deps/libis_terminal_polyfill-d28475b24725bf33.rmeta
      ./cargo-target/release/deps/libzmij-4ee6bdb28bb72843.rmeta
      ./cargo-target/release/deps/anstyle_query-c3902ac7e5a9ff9c.d
      ./cargo-target/release/deps/libheck-313a2ad31909d0ad.rmeta
      ./cargo-target/release/deps/libclap-cd4b757ce892d4bb.rlib
      ./cargo-target/release/deps/librustix-67750beee1ec3fd7.rlib
      ./cargo-target/release/deps/libanstyle_query-c3902ac7e5a9ff9c.rlib
      ./cargo-target/release/deps/libwalkdir-7905677f597ec379.rlib
      ./cargo-target/release/deps/linux_raw_sys-0d2d901aa4573cc3.d
      ./cargo-target/release/deps/libbitflags-84a8a53f920e85fb.rlib
      ./cargo-target/release/deps/syn-b5617815f0a02c50.d
      ./cargo-target/release/deps/libmemchr-0f3fa92d3d0fbb17.rmeta
      ./cargo-target/release/deps/libsame_file-3ba7bddfadca5e94.rmeta
      ./cargo-target/release/deps/libanstyle_parse-85e9f4b5cb1cf89e.rlib
      ./cargo-target/release/deps/libclap_derive-8a179cbf9e32af15.so
      ./cargo-target/release/deps/unicode_width-ea74a36a53b64452.d
      ./cargo-target/release/deps/libserde_derive-a4d68b660f21d9a1.so
      ./cargo-target/release/deps/libterminal_size-a7f45f19706590f2.rlib
      ./cargo-target/release/deps/anstream-4ef7222b69d1da74.d
      ./cargo-target/release/deps/libonce_cell-26d30c93d8c7a2ae.rmeta
      ./cargo-target/release/deps/liblinux_raw_sys-0d2d901aa4573cc3.rlib
      ./cargo-target/release/deps/libunit_prefix-90ac74a1db971ce4.rlib
      ./cargo-target/release/deps/unicode_ident-dbdd73b4c82907f6.d
      ./cargo-target/release/deps/filecount-ac2daad50651c2d5
      ./cargo-target/release/deps/libclap-cd4b757ce892d4bb.rmeta
      ./cargo-target/release/deps/libanstyle-b25e69b984bcaa4a.rlib
      ./cargo-target/release/deps/clap-cd4b757ce892d4bb.d
      ./cargo-target/release/deps/libis_terminal_polyfill-d28475b24725bf33.rlib
      ./cargo-target/release/deps/libunicode_width-ea74a36a53b64452.rlib
      ./cargo-target/release/.cargo-lock
      ./cargo-target/release/filecount
      ./cargo-target/release/examples/
      
    • Stderr
  92. 33861 ms: Action succeeded: tar_create
    - action: tar_create
      archive: /dev/vde
      directory: /ci/cache
    
  93. 33861 ms: Trace: Execute action
    TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
  94. 33861 ms: Trace: Start program tar
    Command {
        program: "tar",
        args: [
            "tar",
            "-cvf",
            "/dev/vdd",
            "-C",
            "/ci/artifacts",
            ".",
        ],
        env: CommandEnv {
            clear: false,
            vars: {
                "CARGO_HOME": Some(
                    "/ci/deps",
                ),
                "CARGO_TARGET_DIR": Some(
                    "/ci/cache/cargo-target",
                ),
                "HOME": Some(
                    "/root",
                ),
                "PATH": Some(
                    "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
                ),
            },
        },
        cwd: Some(
            ".",
        ),
        create_pidfd: false,
    }
  95. 33868 ms: Program succeeded: tar
    • Exit code: 0
    • Stdout
      ./
      ./rsync/
      ./filecount_0.1.0.ci20260903T144847-1.dsc
      ./filecount-dbgsym_0.1.0.ci20260903T144847-1_amd64.deb
      ./filecount_0.1.0.ci20260903T144847-1_amd64.changes
      ./filecount_0.1.0.ci20260903T144847.orig.tar.xz
      ./filecount_0.1.0.ci20260903T144847-1_amd64.deb
      ./filecount_0.1.0.ci20260903T144847-1_amd64.buildinfo
      ./debian/
      ./filecount_0.1.0.ci20260903T144847-1.debian.tar.xz
      
    • Stderr
  96. 33868 ms: Action succeeded: tar_create
    - action: tar_create
      archive: /dev/vdd
      directory: /ci/artifacts
    
  97. 33869 ms: Plan succededThere was much rejoicing!
  98. 33869 ms: Executor ends successfullyPhew, nothing seems to have gone wrong.
Console log
BdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
  Booting `Debian GNU/Linux'

Loading Linux 6.12.86+deb13-amd64 ...
Loading initial ramdisk ...
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
Loading, please wait...
Starting systemd-udevd version 257.13-1~deb13u1
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Will now check root file system ... fsck from util-linux 2.41
fsck: error 2 (No such file or directory) while executing fsck.ext4 for /dev/vda2
fsck exited with status code 8
done.
Warning: File system check failed but did not detect errors
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.

Welcome to Debian GNU/Linux 13 (trixie)!

[  OK  ] Created slice system-getty.slice - Slice /system/getty.
[  OK  ] Created slice system-modprobe.slice - Slice /system/modprobe.
[  OK  ] Created slice system-serial\x2dget…slice - Slice /system/serial-getty.
[  OK  ] Created slice user.slice - User and Session Slice.
[  OK  ] Started systemd-ask-password-conso…equests to Console Directory Watch.
[  OK  ] Started systemd-ask-password-wall.…d Requests to Wall Directory Watch.
[  OK  ] Set up automount proc-sys-fs-binfm…ormats File System Automount Point.
         Expecting device dev-ttyS0.device - /dev/ttyS0...
[  OK  ] Reached target paths.target - Path Units.
[  OK  ] Reached target remote-fs.target - Remote File Systems.
[  OK  ] Reached target slices.target - Slice Units.
[  OK  ] Reached target swap.target - Swaps.
[  OK  ] Listening on systemd-creds.socket - Credential Encryption/Decryption.
[  OK  ] Listening on systemd-initctl.socke…- initctl Compatibility Named Pipe.
[  OK  ] Listening on systemd-journald-dev-…socket - Journal Socket (/dev/log).
[  OK  ] Listening on systemd-journald.socket - Journal Sockets.
[  OK  ] Listening on systemd-networkd.socket - Network Service Netlink Socket.
[  OK  ] Listening on systemd-udevd-control.socket - udev Control Socket.
[  OK  ] Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
         Mounting dev-hugepages.mount - Huge Pages File System...
         Mounting dev-mqueue.mount - POSIX Message Queue File System...
         Mounting run-lock.mount - Legacy Locks Directory /run/lock...
         Mounting sys-kernel-debug.mount - Kernel Debug File System...
         Mounting sys-kernel-tracing.mount - Kernel Trace File System...
         Mounting tmp.mount - Temporary Directory /tmp...
         Starting kmod-static-nodes.service…eate List of Static Device Nodes...
         Starting modprobe@configfs.service - Load Kernel Module configfs...
         Starting modprobe@drm.service - Load Kernel Module drm...
         Starting modprobe@efi_pstore.servi… - Load Kernel Module efi_pstore...
         Starting modprobe@fuse.service - Load Kernel Module fuse...
         Starting systemd-journald.service - Journal Service...
         Starting systemd-modules-load.service - Load Kernel Modules...
         Starting systemd-network-generator…k Units from Kernel Command Line...
         Starting systemd-remount-fs.servic…unt Root and Kernel File Systems...
         Starting systemd-udev-load-credent…Load udev Rules from Credentials...
         Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[  OK  ] Mounted dev-hugepages.mount - Huge Pages File System.
[  OK  ] Mounted dev-mqueue.mount - POSIX Message Queue File System.
[  OK  ] Mounted run-lock.mount - Legacy Locks Directory /run/lock.
[  OK  ] Mounted sys-kernel-debug.mount - Kernel Debug File System.
[  OK  ] Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[  OK  ] Mounted tmp.mount - Temporary Directory /tmp.
[  OK  ] Finished kmod-static-nodes.service…Create List of Static Device Nodes.
[  OK  ] Finished modprobe@configfs.service - Load Kernel Module configfs.
[  OK  ] Finished modprobe@drm.service - Load Kernel Module drm.
[  OK  ] Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[  OK  ] Started systemd-journald.service - Journal Service.
[  OK  ] Finished modprobe@fuse.service - Load Kernel Module fuse.
[  OK  ] Finished systemd-modules-load.service - Load Kernel Modules.
[  OK  ] Finished systemd-network-generator…ork Units from Kernel Command Line.
[  OK  ] Finished systemd-remount-fs.servic…mount Root and Kernel File Systems.
[  OK  ] Finished systemd-udev-load-credent…- Load udev Rules from Credentials.
[  OK  ] Reached target network-pre.target - Preparation for Network.
         Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
         Mounting sys-kernel-config.mount - Kernel Configuration File System...
         Starting systemd-journal-flush.ser…sh Journal to Persistent Storage...
         Starting systemd-random-seed.service - Load/Save OS Random Seed...
         Starting systemd-sysctl.service - Apply Kernel Variables...
         Starting systemd-tmpfiles-setup-de… Device Nodes in /dev gracefully...
[  OK  ] Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[  OK  ] Mounted sys-kernel-config.mount - Kernel Configuration File System.
[  OK  ] Finished systemd-sysctl.service - Apply Kernel Variables.
[  OK  ] Finished systemd-random-seed.service - Load/Save OS Random Seed.
[  OK  ] Finished systemd-tmpfiles-setup-de…ic Device Nodes in /dev gracefully.
         Starting systemd-sysusers.service - Create System Users...
[  OK  ] Finished systemd-journal-flush.ser…lush Journal to Persistent Storage.
[  OK  ] Finished systemd-sysusers.service - Create System Users.
         Starting systemd-resolved.service - Network Name Resolution...
         Starting systemd-tmpfiles-setup-de…eate Static Device Nodes in /dev...
[  OK  ] Finished systemd-udev-trigger.service - Coldplug All udev Devices.
[  OK  ] Finished systemd-tmpfiles-setup-de…Create Static Device Nodes in /dev.
[  OK  ] Reached target local-fs-pre.target…Preparation for Local File Systems.
[  OK  ] Set up automount efi.automount - EFI System Partition Automount.
[  OK  ] Reached target local-fs.target - Local File Systems.
[  OK  ] Listening on systemd-sysext.socket… System Extension Image Management.
         Starting systemd-binfmt.service - Set Up Additional Binary Formats...
         Starting systemd-tmpfiles-setup.se…ate System Files and Directories...
         Starting systemd-udevd.service - R…ager for Device Events and Files...
[  OK  ] Finished systemd-tmpfiles-setup.se…reate System Files and Directories.
         Starting ldconfig.service - Rebuild Dynamic Linker Cache...
         Starting systemd-journal-catalog-u…ervice - Rebuild Journal Catalog...
[  OK  ] Started systemd-resolved.service - Network Name Resolution.
[  OK  ] Reached target nss-lookup.target - Host and Network Name Lookups.
[  OK  ] Finished systemd-journal-catalog-u….service - Rebuild Journal Catalog.
[  OK  ] Started systemd-udevd.service - Ru…anager for Device Events and Files.
         Starting systemd-networkd.service - Network Configuration...
[  OK  ] Found device dev-ttyS0.device - /dev/ttyS0.
[  OK  ] Finished ldconfig.service - Rebuild Dynamic Linker Cache.
         Starting systemd-update-done.service - Update is Completed...
[  OK  ] Finished systemd-update-done.service - Update is Completed.
         Mounting proc-sys-fs-binfmt_misc.m…cutable File Formats File System...
[  OK  ] Mounted proc-sys-fs-binfmt_misc.mo…xecutable File Formats File System.
[  OK  ] Finished systemd-binfmt.service - Set Up Additional Binary Formats.
[  OK  ] Reached target sysinit.target - System Initialization.
[  OK  ] Started apt-daily.timer - Daily apt download activities.
[  OK  ] Started apt-daily-upgrade.timer - …y apt upgrade and clean activities.
[  OK  ] Started dpkg-db-backup.timer - Daily dpkg database backup timer.
[  OK  ] Started fstrim.timer - Discard unused filesystem blocks once a week.
[  OK  ] Started man-db.timer - Daily man-db regeneration.
[  OK  ] Started systemd-tmpfiles-clean.tim…y Cleanup of Temporary Directories.
[  OK  ] Reached target timers.target - Timer Units.
[  OK  ] Listening on dbus.socket - D-Bus System Message Bus Socket.
[  OK  ] Listening on sshd-unix-local.socke…temd-ssh-generator, AF_UNIX Local).
[  OK  ] Listening on systemd-hostnamed.socket - Hostname Service Socket.
[  OK  ] Reached target sockets.target - Socket Units.
[  OK  ] Reached target basic.target - Basic System.
         Starting ambient.service - Run build job for Ambient CI...
         Starting dbus.service - D-Bus System Message Bus...
         Starting grub-common.service - Record successful boot for GRUB...
         Starting systemd-logind.service - User Login Management...
[  OK  ] Started dbus.service - D-Bus System Message Bus.
[  OK  ] Listening on systemd-rfkill.socket…ll Switch Status /dev/rfkill Watch.
[  OK  ] Finished grub-common.service - Record successful boot for GRUB.
[  OK  ] Started systemd-logind.service - User Login Management.
[  OK  ] Started systemd-networkd.service - Network Configuration.
[  OK  ] Reached target network.target - Network.
         Starting ssh.service - OpenBSD Secure Shell server...
         Starting systemd-networkd-persiste…tent Storage in systemd-networkd...
         Starting systemd-user-sessions.service - Permit User Sessions...
[  OK  ] Finished systemd-networkd-persiste…istent Storage in systemd-networkd.
[  OK  ] Finished systemd-user-sessions.service - Permit User Sessions.
[  OK  ] Started getty@tty1.service - Getty on tty1.
[  OK  ] Started serial-getty@ttyS0.service - Serial Getty on ttyS0.
[  OK  ] Reached target getty.target - Login Prompts.
[  OK  ] Started ssh.service - OpenBSD Secure Shell server.

Debian GNU/Linux 13 ambient-dev ttyS0

ambient-dev login: [  OK  ] Stopped ambient.service - Run build job for Ambient CI.
[  OK  ] Removed slice system-modprobe.slice - Slice /system/modprobe.
[  OK  ] Stopped target getty.target - Login Prompts.
[  OK  ] Stopped target nss-lookup.target - Host and Network Name Lookups.
[  OK  ] Stopped target timers.target - Timer Units.
[  OK  ] Stopped apt-daily-upgrade.timer - …y apt upgrade and clean activities.
[  OK  ] Stopped apt-daily.timer - Daily apt download activities.
[  OK  ] Stopped dpkg-db-backup.timer - Daily dpkg database backup timer.
[  OK  ] Stopped fstrim.timer - Discard unused filesystem blocks once a week.
[  OK  ] Stopped man-db.timer - Daily man-db regeneration.
[  OK  ] Stopped systemd-tmpfiles-clean.tim…y Cleanup of Temporary Directories.
[  OK  ] Closed systemd-rfkill.socket - Loa…ll Switch Status /dev/rfkill Watch.
         Stopping topping ssh.service - OpenBSD Secure Shell server...
         Stopping systemd-logind.service - User Login Management...
         Stopping systemd-networkd-persiste…tent Storage in systemd-networkd...
         Stopping systemd-random-seed.service - Load/Save OS Random Seed...
[  OK  ] Stopped systemd-udev-load-credenti…- Load udev Rules from Credentials.
[  OK  ] Stopped ssh.service - OpenBSD Secure Shell server.
[  OK  ] Stopped dbus.service - D-Bus System Message Bus.
[  OK  ] Stopped getty@tty1.service - Getty on tty1.
[  OK  ] Stopped serial-getty@ttyS0.service - Serial Getty on ttyS0.
[  OK  ] Stopped systemd-networkd-persisten…istent Storage in systemd-networkd.
[  OK  ] Stopped systemd-random-seed.service - Load/Save OS Random Seed.
[  OK  ] Stopped systemd-logind.service - User Login Management.
[  OK  ] Removed slice system-getty.slice - Slice /system/getty.
[  OK  ] Removed slice system-serial\x2dget…slice - Slice /system/serial-getty.
         Stopping systemd-user-sessions.service - Permit User Sessions...
[  OK  ] Stopped systemd-user-sessions.service - Permit User Sessions.
[  OK  ] Stopped target basic.target - Basic System.
[  OK  ] Stopped target network.target - Network.
[  OK  ] Stopped target paths.target - Path Units.
[  OK  ] Stopped systemd-ask-password-conso…equests to Console Directory Watch.
[  OK  ] Stopped systemd-ask-password-wall.…d Requests to Wall Directory Watch.
[  OK  ] Stopped target remote-fs.target - Remote File Systems.
[  OK  ] Stopped target slices.target - Slice Units.
[  OK  ] Removed slice user.slice - User and Session Slice.
[  OK  ] Stopped target sockets.target - Socket Units.
[  OK  ] Closed dbus.socket - D-Bus System Message Bus Socket.
[  OK  ] Closed sshd-unix-local.socket - Op…temd-ssh-generator, AF_UNIX Local).
[  OK  ] Closed systemd-hostnamed.socket - Hostname Service Socket.
[  OK  ] Stopped target sysinit.target - System Initialization.
         Stopping systemd-binfmt.service - Set Up Additional Binary Formats...
         Stopping systemd-networkd.service - Network Configuration...
         Stopping systemd-resolved.service - Network Name Resolution...
[  OK  ] Stopped systemd-update-done.service - Update is Completed.
[  OK  ] Stopped ldconfig.service - Rebuild Dynamic Linker Cache.
[  OK  ] Stopped systemd-journal-catalog-up….service - Rebuild Journal Catalog.
[  OK  ] Stopped systemd-tmpfiles-setup.ser…reate System Files and Directories.
[  OK  ] Stopped systemd-networkd.service - Network Configuration.
[  OK  ] Stopped systemd-binfmt.service - Set Up Additional Binary Formats.
[  OK  ] Stopped systemd-resolved.service - Network Name Resolution.
[  OK  ] Unset automount proc-sys-fs-binfmt…ormats File System Automount Point.
[  OK  ] Stopped target local-fs.target - Local File Systems.
[  OK  ] Unset automount efi.automount - EFI System Partition Automount.
[  OK  ] Stopped target local-fs-pre.target…Preparation for Local File Systems.
[  OK  ] Stopped target network-pre.target - Preparation for Network.
[  OK  ] Closed systemd-networkd.socket - Network Service Netlink Socket.
         Unmounting run-lock.mount - Legacy Locks Directory /run/lock...
         Unmounting tmp.mount - Temporary Directory /tmp...
[  OK  ] Stopped systemd-network-generator.…ork Units from Kernel Command Line.
[  OK  ] Stopped systemd-sysctl.service - Apply Kernel Variables.
[  OK  ] Stopped systemd-modules-load.service - Load Kernel Modules.
[  OK  ] Stopped systemd-tmpfiles-setup-dev…Create Static Device Nodes in /dev.
[  OK  ] Stopped systemd-sysusers.service - Create System Users.
[  OK  ] Stopped systemd-remount-fs.service…mount Root and Kernel File Systems.
[  OK  ] Stopped systemd-tmpfiles-setup-dev…ic Device Nodes in /dev gracefully.
[  OK  ] Unmounted run-lock.mount - Legacy Locks Directory /run/lock.
[  OK  ] Unmounted tmp.mount - Temporary Directory /tmp.
[  OK  ] Stopped target swap.target - Swaps.
[  OK  ] Reached target shutdown.target - System Shutdown.
[  OK  ] Reached target umount.target - Unmount All Filesystems.
[  OK  ] Reached target final.target - Late Shutdown Services.
[  OK  ] Finished systemd-poweroff.service - System Power Off.
[  OK  ] Reached target poweroff.target - System Power Off.
[   44.145131] reboot: Power down
Raw run log
BdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
INFO: Block devices
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
vda    254:0    0   100G  0 disk 
├─vda1 254:1    0   953M  0 part 
└─vda2 254:2    0  99.1G  0 part /
vdb    254:16   0   3.7M  1 disk 
vdc    254:32   0   550K  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  46.6G  0 disk 
vdf    254:80   0   100G  1 disk 
vdg    254:96   0    10K  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./
-rw-r--r-- ci/ci          1493 2026-09-03 14:48 ./plan.yaml
-rwxr-xr-x ci/ci       3863240 2026-09-03 14:48 ./run-ci
INFO: Extracted files:
        8      0 drwxr-xr-x   2 1000     1000           80 Sep  3 14:47 .
       10   3776 -rwxr-xr-x   1 1000     1000      3863240 Sep  3 14:48 ./run-ci
        9      4 -rw-r--r--   1 1000     1000         1493 Sep  3 14:48 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
{"type":"executor_starts","name":"ambient-execute-plan","version":"0.19.0@357668a","timestamp":{"secs_since_epoch":1788446905,"nanos_since_epoch":732170519}}
{"type":"trace","title":"Set environment variable \"HOME\"","msg":"\"HOME\"=\"/root\"","timestamp":{"secs_since_epoch":1788446905,"nanos_since_epoch":732466066}}
{"type":"runnable_plan","steps":[{"action":"mkdir","pathname":"/ci"},{"action":"mkdir","pathname":"/ci/artifacts"},{"action":"mkdir","pathname":"/ci/artifacts/debian"},{"action":"mkdir","pathname":"/ci/artifacts/rsync"},{"action":"mkdir","pathname":"/ci/secrets"},{"action":"mkdir","pathname":"/ci/deps"},{"action":"mkdir","pathname":"/ci/src"},{"action":"mkdir","pathname":"/ci/cache"},{"action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src"},{"action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps"},{"action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache"},{"action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts"},{"action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets"},{"action":"symlink","target":"/ci","link_name":"/workspace"},{"action":"create_file","filename":"/root/.ssh/config","content":"Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                ","overwrite":true},{"action":"cargo_clippy","deps":true},{"action":"cargo_build"},{"action":"cargo_test"},{"action":"custom","name":"dch","args":{"debfullname":"Lars Wirzenius","debemail":"liw@liw.fi"}},{"action":"deb","packages":"."},{"action":"tar_create","archive":"/dev/vde","directory":"/ci/cache"},{"action":"tar_create","archive":"/dev/vdd","directory":"/ci/artifacts"}],"executor_drive":"/dev/vdb","source_drive":"/dev/vdc","artifact_drive":"/dev/vdd","cache_drive":"/dev/vde","deps_drive":"/dev/vdf","secrets_drive":null,"workspace_dir":"/ci","source_dir":"/ci/src","deps_dir":"/ci/deps","cache_dir":"/ci/cache","artifacts_dir":"/ci/artifacts","secrets_dir":null,"envs":{},"timestamp":{"secs_since_epoch":1788446905,"nanos_since_epoch":733333209}}
{"type":"trace","title":"Set environment variable \"CARGO_TARGET_DIR\"","msg":"\"CARGO_TARGET_DIR\"=\"/ci/cache/cargo-target\"","timestamp":{"secs_since_epoch":1788446905,"nanos_since_epoch":733668333}}
{"type":"trace","title":"Set environment variable \"CARGO_HOME\"","msg":"\"CARGO_HOME\"=\"/ci/deps\"","timestamp":{"secs_since_epoch":1788446905,"nanos_since_epoch":734028509}}
{"type":"trace","title":"Set environment variable \"PATH\"","msg":"\"PATH\"=\"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\"","timestamp":{"secs_since_epoch":1788446905,"nanos_since_epoch":734413354}}
{"type":"trace","title":"Set environment variable \"CARGO_TARGET_DIR\"","msg":"\"CARGO_TARGET_DIR\"=\"/ci/cache/cargo-target\"","timestamp":{"secs_since_epoch":1788446905,"nanos_since_epoch":734798616}}
{"type":"trace","title":"Set environment variable \"CARGO_HOME\"","msg":"\"CARGO_HOME\"=\"/ci/deps\"","timestamp":{"secs_since_epoch":1788446905,"nanos_since_epoch":735566471}}
{"type":"trace","title":"Set environment variable \"PATH\"","msg":"\"PATH\"=\"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\"","timestamp":{"secs_since_epoch":1788446905,"nanos_since_epoch":735578647}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci\",\n    },\n)","timestamp":{"secs_since_epoch":1788446905,"nanos_since_epoch":735953296}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1788446905,"nanos_since_epoch":752905107}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci/artifacts\",\n    },\n)","timestamp":{"secs_since_epoch":1788446905,"nanos_since_epoch":753335442}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1788446905,"nanos_since_epoch":753813367}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci/artifacts/debian\",\n    },\n)","timestamp":{"secs_since_epoch":1788446905,"nanos_since_epoch":754207269}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1788446905,"nanos_since_epoch":754646232}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci/artifacts/rsync\",\n    },\n)","timestamp":{"secs_since_epoch":1788446905,"nanos_since_epoch":754964218}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1788446905,"nanos_since_epoch":755418097}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci/secrets\",\n    },\n)","timestamp":{"secs_since_epoch":1788446905,"nanos_since_epoch":757223131}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1788446905,"nanos_since_epoch":757729590}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci/deps\",\n    },\n)","timestamp":{"secs_since_epoch":1788446905,"nanos_since_epoch":758041082}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1788446905,"nanos_since_epoch":849577713}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci/src\",\n    },\n)","timestamp":{"secs_since_epoch":1788446905,"nanos_since_epoch":849868253}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/src","timestamp":{"secs_since_epoch":1788446905,"nanos_since_epoch":849905186}}
{"type":"trace","title":"Execute action","msg":"Mkdir(\n    Mkdir {\n        pathname: \"/ci/cache\",\n    },\n)","timestamp":{"secs_since_epoch":1788446905,"nanos_since_epoch":850268441}}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/cache","timestamp":{"secs_since_epoch":1788446905,"nanos_since_epoch":850305847}}
{"type":"trace","title":"Execute action","msg":"TarExtract(\n    TarExtract {\n        archive: \"/dev/vdc\",\n        directory: \"/ci/src\",\n    },\n)","timestamp":{"secs_since_epoch":1788446905,"nanos_since_epoch":850639371}}
{"type":"trace","title":"Start program tar","msg":"Command {\n    program: \"tar\",\n    args: [\n        \"tar\",\n        \"-xvvvf\",\n        \"/dev/vdc\",\n        \"-C\",\n        \"/ci/src\",\n        \"--no-same-owner\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \".\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446905,"nanos_since_epoch":850670828}}
{"type":"program_succeeded","program_name":"tar","exit_code":0,"stdout":"drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./\n-rw-r--r-- ci/ci         14651 2026-09-03 14:47 ./Cargo.lock\n-rw-r--r-- ci/ci           263 2026-09-03 14:47 ./Cargo.toml\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./debian/\n-rw-r--r-- ci/ci           372 2026-09-03 14:47 ./debian/copyright\n-rw-r--r-- ci/ci           316 2026-09-03 14:47 ./debian/control\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./debian/source/\n-rw-r--r-- ci/ci            12 2026-09-03 14:47 ./debian/source/format\n-rwxr-xr-x ci/ci          1000 2026-09-03 14:47 ./debian/build-deb\n-rw-r--r-- ci/ci           131 2026-09-03 14:47 ./debian/changelog\n-rw-r--r-- ci/ci             4 2026-09-03 14:47 ./debian/compat\n-rwxr-xr-x ci/ci           257 2026-09-03 14:47 ./debian/rules\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./src/\n-rw-r--r-- ci/ci          3996 2026-09-03 14:47 ./src/main.rs\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.radicle/\n-rw-r--r-- ci/ci           262 2026-09-03 14:47 ./.radicle/ambient.yaml\n-rw-r--r-- ci/ci           367 2026-09-03 14:47 ./Makefile\n-rw-r--r-- ci/ci             8 2026-09-03 14:47 ./.gitignore\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/logs/\n-rw-r--r-- ci/ci           400 2026-09-03 14:47 ./.git/logs/HEAD\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/logs/refs/\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/logs/refs/remotes/\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/logs/refs/remotes/origin/\n-rw-r--r-- ci/ci           198 2026-09-03 14:47 ./.git/logs/refs/remotes/origin/HEAD\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/logs/refs/heads/\n-rw-r--r-- ci/ci           198 2026-09-03 14:47 ./.git/logs/refs/heads/main\n-rw-r--r-- ci/ci            41 2026-09-03 14:47 ./.git/HEAD\n-rw-r--r-- ci/ci           306 2026-09-03 14:47 ./.git/config\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/refs/\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/refs/remotes/\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/refs/remotes/origin/\n-rw-r--r-- ci/ci            30 2026-09-03 14:47 ./.git/refs/remotes/origin/HEAD\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/refs/tags/\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/refs/heads/\n-rw-r--r-- ci/ci            41 2026-09-03 14:47 ./.git/refs/heads/main\n-rw-r--r-- ci/ci           112 2026-09-03 14:47 ./.git/packed-refs\n-rw-r--r-- ci/ci          1350 2026-09-03 14:47 ./.git/index\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/hooks/\n-rwxr-xr-x ci/ci          2308 2026-09-03 14:47 ./.git/hooks/sendemail-validate.sample\n-rwxr-xr-x ci/ci           189 2026-09-03 14:47 ./.git/hooks/post-update.sample\n-rwxr-xr-x ci/ci           896 2026-09-03 14:47 ./.git/hooks/commit-msg.sample\n-rwxr-xr-x ci/ci           478 2026-09-03 14:47 ./.git/hooks/applypatch-msg.sample\n-rwxr-xr-x ci/ci           544 2026-09-03 14:47 ./.git/hooks/pre-receive.sample\n-rwxr-xr-x ci/ci          1492 2026-09-03 14:47 ./.git/hooks/prepare-commit-msg.sample\n-rwxr-xr-x ci/ci           416 2026-09-03 14:47 ./.git/hooks/pre-merge-commit.sample\n-rwxr-xr-x ci/ci          1649 2026-09-03 14:47 ./.git/hooks/pre-commit.sample\n-rwxr-xr-x ci/ci          2783 2026-09-03 14:47 ./.git/hooks/push-to-checkout.sample\n-rwxr-xr-x ci/ci          1374 2026-09-03 14:47 ./.git/hooks/pre-push.sample\n-rwxr-xr-x ci/ci          4726 2026-09-03 14:47 ./.git/hooks/fsmonitor-watchman.sample\n-rwxr-xr-x ci/ci          4898 2026-09-03 14:47 ./.git/hooks/pre-rebase.sample\n-rwxr-xr-x ci/ci          3650 2026-09-03 14:47 ./.git/hooks/update.sample\n-rwxr-xr-x ci/ci           424 2026-09-03 14:47 ./.git/hooks/pre-applypatch.sample\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/info/\n-rw-r--r-- ci/ci           240 2026-09-03 14:47 ./.git/info/exclude\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b1/\n-r--r--r-- ci/ci           475 2026-06-30 15:12 ./.git/objects/b1/154e3f70a207cc382f60944df6e8914df730fc\n-r--r--r-- ci/ci            78 2026-06-30 15:09 ./.git/objects/b1/ac4a394a3dee0b9e731cf50ac442a222cab326\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/1d/\n-r--r--r-- ci/ci           170 2026-07-09 16:23 ./.git/objects/1d/ef862a127f8979ed9ad7fb040c21e8a5ba61f4\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/1e/\n-r--r--r-- ci/ci            92 2026-07-09 16:25 ./.git/objects/1e/e89654df723bf7e73e020e8982eabfcf208dd7\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/4e/\n-r--r--r-- ci/ci            83 2026-09-03 13:44 ./.git/objects/4e/e9d33b7c579b72f72ef7a3e5a929d65258e46b\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/2d/\n-r--r--r-- ci/ci           474 2026-07-22 12:58 ./.git/objects/2d/7e84ddf6510114d30f5d177a5bc005e5ca86b3\n-r--r--r-- ci/ci            82 2026-07-03 13:23 ./.git/objects/2d/70628984c3b2f5aa1ecdcc1e6de2584e9cfeda\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/78/\n-r--r--r-- ci/ci            83 2026-08-12 05:48 ./.git/objects/78/6e0bef38533f02fc420548dc98274513c0a26f\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/d4/\n-r--r--r-- ci/ci            82 2026-06-30 15:12 ./.git/objects/d4/b479c9fc08b85f48ea406b0a3d5d5c105e2016\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/20/\n-r--r--r-- ci/ci            78 2026-07-03 13:23 ./.git/objects/20/10ba25a255a67bc8bfd8ac004a16ed79c551a4\n-r--r--r-- ci/ci           277 2026-08-24 05:42 ./.git/objects/20/2e165b5fa517a0af6f8f511470f07c9d9e49f0\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/e1/\n-r--r--r-- ci/ci           477 2026-08-24 05:44 ./.git/objects/e1/f56a99fbb137751f1ac0b260307b3dba72a1ed\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/17/\n-r--r--r-- ci/ci            82 2026-07-09 16:25 ./.git/objects/17/da650d614f2dedf8e23f4317895ed69e570f33\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/53/\n-r--r--r-- ci/ci            81 2026-08-24 05:44 ./.git/objects/53/73eea5c761b2d5ba8f1b5bb21995fca5a57f86\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/d5/\n-r--r--r-- ci/ci           275 2026-08-28 10:07 ./.git/objects/d5/a114d15a06a78bbad9ebe994be442372813d0a\n-r--r--r-- ci/ci            82 2026-07-03 13:21 ./.git/objects/d5/acd60221707192fdb44177f0bd3f3dfbd1c6cb\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/d3/\n-r--r--r-- ci/ci           275 2026-07-09 16:25 ./.git/objects/d3/fa76d81e445022beda47558eca1bd89f90e493\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/48/\n-r--r--r-- ci/ci           470 2026-08-28 10:07 ./.git/objects/48/6f174acd353d38c6e6edf2fb89358a64604004\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/43/\n-r--r--r-- ci/ci           210 2026-06-30 15:12 ./.git/objects/43/5337a95989dad5ba0aede46313e95443490c8b\n-r--r--r-- ci/ci            81 2026-08-28 10:09 ./.git/objects/43/166e59a44a8a5cfe504d1a114c63592fdb063c\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/71/\n-r--r--r-- ci/ci            82 2026-09-03 13:44 ./.git/objects/71/d80d0bbc0f07b5166f13c62c9085108d8c496b\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/19/\n-r--r--r-- ci/ci            83 2026-08-12 05:51 ./.git/objects/19/654de7413b9a05b28fd3a77be17e7975839261\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/61/\n-r--r--r-- ci/ci            78 2026-06-30 15:12 ./.git/objects/61/b49b2d63fb60187adc6b2834956655be3e4f46\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/23/\n-r--r--r-- ci/ci           276 2026-09-03 13:46 ./.git/objects/23/d08c7af24c5d5cc47d44db94733faf7e664111\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/22/\n-r--r--r-- ci/ci           170 2026-08-28 10:07 ./.git/objects/22/d10baea29342de628484e1a04d1f766ad8ae63\n-r--r--r-- ci/ci            83 2026-08-28 10:07 ./.git/objects/22/4d1ff12df9ab7e82efec27acec595b119628a1\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/89/\n-r--r--r-- ci/ci            92 2026-08-18 10:07 ./.git/objects/89/abb3010b80315780be8ec7dd523832563a4969\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/03/\n-r--r--r-- ci/ci            78 2026-08-24 05:42 ./.git/objects/03/d8dd2ee59b27c04c6a5590e7338903cf193ccc\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/3a/\n-r--r--r-- ci/ci            83 2026-08-18 10:05 ./.git/objects/3a/ddba0763cf1fbbc7b1b925b62921a1b9c0a16d\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/64/\n-r--r--r-- ci/ci           198 2026-08-12 05:51 ./.git/objects/64/6dbfb77a4adb4d1714976b654cd15840e080aa\n-r--r--r-- ci/ci            78 2026-07-03 13:21 ./.git/objects/64/eee209972e03d02579d52a05e899708355e620\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/31/\n-r--r--r-- ci/ci            83 2026-08-24 05:44 ./.git/objects/31/0e0aa258eaab482c0c2eada30c9f084d2549d0\n-r--r--r-- ci/ci           275 2026-07-09 16:23 ./.git/objects/31/558c1b65e64ecd8f14e76e581b6a05ebd036fc\n-r--r--r-- ci/ci           198 2026-08-24 05:42 ./.git/objects/31/991205a9697f13da79337789d053cf615bf2f9\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/5b/\n-r--r--r-- ci/ci           198 2026-07-22 12:58 ./.git/objects/5b/1d8be32d95b87673550dfdbcc93621c0742b14\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/f6/\n-r--r--r-- ci/ci           276 2026-09-03 13:44 ./.git/objects/f6/84cff238f87eca4399086530ad4b03d1b8236a\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/bd/\n-r--r--r-- ci/ci            83 2026-07-09 15:42 ./.git/objects/bd/43067a1344b8a9b79e6c63ef53f57ee202aa8d\n-r--r--r-- ci/ci            81 2026-07-09 16:23 ./.git/objects/bd/bb6ad0930a1c4b293702b679e51e20f11a36bc\n-r--r--r-- ci/ci            82 2026-08-24 05:42 ./.git/objects/bd/73eb335f839686ec773b1bde788ce94a39b731\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/59/\n-r--r--r-- ci/ci            83 2026-09-03 13:46 ./.git/objects/59/cd8b49c33cb0ceba0efb084fbd0ed54951a1a8\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/a2/\n-r--r--r-- ci/ci            83 2026-07-03 13:23 ./.git/objects/a2/002db8d12ce69fe19c68ab4ae29e1a89ae430b\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/e7/\n-r--r--r-- ci/ci            78 2026-08-18 10:05 ./.git/objects/e7/ef31b314883677d63def16245f0cac43a40872\n-r--r--r-- ci/ci           275 2026-06-30 15:09 ./.git/objects/e7/c1c56c749304cdd64bff5044ed0a7bbef7a737\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/5e/\n-r--r--r-- ci/ci           470 2026-08-18 10:05 ./.git/objects/5e/83f953b0e67089319e245ee2b86c69d82a542f\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/0b/\n-r--r--r-- ci/ci            77 2026-09-03 13:44 ./.git/objects/0b/4430a580016d444b84a03e0a082fd01f970610\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/be/\n-r--r--r-- ci/ci            83 2026-07-22 12:58 ./.git/objects/be/962f5abd93742957ee419fccb48fd897f38285\n-r--r--r-- ci/ci            93 2026-08-24 05:44 ./.git/objects/be/1d8fc74f683c8a1c5088cb729a5f8d62b08b11\n-r--r--r-- ci/ci            78 2026-07-09 16:23 ./.git/objects/be/36b28f9d93af7b3980e707828bf6df1afc9cd8\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/0f/\n-r--r--r-- ci/ci            82 2026-08-28 10:07 ./.git/objects/0f/c6bfdfdbd64c0e63aca944d49ad83bada15429\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/50/\n-r--r--r-- ci/ci           277 2026-08-28 10:09 ./.git/objects/50/04084f4c687dff263cdb7caf5a822844c3012f\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/77/\n-r--r--r-- ci/ci            92 2026-07-22 12:58 ./.git/objects/77/75fe525ebd617e1e6a0e9a9cb690d886c48b17\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/8f/\n-r--r--r-- ci/ci           198 2026-08-28 10:09 ./.git/objects/8f/0b966340d45899e33490079c914c4facd341fe\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/bf/\n-r--r--r-- ci/ci           171 2026-08-18 10:05 ./.git/objects/bf/f2a6d43d4490c315192e1ccd0718565b7647c3\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/18/\n-r--r--r-- ci/ci            78 2026-07-22 12:58 ./.git/objects/18/12b4fb9c6c3aae055db97c6e2aae0a5b3ab2ce\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/ce/\n-r--r--r-- ci/ci           170 2026-08-24 05:42 ./.git/objects/ce/ca351bde092a435b4e48614df20401cbb2d1a0\n-r--r--r-- ci/ci           276 2026-08-12 05:48 ./.git/objects/ce/69921fa4e8bff923ad159ab3949002a333f29a\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/d8/\n-r--r--r-- ci/ci           276 2026-08-18 10:05 ./.git/objects/d8/d64d3cdcba79ce113d6ae06368692e01cf2f88\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b6/\n-r--r--r-- ci/ci           277 2026-07-03 13:23 ./.git/objects/b6/c2375c025f78402b67c9baf2cd07c3a172679e\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b3/\n-r--r--r-- ci/ci           170 2026-07-03 13:21 ./.git/objects/b3/6a6a9acb3be6c626737dc7c0b4edf23e5e9b0b\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/44/\n-r--r--r-- ci/ci            78 2026-07-09 16:25 ./.git/objects/44/eb676a8289d8a4a9a7ddfc06a085f85825b05e\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/bb/\n-r--r--r-- ci/ci           276 2026-08-24 05:44 ./.git/objects/bb/1085545ba61b1078598bbcfc3af32c3d55c931\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/88/\n-r--r--r-- ci/ci           471 2026-07-09 16:23 ./.git/objects/88/08e183d80ea8326dedd04a2cf2d9b2be5ed042\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/fa/\n-r--r--r-- ci/ci           198 2026-08-12 05:48 ./.git/objects/fa/0f41e055d90bda9a3cf22e1e85de2691655388\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/9a/\n-r--r--r-- ci/ci           476 2026-07-03 13:23 ./.git/objects/9a/024286424ea8519590880fd3a4b3993199b797\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/12/\n-r--r--r-- ci/ci            82 2026-09-03 13:46 ./.git/objects/12/85bc6b2047fe2c8b8aa7f322164880dc1b6164\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/98/\n-r--r--r-- ci/ci            81 2026-08-12 05:51 ./.git/objects/98/c74ec718e8f5849ac6124b7f646e7441c748b5\n-r--r--r-- ci/ci            83 2026-07-09 15:39 ./.git/objects/98/47865f0ea7a379eec940b54354bd24b4bee574\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/9d/\n-r--r--r-- ci/ci            81 2026-07-22 12:55 ./.git/objects/9d/64e29ad23247f5812a099c0c8d762c9c083989\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/cd/\n-r--r--r-- ci/ci           198 2026-09-03 13:44 ./.git/objects/cd/63c0115975c20979e0b4430a7692982034bbb8\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/60/\n-r--r--r-- ci/ci            82 2026-07-09 15:39 ./.git/objects/60/92d68df63f22a76e7aead32ddccd788d3c5a1b\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/42/\n-r--r--r-- ci/ci            93 2026-07-09 15:42 ./.git/objects/42/5f7e4c66442987515ac0035f6ced0cc0878f2b\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/1a/\n-r--r--r-- ci/ci           470 2026-08-24 05:42 ./.git/objects/1a/ea676e10f2f12221330d9cd87eaf46b236f7ef\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/35/\n-r--r--r-- ci/ci           470 2026-09-03 13:44 ./.git/objects/35/58b672c56d441aa25c7b401129158518029fd0\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/af/\n-r--r--r-- ci/ci            90 2026-08-28 10:09 ./.git/objects/af/7c6e46364c51dcd669b675832b980491cdccfe\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/99/\n-r--r--r-- ci/ci            78 2026-09-03 13:46 ./.git/objects/99/e441192787ae3e33808eb86d9cfa6b10d8d158\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/45/\n-r--r--r-- ci/ci           274 2026-08-12 05:51 ./.git/objects/45/fc3bfa0d051b57413bc2033358e59c24c83806\n-r--r--r-- ci/ci            83 2026-07-22 12:58 ./.git/objects/45/9557a20b8292b4973b852590245570eb6585ec\n-r--r--r-- ci/ci            78 2026-08-12 05:51 ./.git/objects/45/fee439814ad75dcb39e7ccba3833bb9489283c\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/f0/\n-r--r--r-- ci/ci           474 2026-08-18 10:07 ./.git/objects/f0/70dad5cfe21de9d28d35a064ade2e4eca438e5\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/e5/\n-r--r--r-- ci/ci           210 2026-06-30 15:09 ./.git/objects/e5/89b60292be8504493e4b939670e865731f621d\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/49/\n-r--r--r-- ci/ci           197 2026-07-09 16:25 ./.git/objects/49/5789aa5d6eaa6633ca67782f3ff954287e4dab\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/ed/\n-r--r--r-- ci/ci            77 2026-08-24 05:44 ./.git/objects/ed/58207f072b08b638f0bf38d5d73f6533c028db\n-r--r--r-- ci/ci            82 2026-08-18 10:07 ./.git/objects/ed/542ed6afc52b61463680e4610d10bc7924eb59\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/f2/\n-r--r--r-- ci/ci           275 2026-07-22 12:55 ./.git/objects/f2/a47abbc5784022118d641b38005e39c0d04123\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/7d/\n-r--r--r-- ci/ci            83 2026-07-09 16:25 ./.git/objects/7d/eac70b169c67c57d0e0fbbfe2e2182f68d300e\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b9/\n-r--r--r-- ci/ci           170 2026-07-09 15:39 ./.git/objects/b9/5d24a7ca6c5486802b4f0946cbdc92aec4c64e\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/8d/\n-r--r--r-- ci/ci           198 2026-07-09 16:23 ./.git/objects/8d/d464502ee585279b8cdb165037b917c4ee90f4\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/72/\n-r--r--r-- ci/ci           472 2026-07-09 15:42 ./.git/objects/72/3d05d2a23858e7c0f6732d1151b82007ea7550\n-r--r--r-- ci/ci           474 2026-09-03 13:46 ./.git/objects/72/2d5966f718a340af554312d47a7dd5fcbe2837\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/a9/\n-r--r--r-- ci/ci            78 2026-08-28 10:09 ./.git/objects/a9/ffaaef306fa8eed6fb4e938d8da1014a162abc\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/91/\n-r--r--r-- ci/ci           277 2026-08-18 10:07 ./.git/objects/91/0dc68a60d05422a9cbb194687008cff479677d\n-r--r--r-- ci/ci            78 2026-07-09 15:39 ./.git/objects/91/24ffd28f18d1cb7b226fe2f772406e7b180e5b\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/57/\n-r--r--r-- ci/ci           210 2026-07-03 13:21 ./.git/objects/57/87a3b9cbcddd7a3b318897cfeacd1fa9972700\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/ae/\n-r--r--r-- ci/ci           275 2026-07-03 13:21 ./.git/objects/ae/34b6380436deb719890c933a47b2ca1693c320\n-r--r--r-- ci/ci            82 2026-06-30 15:09 ./.git/objects/ae/315fb32b0fb58ad1ba34123aba7aace06be1c7\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/a5/\n-r--r--r-- ci/ci           471 2026-07-09 16:25 ./.git/objects/a5/d87d57e8e3bbb3beb87d577d4c70607afc1a91\n-r--r--r-- ci/ci           276 2026-07-09 15:42 ./.git/objects/a5/ee25a835d66b9df31ca08bb6f266664ac400e0\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/74/\n-r--r--r-- ci/ci            77 2026-07-09 15:42 ./.git/objects/74/b167012928119d348ae401c06f837b0f1b3376\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/66/\n-r--r--r-- ci/ci            83 2026-07-09 16:23 ./.git/objects/66/e3e0683585737d0973ba989c695f306a373f1a\n-r--r--r-- ci/ci           171 2026-08-12 05:48 ./.git/objects/66/abcc2dda476bf87c4739fd03e75ce859a2b51d\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/ba/\n-r--r--r-- ci/ci           170 2026-06-30 15:09 ./.git/objects/ba/1c71b0cb39be17e8cc14a252b3496ab5bc800c\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/8a/\n-r--r--r-- ci/ci            83 2026-08-28 10:09 ./.git/objects/8a/138d3585cd6c57ddc8bf740f9af169d3bdd56d\n-r--r--r-- ci/ci           198 2026-08-24 05:44 ./.git/objects/8a/87092acf9c6e711dfc95bb4e62ed3679d9b0e9\n-r--r--r-- ci/ci            83 2026-07-22 12:55 ./.git/objects/8a/706b914d14a07a8096479f95f3139176b5ed2e\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/e3/\n-r--r--r-- ci/ci            83 2026-06-30 15:12 ./.git/objects/e3/f09bcafdea9bcf5713de776827b6742af5562e\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/f7/\n-r--r--r-- ci/ci           198 2026-08-28 10:07 ./.git/objects/f7/9f826980d0074acb261af4181cc80ab190e8c4\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/7e/\n-r--r--r-- ci/ci           474 2026-08-12 05:51 ./.git/objects/7e/f10313864285508a2c2ab677aa31fb47630787\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/32/\n-r--r--r-- ci/ci           198 2026-08-18 10:05 ./.git/objects/32/e8b135943a0fd42e1f9851c426903bdbef433d\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/pack/\n-rw------- ci/ci           644 2026-06-19 02:28 ./.git/objects/pack/pack-6f0796d1461da2d427768482efde02f6a49fe19a.pack\n-rw------- ci/ci          3128 2026-06-17 03:55 ./.git/objects/pack/pack-eb46ebf2da21624091ae19f526cb413d2801a124.pack\n-rw------- ci/ci           806 2026-07-01 13:33 ./.git/objects/pack/pack-9b7e886c22fb5f02bc0a81742f57bb2ab98c9f5a.pack\n-r--r--r-- ci/ci         33748 2026-06-16 07:48 ./.git/objects/pack/pack-537dbedee396b74bd6ddeeeef8569b6ac4c6e858.idx\n-rw------- ci/ci          1156 2026-06-27 03:00 ./.git/objects/pack/pack-e3c94011ad0db61e576257b67702cc3e3cb14bdc.idx\n-rw------- ci/ci          1324 2026-07-01 13:33 ./.git/objects/pack/pack-a51f045aff1a4e98942bd1664de3c1ab90eec6a4.idx\n-r--r--r-- ci/ci          4720 2026-06-16 07:48 ./.git/objects/pack/pack-537dbedee396b74bd6ddeeeef8569b6ac4c6e858.rev\n-rw------- ci/ci          1212 2026-07-01 13:33 ./.git/objects/pack/pack-9b7e886c22fb5f02bc0a81742f57bb2ab98c9f5a.idx\n-rw------- ci/ci           649 2026-06-27 03:00 ./.git/objects/pack/pack-e3c94011ad0db61e576257b67702cc3e3cb14bdc.pack\n-rw------- ci/ci           806 2026-06-26 03:20 ./.git/objects/pack/pack-b5204e5090a5ec2f19782df8d9662f2abff6e066.pack\n-rw------- ci/ci          1733 2026-07-01 13:33 ./.git/objects/pack/pack-a51f045aff1a4e98942bd1664de3c1ab90eec6a4.pack\n-rw------- ci/ci           808 2026-06-27 03:00 ./.git/objects/pack/pack-4f4c6a831ac255dd90bb4d6a39c8da8f49606fdc.pack\n-rw------- ci/ci          1212 2026-06-27 03:00 ./.git/objects/pack/pack-4f4c6a831ac255dd90bb4d6a39c8da8f49606fdc.idx\n-rw------- ci/ci          1212 2026-06-19 02:28 ./.git/objects/pack/pack-b64fa0db0ba3abe3d23d8722d78c109d12b39d88.idx\n-r--r--r-- ci/ci         12630 2026-06-16 07:48 ./.git/objects/pack/pack-537dbedee396b74bd6ddeeeef8569b6ac4c6e858.bitmap\n-rw------- ci/ci           650 2026-06-26 03:20 ./.git/objects/pack/pack-cce30de131d82552e280a656dfaa37f9c4133637.pack\n-rw------- ci/ci          1772 2026-06-17 03:55 ./.git/objects/pack/pack-eb46ebf2da21624091ae19f526cb413d2801a124.idx\n-rw------- ci/ci          1212 2026-06-26 03:20 ./.git/objects/pack/pack-b5204e5090a5ec2f19782df8d9662f2abff6e066.idx\n-rw------- ci/ci          1576 2026-06-17 03:55 ./.git/objects/pack/pack-dae7cdf7c1eb4a6e752216df79a7538de3c29e2c.idx\n-rw------- ci/ci          1156 2026-06-19 02:28 ./.git/objects/pack/pack-6f0796d1461da2d427768482efde02f6a49fe19a.idx\n-r--r--r-- ci/ci        146898 2026-09-03 14:47 ./.git/objects/pack/pack-537dbedee396b74bd6ddeeeef8569b6ac4c6e858.pack\n-rw------- ci/ci           806 2026-06-19 02:28 ./.git/objects/pack/pack-b64fa0db0ba3abe3d23d8722d78c109d12b39d88.pack\n-rw------- ci/ci          2494 2026-06-17 03:55 ./.git/objects/pack/pack-dae7cdf7c1eb4a6e752216df79a7538de3c29e2c.pack\n-rw------- ci/ci          1156 2026-06-26 03:20 ./.git/objects/pack/pack-cce30de131d82552e280a656dfaa37f9c4133637.idx\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/69/\n-r--r--r-- ci/ci            77 2026-08-18 10:07 ./.git/objects/69/7a1e8d2d3ea3dab5b3ba997ddb6624605ca39f\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/9e/\n-r--r--r-- ci/ci            93 2026-08-12 05:51 ./.git/objects/9e/d4c09fe2339f8592b7656b527493aae7504e3b\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/f9/\n-r--r--r-- ci/ci           197 2026-08-18 10:07 ./.git/objects/f9/5d3b74e8ac1772c8472f5663c3d804ccf20dca\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b5/\n-r--r--r-- ci/ci            78 2026-08-12 05:48 ./.git/objects/b5/6d5a889bcc2b881e344d188d1f0b841ea60d5f\n-r--r--r-- ci/ci            82 2026-08-12 05:48 ./.git/objects/b5/1062c0da818638178fd67ac8aaef7f82d76837\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/info/\n-rw-r--r-- ci/ci            54 2026-06-16 07:48 ./.git/objects/info/packs\n-r--r--r-- ci/ci         20828 2026-06-16 07:48 ./.git/objects/info/commit-graph\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b8/\n-r--r--r-- ci/ci           475 2026-08-28 10:09 ./.git/objects/b8/db8408d606df420d2bc90315db9ed57dec684c\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/d2/\n-r--r--r-- ci/ci            83 2026-07-03 13:21 ./.git/objects/d2/32dd0f0dfee3699cca632430f6609fb4e25ffd\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/a0/\n-r--r--r-- ci/ci           211 2026-07-03 13:23 ./.git/objects/a0/9547ffb6b84f40541f3b112727164094b29377\n-r--r--r-- ci/ci           170 2026-09-03 13:44 ./.git/objects/a0/6e4b27a97b893a7415933915b7944d042dfa6e\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/a4/\n-r--r--r-- ci/ci            83 2026-08-18 10:07 ./.git/objects/a4/660f87387db7d3ec896b5657e526b1d02fcd43\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/62/\n-r--r--r-- ci/ci            83 2026-08-24 05:42 ./.git/objects/62/d83c532c6c74a6e9c7fb56f2054fa25bc5c071\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/c7/\n-r--r--r-- ci/ci           196 2026-07-22 12:55 ./.git/objects/c7/20efa957ada70bc90e7a2c40fdce2d7d820dbe\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b2/\n-r--r--r-- ci/ci           198 2026-07-09 15:39 ./.git/objects/b2/12171f6dfd4d5f2274544276ef867cd6b7167c\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/8e/\n-r--r--r-- ci/ci           197 2026-09-03 13:46 ./.git/objects/8e/28266535035084f510314fc7e140e399007d8f\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/c6/\n-r--r--r-- ci/ci           472 2026-08-12 05:48 ./.git/objects/c6/35ebd2d8870570abb9a979a9e07aaad8ac91ba\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/f4/\n-r--r--r-- ci/ci           470 2026-07-09 15:39 ./.git/objects/f4/ed533fcd0e0c2980f5a4a90b1ad237fc5be173\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/1b/\n-r--r--r-- ci/ci            82 2026-08-18 10:05 ./.git/objects/1b/6dcc7a6e994a6fdcd36f05729c032e7cad2d5f\n-r--r--r-- ci/ci           276 2026-07-22 12:58 ./.git/objects/1b/afd5ab2ca3b1d096d09a124fb46b4ec310cf91\n-r--r--r-- ci/ci           197 2026-07-09 15:42 ./.git/objects/1b/9d49f0403d4884afd00bb7212746e5542ea44f\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/a8/\n-r--r--r-- ci/ci           276 2026-07-09 15:39 ./.git/objects/a8/978449472ee201b2adce0224ea2645263c9083\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/5a/\n-r--r--r-- ci/ci            92 2026-09-03 13:46 ./.git/objects/5a/8655df146ff42a4ee1d01294196b0a21f04ab3\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/00/\n-r--r--r-- ci/ci            78 2026-07-22 12:55 ./.git/objects/00/2246c763864a3b31f898a601bbd6ca5a3cb5d1\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/7a/\n-r--r--r-- ci/ci           277 2026-06-30 15:12 ./.git/objects/7a/51d0051e5c7c52f5ea4e707873cc2e8a4c5bf0\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/3f/\n-r--r--r-- ci/ci           471 2026-07-03 13:21 ./.git/objects/3f/5a6f00c7ef806ea4a41655791d3c824b929cf2\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/9f/\n-r--r--r-- ci/ci            82 2026-07-09 15:42 ./.git/objects/9f/28cc855ad34fe4155aa71328327519edd073ed\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/07/\n-r--r--r-- ci/ci           171 2026-07-22 12:55 ./.git/objects/07/f23a2afc6eed4b1b4c4d30494fb7cc82b877be\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/b0/\n-r--r--r-- ci/ci            93 2026-06-30 15:12 ./.git/objects/b0/f90566411dba61459edc730b197b263fa712e3\n-r--r--r-- ci/ci           470 2026-07-22 12:55 ./.git/objects/b0/36ddbd0ed72c35ac52010e43066efe67e1ebb3\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/24/\n-r--r--r-- ci/ci            92 2026-07-03 13:23 ./.git/objects/24/f653c4b1f215d080614961cfb91defab0715f0\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/objects/67/\n-r--r--r-- ci/ci            83 2026-06-30 15:09 ./.git/objects/67/4bbbc0991f9e122d86713788b35858f12ebc3f\n-r--r--r-- ci/ci            78 2026-08-28 10:07 ./.git/objects/67/50c7bafe6ea24f3f42a92c54b772f2af12fec8\n-r--r--r-- ci/ci           470 2026-06-30 15:09 ./.git/objects/67/55479dedc04fb4fca694984cac9eb7e693eba9\n-rw-r--r-- ci/ci            73 2026-09-03 14:47 ./.git/description\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.git/branches/\ndrwxr-xr-x ci/ci             0 2026-09-03 14:47 ./.ambient/\n-rwxr-xr-x ci/ci           452 2026-09-03 14:47 ./.ambient/dch\n","stderr":"","timestamp":{"secs_since_epoch":1788446905,"nanos_since_epoch":895400291}}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1788446906,"nanos_since_epoch":411784850}}
{"type":"trace","title":"Execute action","msg":"TarExtract(\n    TarExtract {\n        archive: \"/dev/vdf\",\n        directory: \"/ci/deps\",\n    },\n)","timestamp":{"secs_since_epoch":1788446906,"nanos_since_epoch":412084730}}
{"type":"trace","title":"Start program tar","msg":"Command {\n    program: \"tar\",\n    args: [\n        \"tar\",\n        \"-xvvvf\",\n        \"/dev/vdf\",\n        \"-C\",\n        \"/ci/deps\",\n        \"--no-same-owner\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \".\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446906,"nanos_since_epoch":412527038}}
{"type":"program_succeeded","program_name":"tar","exit_code":0,"stdout":"drwxr-xr-x root/root         0 2026-09-03 14:48 ./\n-rw-r--r-- root/root         0 2026-09-03 14:47 ./.package-cache\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/cache/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/\n-rw-r--r-- root/root      7548 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2.crate\n-rw-r--r-- root/root     83652 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/serde-1.0.228.crate\n-rw-r--r-- root/root     97616 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6.crate\n-rw-r--r-- root/root    197001 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1.crate\n-rw-r--r-- root/root     31504 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/quote-1.0.42.crate\n-rw-r--r-- root/root     47919 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22.crate\n-rw-r--r-- root/root     34100 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/console-0.16.2.crate\n-rw-r--r-- root/root    939775 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1.crate\n-rw-r--r-- root/root     21096 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22.crate\n-rw-r--r-- root/root   2517186 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2.crate\n-rw-r--r-- root/root    837950 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1.crate\n-rw-r--r-- root/root     49120 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108.crate\n-rw-r--r-- root/root     33559 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49.crate\n-rw-r--r-- root/root    423447 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3.crate\n-rw-r--r-- root/root     12638 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11.crate\n-rw-r--r-- root/root     11517 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/heck-0.5.0.crate\n-rw-r--r-- root/root     12002 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/errno-0.3.14.crate\n-rw-r--r-- root/root     10686 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3.crate\n-rw-r--r-- root/root     96477 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1.crate\n-rw-r--r-- root/root     29516 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21.crate\n-rw-r--r-- root/root      9283 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108.crate\n-rw-r--r-- root/root      8196 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4.crate\n-rw-r--r-- root/root     59605 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228.crate\n-rw-r--r-- root/root    838009 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1.crate\n-rw-r--r-- root/root    282768 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2.crate\n-rw-r--r-- root/root    907688 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1.crate\n-rw-r--r-- root/root     15905 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17.crate\n-rw-r--r-- root/root     56436 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85.crate\n-rw-r--r-- root/root    857396 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1.crate\n-rw-r--r-- root/root     34534 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3.crate\n-rw-r--r-- root/root    787739 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1.crate\n-rw-r--r-- root/root    155957 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148.crate\n-rw-r--r-- root/root      7126 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5.crate\n-rw-r--r-- root/root     66504 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3.crate\n-rw-r--r-- root/root     10183 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6.crate\n-rw-r--r-- root/root      7448 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2.crate\n-rw-r--r-- root/root    783720 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/libc-0.2.178.crate\n-rw-r--r-- root/root     10121 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108.crate\n-rw-r--r-- root/root     21707 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7.crate\n-rw-r--r-- root/root     10264 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5.crate\n-rw-r--r-- root/root     35840 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2.crate\n-rw-r--r-- root/root    170811 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53.crate\n-rw-r--r-- root/root     63111 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228.crate\n-rw-r--r-- root/root     13499 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2.crate\n-rw-r--r-- root/root     17651 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13.crate\n-rw-r--r-- root/root     60058 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104.crate\n-rw-r--r-- root/root     23951 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0.crate\n-rw-r--r-- root/root   2659624 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0.crate\n-rw-r--r-- root/root      6133 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1.crate\n-rw-r--r-- root/root      8041 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2.crate\n-rw-r--r-- root/root   2518479 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2.crate\n-rw-r--r-- root/root    787748 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1.crate\n-rw-r--r-- root/root     48427 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0.crate\n-rw-r--r-- root/root     56986 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0.crate\n-rw-r--r-- root/root      9360 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4.crate\n-rw-r--r-- root/root    903712 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1.crate\n-rw-r--r-- root/root     14266 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1.crate\n-rw-r--r-- root/root     13466 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6.crate\n-rw-r--r-- root/root     13368 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11.crate\n-rw-r--r-- root/root    302117 2026-09-03 14:48 ./registry/cache/index.crates.io-1949cf8c6b5b557f/syn-2.0.111.crate\n-rw-r--r-- root/root     62036 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/clap-4.5.53.crate\n-rw-r--r-- root/root     18026 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0.crate\n-rw-r--r-- root/root     49855 2026-09-03 14:47 ./registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108.crate\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.github/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.github/workflows/\n-rw-r--r-- root/root       620 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.github/workflows/publish.yaml\n-rw-r--r-- root/root      1186 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.github/workflows/main.yaml\n-rw-r--r-- root/root       284 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.github/dependabot.yml\n-rw-r--r-- root/root       556 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/Cargo.lock\n-rw-r--r-- root/root       580 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/Cargo.toml.orig\n-rw-r--r-- root/root      1140 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/CHANGELOG.md\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/\n-rw-r--r-- root/root      6368 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs\n-rw-r--r-- root/root        18 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.gitignore\n-rw-r--r-- root/root      1057 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/LICENSE-MIT\n-rw-r--r-- root/root      1436 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/README.md\n-rw-r--r-- root/root     10847 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/LICENSE-APACHE\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/tests/\n-rw-r--r-- root/root       296 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/tests/xcrate.rs\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/.cargo-ok\n-rw-r--r-- root/root      1239 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/\n-rw-r--r-- root/root      2120 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/Cargo.lock\n-rw-r--r-- root/root        44 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/rustfmt.toml\n-rw-r--r-- root/root      2560 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/Cargo.toml.orig\n-rw-r--r-- root/root         9 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/.ignore\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/\n-rw-r--r-- root/root      2863 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/cow.rs\n-rw-r--r-- root/root       423 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/macros.rs\n-rw-r--r-- root/root     17435 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/vector.rs\n-rw-r--r-- root/root      1598 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/ext.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memmem/\n-rw-r--r-- root/root     39265 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memmem/searcher.rs\n-rw-r--r-- root/root     23745 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memmem/mod.rs\n-rw-r--r-- root/root      8337 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/lib.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/memchr/\n-rw-r--r-- root/root       827 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/memchr/naive.rs\n-rw-r--r-- root/root     11609 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/memchr/prop.rs\n-rw-r--r-- root/root     11159 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/memchr/mod.rs\n-rw-r--r-- root/root      8074 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/packedpair.rs\n-rw-r--r-- root/root       362 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/substring/\n-rw-r--r-- root/root      1232 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/substring/naive.rs\n-rw-r--r-- root/root      3903 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/substring/prop.rs\n-rw-r--r-- root/root      8430 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/tests/substring/mod.rs\n-rw-r--r-- root/root     27463 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memchr.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/wasm32/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/wasm32/simd128/\n-rw-r--r-- root/root     37465 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/wasm32/simd128/memchr.rs\n-rw-r--r-- root/root      8358 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/wasm32/simd128/packedpair.rs\n-rw-r--r-- root/root       114 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/wasm32/simd128/mod.rs\n-rw-r--r-- root/root      3023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/wasm32/memchr.rs\n-rw-r--r-- root/root        92 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/wasm32/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/\n-rw-r--r-- root/root     49004 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/memchr.rs\n-rw-r--r-- root/root     12661 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/packedpair.rs\n-rw-r--r-- root/root       557 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/\n-rw-r--r-- root/root     33319 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/twoway.rs\n-rw-r--r-- root/root     14803 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/rabinkarp.rs\n-rw-r--r-- root/root      3125 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/shiftor.rs\n-rw-r--r-- root/root     37690 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/memchr.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/packedpair/\n-rw-r--r-- root/root      4426 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/packedpair/default_rank.rs\n-rw-r--r-- root/root     14472 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/packedpair/mod.rs\n-rw-r--r-- root/root      8348 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/aarch64/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/aarch64/neon/\n-rw-r--r-- root/root     37977 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/aarch64/neon/memchr.rs\n-rw-r--r-- root/root      8285 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/aarch64/neon/packedpair.rs\n-rw-r--r-- root/root       112 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/aarch64/neon/mod.rs\n-rw-r--r-- root/root      3407 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/aarch64/memchr.rs\n-rw-r--r-- root/root        90 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/aarch64/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/\n-rw-r--r-- root/root     40911 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/memchr.rs\n-rw-r--r-- root/root      7978 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/packedpair.rs\n-rw-r--r-- root/root       111 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/\n-rw-r--r-- root/root     50366 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/memchr.rs\n-rw-r--r-- root/root      9734 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/packedpair.rs\n-rw-r--r-- root/root       111 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/mod.rs\n-rw-r--r-- root/root     10302 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/memchr.rs\n-rw-r--r-- root/root       103 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/mod.rs\n-rw-r--r-- root/root       373 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/mod.rs\n-rw-r--r-- root/root        93 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/.gitignore\n-rw-r--r-- root/root      1081 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/LICENSE-MIT\n-rw-r--r-- root/root      9870 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/README.md\n-rw-r--r-- root/root       126 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/COPYING\n-rw-r--r-- root/root      1211 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/UNLICENSE\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/.cargo_vcs_info.json\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/.vim/\n-rw-r--r-- root/root       557 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/.vim/coc-settings.json\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/.cargo-ok\n-rw-r--r-- root/root      1833 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/\n-rw-r--r-- root/root      8203 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/Cargo.lock\n-rw-r--r-- root/root      1747 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/Cargo.toml.orig\n-rw-r--r-- root/root      2557 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/CHANGELOG.md\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/windows_term/\n-rw-r--r-- root/root     12762 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/windows_term/colors.rs\n-rw-r--r-- root/root     21262 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/windows_term/mod.rs\n-rw-r--r-- root/root       558 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/kb.rs\n-rw-r--r-- root/root      3917 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/lib.rs\n-rw-r--r-- root/root      1299 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/wasm_term.rs\n-rw-r--r-- root/root     33494 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/utils.rs\n-rw-r--r-- root/root     14490 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/ansi.rs\n-rw-r--r-- root/root     13701 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/unix_term.rs\n-rw-r--r-- root/root     20362 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/term.rs\n-rw-r--r-- root/root      1567 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/common_term.rs\n-rw-r--r-- root/root      2517 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/README.md\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/.cargo-ok\n-rw-r--r-- root/root      1112 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/LICENSE\n-rw-r--r-- root/root      1968 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/\n-rw-r--r-- root/root       198 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/build.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/lib/\n-rw-r--r-- root/root   5221340 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/lib/windows.0.53.0.lib\n-rw-r--r-- root/root       165 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/Cargo.lock\n-rw-r--r-- root/root       114 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/readme.md\n-rw-r--r-- root/root       386 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/src/\n-rw-r--r-- root/root        11 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/src/lib.rs\n-rw-r--r-- root/root       121 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/.cargo_vcs_info.json\n-rw-r--r-- root/root     11351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/license-apache-2.0\n-rw-r--r-- root/root      1141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/license-mit\n-rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/.cargo-ok\n-rw-r--r-- root/root      1161 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.1/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/\n-rw-r--r-- root/root       836 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/Cargo.lock\n-rw-r--r-- root/root      1485 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/Cargo.toml.orig\n-rw-r--r-- root/root      7226 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/ORG_CODE_OF_CONDUCT.md\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/\n-rw-r--r-- root/root      5025 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/loop_device.rs\n-rw-r--r-- root/root     57696 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/btrfs.rs\n-rw-r--r-- root/root      1456 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/auxvec.rs\n-rw-r--r-- root/root     69258 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/ioctl.rs\n-rw-r--r-- root/root    203244 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/netlink.rs\n-rw-r--r-- root/root    118257 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/net.rs\n-rw-r--r-- root/root      3877 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/system.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/image.rs\n-rw-r--r-- root/root      6351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/if_ether.rs\n-rw-r--r-- root/root      5540 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/mempolicy.rs\n-rw-r--r-- root/root    109934 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/if_arp.rs\n-rw-r--r-- root/root      5935 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/xdp.rs\n-rw-r--r-- root/root     42002 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/io_uring.rs\n-rw-r--r-- root/root      9619 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/if_packet.rs\n-rw-r--r-- root/root      4001 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/errno.rs\n-rw-r--r-- root/root      4212 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/landlock.rs\n-rw-r--r-- root/root     21497 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/elf_uapi.rs\n-rw-r--r-- root/root     10784 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/prctl.rs\n-rw-r--r-- root/root    110991 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/general.rs\n-rw-r--r-- root/root     32663 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/ptrace.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc/bootparam.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/\n-rw-r--r-- root/root      4912 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/loop_device.rs\n-rw-r--r-- root/root     57585 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/btrfs.rs\n-rw-r--r-- root/root      1314 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/auxvec.rs\n-rw-r--r-- root/root     68141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/ioctl.rs\n-rw-r--r-- root/root    203131 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/netlink.rs\n-rw-r--r-- root/root    118107 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/net.rs\n-rw-r--r-- root/root      3764 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/system.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/image.rs\n-rw-r--r-- root/root      6238 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/if_ether.rs\n-rw-r--r-- root/root      5540 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/mempolicy.rs\n-rw-r--r-- root/root    109824 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/if_arp.rs\n-rw-r--r-- root/root      5822 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/xdp.rs\n-rw-r--r-- root/root     41891 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/io_uring.rs\n-rw-r--r-- root/root      9509 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/if_packet.rs\n-rw-r--r-- root/root      4001 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/errno.rs\n-rw-r--r-- root/root      4099 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/landlock.rs\n-rw-r--r-- root/root     21384 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/elf_uapi.rs\n-rw-r--r-- root/root     10671 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/prctl.rs\n-rw-r--r-- root/root    104126 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/general.rs\n-rw-r--r-- root/root     30671 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/ptrace.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv32/bootparam.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/\n-rw-r--r-- root/root      4925 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/loop_device.rs\n-rw-r--r-- root/root     57636 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/btrfs.rs\n-rw-r--r-- root/root      1101 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/auxvec.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/ioctl.rs\n-rw-r--r-- root/root    203144 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/netlink.rs\n-rw-r--r-- root/root    126086 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/net.rs\n-rw-r--r-- root/root      3777 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/system.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/image.rs\n-rw-r--r-- root/root      6251 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/if_ether.rs\n-rw-r--r-- root/root      5602 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/mempolicy.rs\n-rw-r--r-- root/root    117712 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/if_arp.rs\n-rw-r--r-- root/root      5835 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/xdp.rs\n-rw-r--r-- root/root     41942 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/io_uring.rs\n-rw-r--r-- root/root     17397 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/if_packet.rs\n-rw-r--r-- root/root      4063 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/errno.rs\n-rw-r--r-- root/root      4112 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/landlock.rs\n-rw-r--r-- root/root     21397 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/elf_uapi.rs\n-rw-r--r-- root/root     10684 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/prctl.rs\n-rw-r--r-- root/root    110232 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/general.rs\n-rw-r--r-- root/root     34252 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/ptrace.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc/bootparam.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/\n-rw-r--r-- root/root      5276 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/loop_device.rs\n-rw-r--r-- root/root     57947 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/btrfs.rs\n-rw-r--r-- root/root       997 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/auxvec.rs\n-rw-r--r-- root/root     69002 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/ioctl.rs\n-rw-r--r-- root/root    203495 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/netlink.rs\n-rw-r--r-- root/root    119267 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/net.rs\n-rw-r--r-- root/root      4128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/system.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/image.rs\n-rw-r--r-- root/root      6602 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/if_ether.rs\n-rw-r--r-- root/root      5606 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/mempolicy.rs\n-rw-r--r-- root/root    110185 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/if_arp.rs\n-rw-r--r-- root/root      6186 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/xdp.rs\n-rw-r--r-- root/root     42253 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/io_uring.rs\n-rw-r--r-- root/root      9870 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/if_packet.rs\n-rw-r--r-- root/root      4067 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/errno.rs\n-rw-r--r-- root/root      4463 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/landlock.rs\n-rw-r--r-- root/root     21748 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/elf_uapi.rs\n-rw-r--r-- root/root     11035 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/prctl.rs\n-rw-r--r-- root/root    114444 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/general.rs\n-rw-r--r-- root/root     30425 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/ptrace.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips/bootparam.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/\n-rw-r--r-- root/root      5301 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/loop_device.rs\n-rw-r--r-- root/root     57972 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/btrfs.rs\n-rw-r--r-- root/root       997 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/auxvec.rs\n-rw-r--r-- root/root     68994 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/ioctl.rs\n-rw-r--r-- root/root    203520 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/netlink.rs\n-rw-r--r-- root/root    119543 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/net.rs\n-rw-r--r-- root/root      4979 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/system.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/image.rs\n-rw-r--r-- root/root      6627 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/if_ether.rs\n-rw-r--r-- root/root      5606 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/mempolicy.rs\n-rw-r--r-- root/root    110210 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/if_arp.rs\n-rw-r--r-- root/root      6211 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/xdp.rs\n-rw-r--r-- root/root     42278 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/io_uring.rs\n-rw-r--r-- root/root      9895 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/if_packet.rs\n-rw-r--r-- root/root      4067 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/errno.rs\n-rw-r--r-- root/root      4488 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/landlock.rs\n-rw-r--r-- root/root     21773 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/elf_uapi.rs\n-rw-r--r-- root/root     11060 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/prctl.rs\n-rw-r--r-- root/root    111262 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/general.rs\n-rw-r--r-- root/root     30450 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/ptrace.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64/bootparam.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/\n-rw-r--r-- root/root      4987 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/loop_device.rs\n-rw-r--r-- root/root     57660 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/btrfs.rs\n-rw-r--r-- root/root       997 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/auxvec.rs\n-rw-r--r-- root/root     68133 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/ioctl.rs\n-rw-r--r-- root/root    203206 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/netlink.rs\n-rw-r--r-- root/root    118465 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/net.rs\n-rw-r--r-- root/root      4665 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/system.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/image.rs\n-rw-r--r-- root/root      6313 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/if_ether.rs\n-rw-r--r-- root/root      5540 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/mempolicy.rs\n-rw-r--r-- root/root    109899 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/if_arp.rs\n-rw-r--r-- root/root      5897 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/xdp.rs\n-rw-r--r-- root/root     41966 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/io_uring.rs\n-rw-r--r-- root/root      9584 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/if_packet.rs\n-rw-r--r-- root/root      4001 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/errno.rs\n-rw-r--r-- root/root      4174 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/landlock.rs\n-rw-r--r-- root/root     21459 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/elf_uapi.rs\n-rw-r--r-- root/root     10746 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/prctl.rs\n-rw-r--r-- root/root    109327 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/general.rs\n-rw-r--r-- root/root     32080 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/ptrace.rs\n-rw-r--r-- root/root     20123 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x32/bootparam.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/\n-rw-r--r-- root/root      4963 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/loop_device.rs\n-rw-r--r-- root/root     57636 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/btrfs.rs\n-rw-r--r-- root/root       997 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/auxvec.rs\n-rw-r--r-- root/root     68133 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/ioctl.rs\n-rw-r--r-- root/root    203182 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/netlink.rs\n-rw-r--r-- root/root    118405 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/net.rs\n-rw-r--r-- root/root      4641 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/system.rs\n-rw-r--r-- root/root      3167 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/image.rs\n-rw-r--r-- root/root      6289 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/if_ether.rs\n-rw-r--r-- root/root      5540 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/mempolicy.rs\n-rw-r--r-- root/root    109875 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/if_arp.rs\n-rw-r--r-- root/root      5873 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/xdp.rs\n-rw-r--r-- root/root     41942 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/io_uring.rs\n-rw-r--r-- root/root      9560 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/if_packet.rs\n-rw-r--r-- root/root      4001 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/errno.rs\n-rw-r--r-- root/root      4150 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/landlock.rs\n-rw-r--r-- root/root     21435 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/elf_uapi.rs\n-rw-r--r-- root/root     10722 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/prctl.rs\n-rw-r--r-- root/root    103930 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/general.rs\n-rw-r--r-- root/root     36153 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/ptrace.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/aarch64/bootparam.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/\n-rw-r--r-- root/root      4945 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/loop_device.rs\n-rw-r--r-- root/root     57618 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/btrfs.rs\n-rw-r--r-- root/root      1314 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/auxvec.rs\n-rw-r--r-- root/root     68133 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/ioctl.rs\n-rw-r--r-- root/root    203164 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/netlink.rs\n-rw-r--r-- root/root    118387 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/net.rs\n-rw-r--r-- root/root      4623 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/system.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/image.rs\n-rw-r--r-- root/root      6271 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/if_ether.rs\n-rw-r--r-- root/root      5540 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/mempolicy.rs\n-rw-r--r-- root/root    109857 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/if_arp.rs\n-rw-r--r-- root/root      5855 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/xdp.rs\n-rw-r--r-- root/root     41924 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/io_uring.rs\n-rw-r--r-- root/root      9542 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/if_packet.rs\n-rw-r--r-- root/root      4001 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/errno.rs\n-rw-r--r-- root/root      4132 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/landlock.rs\n-rw-r--r-- root/root     21417 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/elf_uapi.rs\n-rw-r--r-- root/root     10704 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/prctl.rs\n-rw-r--r-- root/root    103645 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/general.rs\n-rw-r--r-- root/root     30704 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/ptrace.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/riscv64/bootparam.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/\n-rw-r--r-- root/root      4923 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/loop_device.rs\n-rw-r--r-- root/root     57596 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/btrfs.rs\n-rw-r--r-- root/root      1029 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/auxvec.rs\n-rw-r--r-- root/root     68141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/ioctl.rs\n-rw-r--r-- root/root    203142 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/netlink.rs\n-rw-r--r-- root/root    118154 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/net.rs\n-rw-r--r-- root/root      3775 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/system.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/image.rs\n-rw-r--r-- root/root      6249 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/if_ether.rs\n-rw-r--r-- root/root      5540 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/mempolicy.rs\n-rw-r--r-- root/root    109871 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/if_arp.rs\n-rw-r--r-- root/root      5833 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/xdp.rs\n-rw-r--r-- root/root     41974 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/io_uring.rs\n-rw-r--r-- root/root      9556 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/if_packet.rs\n-rw-r--r-- root/root      4001 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/errno.rs\n-rw-r--r-- root/root      4110 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/landlock.rs\n-rw-r--r-- root/root     21395 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/elf_uapi.rs\n-rw-r--r-- root/root     10682 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/prctl.rs\n-rw-r--r-- root/root    110203 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/general.rs\n-rw-r--r-- root/root     32235 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/ptrace.rs\n-rw-r--r-- root/root     20059 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86/bootparam.rs\n-rw-r--r-- root/root     48759 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/lib.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/\n-rw-r--r-- root/root      5301 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/loop_device.rs\n-rw-r--r-- root/root     57972 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/btrfs.rs\n-rw-r--r-- root/root       997 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/auxvec.rs\n-rw-r--r-- root/root     68994 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/ioctl.rs\n-rw-r--r-- root/root    203520 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/netlink.rs\n-rw-r--r-- root/root    119543 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/net.rs\n-rw-r--r-- root/root      4979 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/system.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/image.rs\n-rw-r--r-- root/root      6627 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/if_ether.rs\n-rw-r--r-- root/root      5606 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/mempolicy.rs\n-rw-r--r-- root/root    110210 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/if_arp.rs\n-rw-r--r-- root/root      6211 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/xdp.rs\n-rw-r--r-- root/root     42278 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/io_uring.rs\n-rw-r--r-- root/root      9895 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/if_packet.rs\n-rw-r--r-- root/root      4067 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/errno.rs\n-rw-r--r-- root/root      4488 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/landlock.rs\n-rw-r--r-- root/root     21773 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/elf_uapi.rs\n-rw-r--r-- root/root     11060 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/prctl.rs\n-rw-r--r-- root/root    111262 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/general.rs\n-rw-r--r-- root/root     30450 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/ptrace.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips64r6/bootparam.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/\n-rw-r--r-- root/root      5109 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/loop_device.rs\n-rw-r--r-- root/root     57820 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/btrfs.rs\n-rw-r--r-- root/root      1101 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/auxvec.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/ioctl.rs\n-rw-r--r-- root/root    203328 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/netlink.rs\n-rw-r--r-- root/root    126522 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/net.rs\n-rw-r--r-- root/root      4787 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/system.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/image.rs\n-rw-r--r-- root/root      6435 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/if_ether.rs\n-rw-r--r-- root/root      5602 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/mempolicy.rs\n-rw-r--r-- root/root    117896 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/if_arp.rs\n-rw-r--r-- root/root      6019 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/xdp.rs\n-rw-r--r-- root/root     41990 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/io_uring.rs\n-rw-r--r-- root/root     17581 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/if_packet.rs\n-rw-r--r-- root/root      4063 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/errno.rs\n-rw-r--r-- root/root      4296 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/landlock.rs\n-rw-r--r-- root/root     21581 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/elf_uapi.rs\n-rw-r--r-- root/root     10868 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/prctl.rs\n-rw-r--r-- root/root    108556 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/general.rs\n-rw-r--r-- root/root     34747 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/ptrace.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/sparc64/bootparam.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/\n-rw-r--r-- root/root      4945 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/loop_device.rs\n-rw-r--r-- root/root     57618 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/btrfs.rs\n-rw-r--r-- root/root       997 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/auxvec.rs\n-rw-r--r-- root/root     67570 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/ioctl.rs\n-rw-r--r-- root/root    203164 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/netlink.rs\n-rw-r--r-- root/root    118387 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/net.rs\n-rw-r--r-- root/root      4623 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/system.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/image.rs\n-rw-r--r-- root/root      6271 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/if_ether.rs\n-rw-r--r-- root/root      5540 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/mempolicy.rs\n-rw-r--r-- root/root    109857 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/if_arp.rs\n-rw-r--r-- root/root      5855 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/xdp.rs\n-rw-r--r-- root/root     41924 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/io_uring.rs\n-rw-r--r-- root/root      9542 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/if_packet.rs\n-rw-r--r-- root/root      4001 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/errno.rs\n-rw-r--r-- root/root      4132 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/landlock.rs\n-rw-r--r-- root/root     21417 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/elf_uapi.rs\n-rw-r--r-- root/root     10704 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/prctl.rs\n-rw-r--r-- root/root    103445 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/general.rs\n-rw-r--r-- root/root     29607 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/ptrace.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/loongarch64/bootparam.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/\n-rw-r--r-- root/root      4964 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/loop_device.rs\n-rw-r--r-- root/root     57637 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/btrfs.rs\n-rw-r--r-- root/root       997 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/auxvec.rs\n-rw-r--r-- root/root     68133 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/ioctl.rs\n-rw-r--r-- root/root    203183 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/netlink.rs\n-rw-r--r-- root/root    118406 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/net.rs\n-rw-r--r-- root/root      4642 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/system.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/image.rs\n-rw-r--r-- root/root      6290 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/if_ether.rs\n-rw-r--r-- root/root      5540 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/mempolicy.rs\n-rw-r--r-- root/root    109876 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/if_arp.rs\n-rw-r--r-- root/root      5874 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/xdp.rs\n-rw-r--r-- root/root     41943 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/io_uring.rs\n-rw-r--r-- root/root      9561 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/if_packet.rs\n-rw-r--r-- root/root      4001 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/errno.rs\n-rw-r--r-- root/root      4151 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/landlock.rs\n-rw-r--r-- root/root     21436 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/elf_uapi.rs\n-rw-r--r-- root/root     10723 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/prctl.rs\n-rw-r--r-- root/root    107042 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/general.rs\n-rw-r--r-- root/root     32057 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/ptrace.rs\n-rw-r--r-- root/root     20100 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/bootparam.rs\n-rw-r--r-- root/root      7232 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/elf.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/\n-rw-r--r-- root/root      5518 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/loop_device.rs\n-rw-r--r-- root/root     58191 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/btrfs.rs\n-rw-r--r-- root/root       997 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/auxvec.rs\n-rw-r--r-- root/root     68133 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/ioctl.rs\n-rw-r--r-- root/root    203737 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/netlink.rs\n-rw-r--r-- root/root    118997 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/net.rs\n-rw-r--r-- root/root      5196 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/system.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/image.rs\n-rw-r--r-- root/root      6844 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/if_ether.rs\n-rw-r--r-- root/root      5540 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/mempolicy.rs\n-rw-r--r-- root/root    110427 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/if_arp.rs\n-rw-r--r-- root/root      6428 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/xdp.rs\n-rw-r--r-- root/root     42497 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/io_uring.rs\n-rw-r--r-- root/root     10112 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/if_packet.rs\n-rw-r--r-- root/root      4001 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/errno.rs\n-rw-r--r-- root/root      4705 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/landlock.rs\n-rw-r--r-- root/root     21990 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/elf_uapi.rs\n-rw-r--r-- root/root     11277 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/prctl.rs\n-rw-r--r-- root/root    106647 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/general.rs\n-rw-r--r-- root/root     62438 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/ptrace.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/s390x/bootparam.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/\n-rw-r--r-- root/root      4923 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/loop_device.rs\n-rw-r--r-- root/root     57596 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/btrfs.rs\n-rw-r--r-- root/root       957 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/auxvec.rs\n-rw-r--r-- root/root     68141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/ioctl.rs\n-rw-r--r-- root/root    203142 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/netlink.rs\n-rw-r--r-- root/root    118118 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/net.rs\n-rw-r--r-- root/root      3775 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/system.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/image.rs\n-rw-r--r-- root/root      6249 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/if_ether.rs\n-rw-r--r-- root/root      5540 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/mempolicy.rs\n-rw-r--r-- root/root    109835 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/if_arp.rs\n-rw-r--r-- root/root      5833 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/xdp.rs\n-rw-r--r-- root/root     41902 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/io_uring.rs\n-rw-r--r-- root/root      9520 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/if_packet.rs\n-rw-r--r-- root/root      4001 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/errno.rs\n-rw-r--r-- root/root      4110 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/landlock.rs\n-rw-r--r-- root/root     21395 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/elf_uapi.rs\n-rw-r--r-- root/root     10682 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/prctl.rs\n-rw-r--r-- root/root    109273 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/general.rs\n-rw-r--r-- root/root     31467 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/ptrace.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/arm/bootparam.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/\n-rw-r--r-- root/root      5276 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/loop_device.rs\n-rw-r--r-- root/root     57947 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/btrfs.rs\n-rw-r--r-- root/root       997 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/auxvec.rs\n-rw-r--r-- root/root     69002 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/ioctl.rs\n-rw-r--r-- root/root    203495 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/netlink.rs\n-rw-r--r-- root/root    119267 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/net.rs\n-rw-r--r-- root/root      4128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/system.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/image.rs\n-rw-r--r-- root/root      6602 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/if_ether.rs\n-rw-r--r-- root/root      5606 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/mempolicy.rs\n-rw-r--r-- root/root    110185 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/if_arp.rs\n-rw-r--r-- root/root      6186 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/xdp.rs\n-rw-r--r-- root/root     42253 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/io_uring.rs\n-rw-r--r-- root/root      9870 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/if_packet.rs\n-rw-r--r-- root/root      4067 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/errno.rs\n-rw-r--r-- root/root      4463 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/landlock.rs\n-rw-r--r-- root/root     21748 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/elf_uapi.rs\n-rw-r--r-- root/root     11035 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/prctl.rs\n-rw-r--r-- root/root    114444 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/general.rs\n-rw-r--r-- root/root     30425 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/ptrace.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/mips32r6/bootparam.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/\n-rw-r--r-- root/root      4912 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/loop_device.rs\n-rw-r--r-- root/root     57585 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/btrfs.rs\n-rw-r--r-- root/root       920 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/auxvec.rs\n-rw-r--r-- root/root     68141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/ioctl.rs\n-rw-r--r-- root/root    203131 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/netlink.rs\n-rw-r--r-- root/root    118143 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/net.rs\n-rw-r--r-- root/root      3764 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/system.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/image.rs\n-rw-r--r-- root/root      6238 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/if_ether.rs\n-rw-r--r-- root/root      5540 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/mempolicy.rs\n-rw-r--r-- root/root    109860 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/if_arp.rs\n-rw-r--r-- root/root      5822 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/xdp.rs\n-rw-r--r-- root/root     41963 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/io_uring.rs\n-rw-r--r-- root/root      9545 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/if_packet.rs\n-rw-r--r-- root/root      4001 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/errno.rs\n-rw-r--r-- root/root      4099 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/landlock.rs\n-rw-r--r-- root/root     21384 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/elf_uapi.rs\n-rw-r--r-- root/root     10671 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/prctl.rs\n-rw-r--r-- root/root    105324 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/general.rs\n-rw-r--r-- root/root     28651 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/ptrace.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/csky/bootparam.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/\n-rw-r--r-- root/root      5049 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/loop_device.rs\n-rw-r--r-- root/root     57720 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/btrfs.rs\n-rw-r--r-- root/root      1456 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/auxvec.rs\n-rw-r--r-- root/root     69250 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/ioctl.rs\n-rw-r--r-- root/root    203268 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/netlink.rs\n-rw-r--r-- root/root    118528 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/net.rs\n-rw-r--r-- root/root      4727 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/system.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/image.rs\n-rw-r--r-- root/root      6375 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/if_ether.rs\n-rw-r--r-- root/root      5540 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/mempolicy.rs\n-rw-r--r-- root/root    109958 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/if_arp.rs\n-rw-r--r-- root/root      5959 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/xdp.rs\n-rw-r--r-- root/root     42026 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/io_uring.rs\n-rw-r--r-- root/root      9643 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/if_packet.rs\n-rw-r--r-- root/root      4001 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/errno.rs\n-rw-r--r-- root/root      4236 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/landlock.rs\n-rw-r--r-- root/root     21521 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/elf_uapi.rs\n-rw-r--r-- root/root     10808 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/prctl.rs\n-rw-r--r-- root/root    109219 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/general.rs\n-rw-r--r-- root/root     32812 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/ptrace.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/powerpc64/bootparam.rs\n-rw-r--r-- root/root      1023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/LICENSE-MIT\n-rw-r--r-- root/root      2188 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/README.md\n-rw-r--r-- root/root     10847 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/LICENSE-APACHE\n-rw-r--r-- root/root       881 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/COPYRIGHT\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/.cargo_vcs_info.json\n-rw-r--r-- root/root      3499 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/CODE_OF_CONDUCT.md\n-rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/.cargo-ok\n-rw-r--r-- root/root     12243 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/LICENSE-Apache-2.0_WITH_LLVM-exception\n-rw-r--r-- root/root      2266 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/\n-rw-r--r-- root/root       165 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/Cargo.lock\n-rw-r--r-- root/root      3091 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/src/\n-rw-r--r-- root/root      1575 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/src/lib.rs\n-rw-r--r-- root/root      1062 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/LICENSE-MIT\n-rw-r--r-- root/root       951 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/README.md\n-rw-r--r-- root/root     11358 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/LICENSE-APACHE\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/.cargo-ok\n-rw-r--r-- root/root      3922 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/.github/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/.github/workflows/\n-rw-r--r-- root/root      2698 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/.github/workflows/main.yml\n-rw-r--r-- root/root       207 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/.github/dependabot.yml\n-rw-r--r-- root/root       812 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/Cargo.lock\n-rw-r--r-- root/root        14 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/clippy.toml\n-rw-r--r-- root/root      1099 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/Cargo.toml.orig\n-rw-r--r-- root/root      4479 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/CHANGELOG.md\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/\n-rw-r--r-- root/root      1011 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/sys.rs\n-rw-r--r-- root/root      2608 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/windows.rs\n-rw-r--r-- root/root      3042 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/unix.rs\n-rw-r--r-- root/root      1017 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/hermit.rs\n-rw-r--r-- root/root      3916 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/lib.rs\n-rw-r--r-- root/root      1686 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/wasi.rs\n-rw-r--r-- root/root        18 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/.gitignore\n-rw-r--r-- root/root      1054 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/LICENSE-MIT\n-rw-r--r-- root/root      1418 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/README.md\n-rw-r--r-- root/root     10847 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/LICENSE-APACHE\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/.cargo-ok\n-rw-r--r-- root/root      1632 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/scripts/\n-rwxr-xr-x root/root     81780 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/scripts/unicode.py\n-rw-r--r-- root/root       648 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/Cargo.lock\n-rw-r--r-- root/root       953 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/src/\n-rw-r--r-- root/root   1563226 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/src/tables.rs\n-rw-r--r-- root/root     14583 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/src/lib.rs\n-rw-r--r-- root/root        70 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/.gitignore\n-rw-r--r-- root/root      1071 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/LICENSE-MIT\n-rw-r--r-- root/root      2755 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/README.md\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/benches/\n-rw-r--r-- root/root      3196 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/benches/benches.rs\n-rw-r--r-- root/root     10847 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/LICENSE-APACHE\n-rw-r--r-- root/root       321 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/COPYRIGHT\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/tests/\n-rw-r--r-- root/root     21728 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/tests/tests.rs\n-rw-r--r-- root/root    669326 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/tests/emoji-test.txt\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/.cargo-ok\n-rw-r--r-- root/root      1681 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/\n-rw-r--r-- root/root     10150 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/Cargo.lock\n-rw-r--r-- root/root      4973 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/Cargo.toml.orig\n-rw-r--r-- root/root      1840 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/CHANGELOG.md\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/time/\n-rw-r--r-- root/root      1307 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/time/js.rs\n-rw-r--r-- root/root      4871 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/time/serde.rs\n-rw-r--r-- root/root      3102 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/time/system_time.rs\n-rw-r--r-- root/root       325 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/time/mod.rs\n-rw-r--r-- root/root      7328 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/time/instant.rs\n-rw-r--r-- root/root      1592 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/web.rs\n-rw-r--r-- root/root      5956 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/lib.rs\n-rw-r--r-- root/root      1065 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/LICENSE-MIT\n-rw-r--r-- root/root      5617 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/README.md\n-rw-r--r-- root/root     11338 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/LICENSE-APACHE\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/.cargo-ok\n-rw-r--r-- root/root      6032 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/\n-rw-r--r-- root/root      6367 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/Cargo.lock\n-rw-r--r-- root/root      1153 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/\n-rw-r--r-- root/root       102 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/macros.rs\n-rw-r--r-- root/root     20409 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/color.rs\n-rw-r--r-- root/root     10362 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/effect.rs\n-rw-r--r-- root/root      2400 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/lib.rs\n-rw-r--r-- root/root      1099 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/reset.rs\n-rw-r--r-- root/root     10264 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/style.rs\n-rw-r--r-- root/root      1062 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/LICENSE-MIT\n-rw-r--r-- root/root      1459 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/README.md\n-rw-r--r-- root/root     11358 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/LICENSE-APACHE\n-rw-r--r-- root/root       108 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/.cargo_vcs_info.json\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/examples/\n-rw-r--r-- root/root      4463 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/examples/dump-style.rs\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/.cargo-ok\n-rw-r--r-- root/root      4190 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/\n-rw-r--r-- root/root      7064 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/Cargo.lock\n-rw-r--r-- root/root       924 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/src/\n-rw-r--r-- root/root        60 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/src/worker.js\n-rw-r--r-- root/root      2712 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/src/lib.rs\n-rw-r--r-- root/root      1057 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/LICENSE-MIT\n-rw-r--r-- root/root      1298 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/README.md\n-rw-r--r-- root/root     10847 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/LICENSE-APACHE\n-rw-r--r-- root/root       106 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/.cargo-ok\n-rw-r--r-- root/root      1746 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.108/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/\n-rw-r--r-- root/root     20232 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/Cargo.lock\n-rw-r--r-- root/root      1534 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/state/\n-rw-r--r-- root/root     30658 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/state/table.rs\n-rw-r--r-- root/root      7182 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/state/codegen.rs\n-rw-r--r-- root/root      3739 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/state/definitions.rs\n-rw-r--r-- root/root      1327 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/state/mod.rs\n-rw-r--r-- root/root     14854 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/lib.rs\n-rw-r--r-- root/root      3684 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/params.rs\n-rw-r--r-- root/root      1062 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/LICENSE-MIT\n-rw-r--r-- root/root      1247 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/README.md\n-rw-r--r-- root/root     11358 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/LICENSE-APACHE\n-rw-r--r-- root/root       114 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/.cargo_vcs_info.json\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/examples/\n-rw-r--r-- root/root      1961 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/examples/parselog.rs\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/.cargo-ok\n-rw-r--r-- root/root      4545 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/\n-rw-r--r-- root/root       163 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/Cargo.lock\n-rw-r--r-- root/root      3351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/src/\n-rw-r--r-- root/root       230 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/src/lib.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/src/sync/\n-rw-r--r-- root/root       808 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/src/sync/mod.rs\n-rw-r--r-- root/root      1062 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/LICENSE-MIT\n-rw-r--r-- root/root       938 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/README.md\n-rw-r--r-- root/root     11358 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/LICENSE-APACHE\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/.cargo-ok\n-rw-r--r-- root/root      3959 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.2/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/\n-rw-r--r-- root/root     46308 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/Cargo.lock\n-rw-r--r-- root/root      2413 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/\n-rw-r--r-- root/root     44732 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/ty.rs\n-rw-r--r-- root/root     36289 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/token.rs\n-rw-r--r-- root/root     47678 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/parse.rs\n-rw-r--r-- root/root     31672 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/punctuated.rs\n-rw-r--r-- root/root      7978 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/group.rs\n-rw-r--r-- root/root      9234 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/discouraged.rs\n-rw-r--r-- root/root      8843 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/derive.rs\n-rw-r--r-- root/root     32009 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/pat.rs\n-rw-r--r-- root/root      4693 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/macros.rs\n-rw-r--r-- root/root      1408 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/drops.rs\n-rw-r--r-- root/root      7279 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/parse_quote.rs\n-rw-r--r-- root/root    141783 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/expr.rs\n-rw-r--r-- root/root      1672 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/export.rs\n-rw-r--r-- root/root      3848 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/lifetime.rs\n-rw-r--r-- root/root      3285 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/tt.rs\n-rw-r--r-- root/root     27676 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/fixup.rs\n-rw-r--r-- root/root     51682 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/generics.rs\n-rw-r--r-- root/root    121523 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/item.rs\n-rw-r--r-- root/root      5062 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/ext.rs\n-rw-r--r-- root/root      3779 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/spanned.rs\n-rw-r--r-- root/root      8337 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/op.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/\n-rw-r--r-- root/root    127583 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/visit_mut.rs\n-rw-r--r-- root/root     23132 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/token.css\n-rw-r--r-- root/root    127381 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/debug.rs\n-rw-r--r-- root/root     76352 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/clone.rs\n-rw-r--r-- root/root    125396 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/visit.rs\n-rw-r--r-- root/root    137004 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/fold.rs\n-rw-r--r-- root/root     76938 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/hash.rs\n-rw-r--r-- root/root     93152 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/gen/eq.rs\n-rw-r--r-- root/root     33492 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/path.rs\n-rw-r--r-- root/root     33841 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/lib.rs\n-rw-r--r-- root/root      2103 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/whitespace.rs\n-rw-r--r-- root/root     14137 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/meta.rs\n-rw-r--r-- root/root     13752 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/data.rs\n-rw-r--r-- root/root      1197 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/span.rs\n-rw-r--r-- root/root        87 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/sealed.rs\n-rw-r--r-- root/root      6817 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/precedence.rs\n-rw-r--r-- root/root     57161 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/lit.rs\n-rw-r--r-- root/root       390 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/print.rs\n-rw-r--r-- root/root      6135 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/restriction.rs\n-rw-r--r-- root/root     16749 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/stmt.rs\n-rw-r--r-- root/root     28413 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/attr.rs\n-rw-r--r-- root/root      7862 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/custom_keyword.rs\n-rw-r--r-- root/root      3496 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/parse_macro_input.rs\n-rw-r--r-- root/root      1610 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/bigint.rs\n-rw-r--r-- root/root      8007 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/mac.rs\n-rw-r--r-- root/root     13996 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/error.rs\n-rw-r--r-- root/root      1226 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/verbatim.rs\n-rw-r--r-- root/root      9157 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/custom_punctuation.rs\n-rw-r--r-- root/root      3143 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/ident.rs\n-rw-r--r-- root/root     16152 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/buffer.rs\n-rw-r--r-- root/root      9357 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/scan_expr.rs\n-rw-r--r-- root/root     10370 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/lookahead.rs\n-rw-r--r-- root/root      1904 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/thread.rs\n-rw-r--r-- root/root      3750 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/file.rs\n-rw-r--r-- root/root     10718 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/classify.rs\n-rw-r--r-- root/root      1023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/LICENSE-MIT\n-rw-r--r-- root/root     10340 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/README.md\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/benches/\n-rw-r--r-- root/root      5379 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/benches/rust.rs\n-rw-r--r-- root/root      1400 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/benches/file.rs\n-rw-r--r-- root/root      9723 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/LICENSE-APACHE\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/\n-rw-r--r-- root/root      8772 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_stmt.rs\n-rw-r--r-- root/root      3659 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_path.rs\n-rw-r--r-- root/root      1840 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_shebang.rs\n-rw-r--r-- root/root      4575 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_pat.rs\n-rw-r--r-- root/root     10772 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_generics.rs\n-rw-r--r-- root/root      2961 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_parse_buffer.rs\n-rw-r--r-- root/root      8481 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_round_trip.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/macros/\n-rw-r--r-- root/root       176 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/macros/mod.rs\n-rw-r--r-- root/root      7775 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_item.rs\n-rw-r--r-- root/root      1320 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_ident.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/debug/\n-rw-r--r-- root/root    207580 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/debug/gen.rs\n-rw-r--r-- root/root      3340 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/debug/mod.rs\n-rw-r--r-- root/root       762 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_token_trees.rs\n-rw-r--r-- root/root      1098 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/zzz_stable.rs\n-rw-r--r-- root/root      5524 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_parse_stream.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/repo/\n-rw-r--r-- root/root       844 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/repo/progress.rs\n-rw-r--r-- root/root     29271 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/repo/mod.rs\n-rw-r--r-- root/root      2259 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_punctuated.rs\n-rw-r--r-- root/root      1595 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_grouping.rs\n-rw-r--r-- root/root      4474 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_attribute.rs\n-rw-r--r-- root/root      1985 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_unparenthesize.rs\n-rw-r--r-- root/root     21857 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_derive_input.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/snapshot/\n-rw-r--r-- root/root      2085 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/snapshot/mod.rs\n-rw-r--r-- root/root       887 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_asyncness.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/regression/\n-rw-r--r-- root/root        97 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/regression/issue1108.rs\n-rw-r--r-- root/root       932 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/regression/issue1235.rs\n-rw-r--r-- root/root      3737 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_meta.rs\n-rw-r--r-- root/root      8331 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_receiver.rs\n-rw-r--r-- root/root     18193 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_precedence.rs\n-rw-r--r-- root/root       132 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/regression.rs\n-rw-r--r-- root/root     14160 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_ty.rs\n-rw-r--r-- root/root     10560 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_lit.rs\n-rw-r--r-- root/root     52454 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_expr.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/common/\n-rw-r--r-- root/root      1413 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/common/parse.rs\n-rw-r--r-- root/root      3894 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/common/visit.rs\n-rw-r--r-- root/root     32741 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/common/eq.rs\n-rw-r--r-- root/root       133 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/common/mod.rs\n-rw-r--r-- root/root      1607 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_size.rs\n-rw-r--r-- root/root      5149 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_visibility.rs\n-rw-r--r-- root/root      3629 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/tests/test_parse_quote.rs\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/.cargo-ok\n-rw-r--r-- root/root      5007 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/.github/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/.github/workflows/\n-rw-r--r-- root/root      2763 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/.github/workflows/ci.yml\n-rw-r--r-- root/root        44 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/rustfmt.toml\n-rw-r--r-- root/root       794 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/\n-rw-r--r-- root/root       663 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/util.rs\n-rw-r--r-- root/root     42415 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/tests/\n-rw-r--r-- root/root      7510 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/tests/util.rs\n-rw-r--r-- root/root     29432 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/tests/recursive.rs\n-rw-r--r-- root/root        39 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/tests/mod.rs\n-rw-r--r-- root/root      9267 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/error.rs\n-rw-r--r-- root/root     11211 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/dent.rs\n-rw-r--r-- root/root        92 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/.gitignore\n-rw-r--r-- root/root      1081 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/LICENSE-MIT\n-rw-r--r-- root/root      3976 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/README.md\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/compare/\n-rw-r--r-- root/root       273 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/compare/walk.py\n-rw-r--r-- root/root       499 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/compare/nftw.c\n-rw-r--r-- root/root       126 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/COPYING\n-rw-r--r-- root/root      1211 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/UNLICENSE\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/.cargo-ok\n-rw-r--r-- root/root      1258 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/\n-rw-r--r-- root/root      2471 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs\n-rw-r--r-- root/root      1594 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/Cargo.lock\n-rw-r--r-- root/root      2538 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/crates-io.md\n-rw-r--r-- root/root      2252 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/\n-rw-r--r-- root/root     41496 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs\n-rw-r--r-- root/root    110746 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs\n-rw-r--r-- root/root       574 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/private/\n-rw-r--r-- root/root       794 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/private/string.rs\n-rw-r--r-- root/root      5146 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/private/doc.rs\n-rw-r--r-- root/root       692 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/private/size_hint.rs\n-rw-r--r-- root/root       635 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/private/seed.rs\n-rw-r--r-- root/root       750 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/private/content.rs\n-rw-r--r-- root/root       504 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/private/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/de/\n-rw-r--r-- root/root     48848 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/de/value.rs\n-rw-r--r-- root/root      6154 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/de/ignored_any.rs\n-rw-r--r-- root/root     97135 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/de/impls.rs\n-rw-r--r-- root/root     83879 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/de/mod.rs\n-rw-r--r-- root/root       726 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/format.rs\n-rw-r--r-- root/root      8276 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/macros.rs\n-rw-r--r-- root/root      1351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/std_error.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/ser/\n-rw-r--r-- root/root      4166 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/ser/fmt.rs\n-rw-r--r-- root/root      5308 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/ser/impossible.rs\n-rw-r--r-- root/root     29535 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/ser/impls.rs\n-rw-r--r-- root/root     65231 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/ser/mod.rs\n-rw-r--r-- root/root      4350 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/lib.rs\n-rw-r--r-- root/root      7081 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/core/crate_root.rs\n-rw-r--r-- root/root     11659 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs\n-rw-r--r-- root/root       480 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/integer128.rs\n-rw-r--r-- root/root      1023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/LICENSE-MIT\n-rw-r--r-- root/root      4366 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/README.md\n-rw-r--r-- root/root      9723 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/LICENSE-APACHE\n-rw-r--r-- root/root        99 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/.cargo-ok\n-rw-r--r-- root/root      1969 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/.github/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/.github/workflows/\n-rw-r--r-- root/root      1653 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/.github/workflows/main.yml\n-rw-r--r-- root/root       302 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/.github/dependabot.yml\n-rw-r--r-- root/root      6219 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/Cargo.lock\n-rw-r--r-- root/root       630 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/src/\n-rw-r--r-- root/root      3012 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/src/windows.rs\n-rw-r--r-- root/root      4223 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/src/unix.rs\n-rw-r--r-- root/root      1077 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/src/lib.rs\n-rw-r--r-- root/root        18 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/.gitignore\n-rw-r--r-- root/root      1072 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/LICENSE-MIT\n-rw-r--r-- root/root      1035 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/README.md\n-rw-r--r-- root/root     11358 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/LICENSE-APACHE\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/.cargo_vcs_info.json\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/examples/\n-rw-r--r-- root/root       562 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/examples/get_size.rs\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/.cargo-ok\n-rw-r--r-- root/root      1350 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/\n-rw-r--r-- root/root      2597 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/Cargo.lock\n-rw-r--r-- root/root      1128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/utils/\n-rw-r--r-- root/root      4312 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/utils/ty.rs\n-rw-r--r-- root/root      1758 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/utils/spanned.rs\n-rw-r--r-- root/root     14269 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/utils/doc_comments.rs\n-rw-r--r-- root/root       751 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/utils/error.rs\n-rw-r--r-- root/root       271 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/utils/mod.rs\n-rw-r--r-- root/root       504 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/macros.rs\n-rw-r--r-- root/root     55310 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/item.rs\n-rw-r--r-- root/root      4082 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/lib.rs\n-rw-r--r-- root/root      2922 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/dummies.rs\n-rw-r--r-- root/root      6724 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/attr.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/derives/\n-rw-r--r-- root/root      3854 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/derives/into_app.rs\n-rw-r--r-- root/root      4186 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/derives/parser.rs\n-rw-r--r-- root/root      4124 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/derives/value_enum.rs\n-rw-r--r-- root/root     28532 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/derives/args.rs\n-rw-r--r-- root/root       900 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/derives/mod.rs\n-rw-r--r-- root/root     26579 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/derives/subcommand.rs\n-rw-r--r-- root/root      1062 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/LICENSE-MIT\n-rw-r--r-- root/root       805 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/README.md\n-rw-r--r-- root/root     11358 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/LICENSE-APACHE\n-rw-r--r-- root/root       105 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/.cargo-ok\n-rw-r--r-- root/root      3884 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/\n-rw-r--r-- root/root       632 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/Cargo.toml.orig\n-rw-r--r-- root/root      6151 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/CHANGELOG.md\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/\n-rw-r--r-- root/root     37219 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs\n-rw-r--r-- root/root        42 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/.gitignore\n-rw-r--r-- root/root      3383 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/README.md\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/benches/\n-rw-r--r-- root/root      2299 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/benches/benches.rs\n-rw-r--r-- root/root       987 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/SECURITY.md\n-rw-r--r-- root/root        84 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/.gitattributes\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/tests/\n-rw-r--r-- root/root      1536 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/tests/lib.rs\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/.cargo-ok\n-rw-r--r-- root/root      1166 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/LICENSE\n-rw-r--r-- root/root      1144 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/Cargo.toml\n-rw-r--r-- root/root       213 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/.editorconfig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/\n-rw-r--r-- root/root      2689 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/Cargo.lock\n-rw-r--r-- root/root      1218 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/src/\n-rw-r--r-- root/root      2456 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/src/windows.rs\n-rw-r--r-- root/root      4636 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/src/lib.rs\n-rw-r--r-- root/root      1062 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/LICENSE-MIT\n-rw-r--r-- root/root       891 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/README.md\n-rw-r--r-- root/root     11358 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/LICENSE-APACHE\n-rw-r--r-- root/root       114 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/.cargo_vcs_info.json\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/examples/\n-rw-r--r-- root/root       835 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/examples/query.rs\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/.cargo-ok\n-rw-r--r-- root/root      4184 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/\n-rw-r--r-- root/root       362 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/Cargo.toml.orig\n-rw-r--r-- root/root       709 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/CHANGELOG.md\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/\n-rw-r--r-- root/root      2458 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/kebab.rs\n-rw-r--r-- root/root      2234 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/title.rs\n-rw-r--r-- root/root      2610 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/upper_camel.rs\n-rw-r--r-- root/root      2872 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/train.rs\n-rw-r--r-- root/root      2708 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/shouty_snake.rs\n-rw-r--r-- root/root      6497 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs\n-rw-r--r-- root/root      2307 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/shouty_kebab.rs\n-rw-r--r-- root/root      2534 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lower_camel.rs\n-rw-r--r-- root/root      3186 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/snake.rs\n-rw-r--r-- root/root      1071 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/LICENSE-MIT\n-rw-r--r-- root/root      1951 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/README.md\n-rw-r--r-- root/root     10847 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/LICENSE-APACHE\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/.cargo-ok\n-rw-r--r-- root/root       892 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/.github/\n-rw-r--r-- root/root        16 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/.github/FUNDING.yml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/.github/workflows/\n-rw-r--r-- root/root      3333 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/.github/workflows/ci.yml\n-rw-r--r-- root/root     11889 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/Cargo.lock\n-rw-r--r-- root/root       972 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/\n-rw-r--r-- root/root       695 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/u128_ext.rs\n-rw-r--r-- root/root     16493 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/lib.rs\n-rw-r--r-- root/root        21 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/.gitignore\n-rw-r--r-- root/root      1023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/LICENSE-MIT\n-rw-r--r-- root/root      2299 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/README.md\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/benches/\n-rw-r--r-- root/root      1193 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/benches/bench.rs\n-rw-r--r-- root/root      9723 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/LICENSE-APACHE\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/tests/\n-rw-r--r-- root/root      1277 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/tests/test.rs\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/.cargo-ok\n-rw-r--r-- root/root      1692 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.github/\n-rw-r--r-- root/root        16 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.github/FUNDING.yml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.github/workflows/\n-rw-r--r-- root/root      3418 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.github/workflows/ci.yml\n-rw-r--r-- root/root     22282 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/Cargo.lock\n-rw-r--r-- root/root      1286 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/src/\n-rw-r--r-- root/root     64369 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/src/tables.rs\n-rw-r--r-- root/root     12871 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/src/lib.rs\n-rw-r--r-- root/root        36 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.gitignore\n-rw-r--r-- root/root      1023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/LICENSE-MIT\n-rw-r--r-- root/root     12338 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/README.md\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/benches/\n-rw-r--r-- root/root      4097 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/benches/xid.rs\n-rw-r--r-- root/root      9723 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/LICENSE-APACHE\n-rw-r--r-- root/root       207 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.gitattributes\n-rw-r--r-- root/root      1995 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/LICENSE-UNICODE\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/roaring/\n-rw-r--r-- root/root       540 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/roaring/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/trie/\n-rw-r--r-- root/root     30787 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/trie/trie.rs\n-rw-r--r-- root/root       179 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/trie/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/tables/\n-rw-r--r-- root/root     24312 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/tables/tables.rs\n-rw-r--r-- root/root       144 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/tables/mod.rs\n-rw-r--r-- root/root      1803 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/compare.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/fst/\n-rw-r--r-- root/root     76143 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/fst/xid_continue.fst\n-rw-r--r-- root/root     67370 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/fst/xid_start.fst\n-rw-r--r-- root/root        14 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/fst/.gitignore\n-rw-r--r-- root/root       385 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/fst/mod.rs\n-rw-r--r-- root/root      2456 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/tests/static_size.rs\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/.cargo-ok\n-rw-r--r-- root/root      2047 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/\n-rw-r--r-- root/root      1846 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/Cargo.lock\n-rw-r--r-- root/root      2538 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/crates-io.md\n-rw-r--r-- root/root      1375 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/\n-rw-r--r-- root/root     15852 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/identifier.rs\n-rw-r--r-- root/root      9435 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/tuple.rs\n-rw-r--r-- root/root      7059 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_externally.rs\n-rw-r--r-- root/root      1916 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/unit.rs\n-rw-r--r-- root/root      4858 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_untagged.rs\n-rw-r--r-- root/root      3490 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_.rs\n-rw-r--r-- root/root      3511 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_internally.rs\n-rw-r--r-- root/root     13668 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_adjacently.rs\n-rw-r--r-- root/root     24472 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/struct_.rs\n-rw-r--r-- root/root     45613 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/ser.rs\n-rw-r--r-- root/root      1007 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/this.rs\n-rw-r--r-- root/root     14691 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/bound.rs\n-rw-r--r-- root/root       751 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/dummy.rs\n-rw-r--r-- root/root      5871 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/pretend.rs\n-rw-r--r-- root/root      3642 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/\n-rw-r--r-- root/root      2021 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/ctxt.rs\n-rw-r--r-- root/root      6553 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/ast.rs\n-rw-r--r-- root/root      7121 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/case.rs\n-rw-r--r-- root/root      2806 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/name.rs\n-rw-r--r-- root/root     67670 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/attr.rs\n-rw-r--r-- root/root       451 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/respan.rs\n-rw-r--r-- root/root     16744 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/check.rs\n-rw-r--r-- root/root     10533 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/receiver.rs\n-rw-r--r-- root/root      2509 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/symbol.rs\n-rw-r--r-- root/root       395 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/mod.rs\n-rw-r--r-- root/root      2116 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/fragment.rs\n-rw-r--r-- root/root     33857 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de.rs\n-rw-r--r-- root/root      1633 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/deprecated.rs\n-rw-r--r-- root/root      1023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/LICENSE-MIT\n-rw-r--r-- root/root      4366 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/README.md\n-rw-r--r-- root/root      9723 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/LICENSE-APACHE\n-rw-r--r-- root/root       106 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/.cargo-ok\n-rw-r--r-- root/root      2099 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/.github/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/.github/workflows/\n-rw-r--r-- root/root      3446 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/.github/workflows/ci.yml\n-rw-r--r-- root/root      1109 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/build.rs\n-rw-r--r-- root/root     14549 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/Cargo.lock\n-rw-r--r-- root/root       956 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/src/\n-rw-r--r-- root/root      1125 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/src/tests.rs\n-rw-r--r-- root/root     63933 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/src/lib.rs\n-rw-r--r-- root/root      1903 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/src/traits.rs\n-rw-r--r-- root/root        20 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/.gitignore\n-rw-r--r-- root/root      1023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/LICENSE-MIT\n-rw-r--r-- root/root      1744 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/README.md\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/benches/\n-rw-r--r-- root/root      1418 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/benches/bench.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/tests/\n-rw-r--r-- root/root      2866 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/tests/test.rs\n-rw-r--r-- root/root       919 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/tests/ryu_comparison.rs\n-rw-r--r-- root/root      1898 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/tests/exhaustive.rs\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/.cargo-ok\n-rw-r--r-- root/root      1851 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/.github/\n-rw-r--r-- root/root        21 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/.github/FUNDING.yml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/.github/workflows/\n-rw-r--r-- root/root      2574 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/.github/workflows/ci.yml\n-rw-r--r-- root/root      2475 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/Cargo.lock\n-rw-r--r-- root/root        44 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/rustfmt.toml\n-rw-r--r-- root/root       802 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/src/\n-rw-r--r-- root/root     12177 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/src/console.rs\n-rw-r--r-- root/root      7483 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/src/win.rs\n-rw-r--r-- root/root      6706 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/src/sysinfo.rs\n-rw-r--r-- root/root      1313 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/src/lib.rs\n-rw-r--r-- root/root      5378 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/src/file.rs\n-rw-r--r-- root/root        35 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/.gitignore\n-rw-r--r-- root/root      1081 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/LICENSE-MIT\n-rw-r--r-- root/root      2541 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/README.md\n-rw-r--r-- root/root       126 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/COPYING\n-rw-r--r-- root/root      1211 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/UNLICENSE\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/.cargo-ok\n-rw-r--r-- root/root      1450 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/\n-rw-r--r-- root/root      2035 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/Cargo.lock\n-rw-r--r-- root/root        44 2020-01-11 17:01 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/rustfmt.toml\n-rw-r--r-- root/root       600 2020-01-11 17:02 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/\n-rw-r--r-- root/root      5781 2020-01-11 17:01 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/win.rs\n-rw-r--r-- root/root      3000 2020-01-11 17:01 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/unix.rs\n-rw-r--r-- root/root     16326 2020-01-11 17:01 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs\n-rw-r--r-- root/root      1132 2020-01-11 16:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/unknown.rs\n-rw-r--r-- root/root        90 2016-07-27 21:19 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/.gitignore\n-rw-r--r-- root/root      1081 2018-01-17 19:53 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/LICENSE-MIT\n-rw-r--r-- root/root      1353 2020-01-11 17:01 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/README.md\n-rw-r--r-- root/root       126 2018-01-17 19:53 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/COPYING\n-rw-r--r-- root/root      1211 2018-01-17 19:53 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/UNLICENSE\n-rw-r--r-- root/root        74 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/.cargo_vcs_info.json\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/examples/\n-rw-r--r-- root/root       739 2020-01-11 17:01 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/examples/is_stderr.rs\n-rw-r--r-- root/root       191 2020-01-11 17:01 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/examples/is_same_file.rs\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/.cargo-ok\n-rw-r--r-- root/root      1116 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/\n-rw-r--r-- root/root     10612 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/build.rs\n-rw-r--r-- root/root     20816 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/CHANGES.md\n-rw-r--r-- root/root       864 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/CONTRIBUTING.md\n-rw-r--r-- root/root     25935 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/Cargo.lock\n-rw-r--r-- root/root     10322 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/Cargo.toml.orig\n-rw-r--r-- root/root      7226 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/ORG_CODE_OF_CONDUCT.md\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/\n-rw-r--r-- root/root       833 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/fadvise.rs\n-rw-r--r-- root/root     10487 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/fd.rs\n-rw-r--r-- root/root      5598 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/ioctl.rs\n-rw-r--r-- root/root     16020 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/at.rs\n-rw-r--r-- root/root     15558 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/constants.rs\n-rw-r--r-- root/root       514 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/sendfile.rs\n-rw-r--r-- root/root      8580 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/xattr.rs\n-rw-r--r-- root/root        33 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/id.rs\n-rw-r--r-- root/root      2236 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/seek_from.rs\n-rw-r--r-- root/root     10115 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/abs.rs\n-rw-r--r-- root/root       347 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/sync.rs\n-rw-r--r-- root/root      6910 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/inotify.rs\n-rw-r--r-- root/root      8018 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/statx.rs\n-rw-r--r-- root/root      7909 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/raw_dir.rs\n-rw-r--r-- root/root        91 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/dir.rs\n-rw-r--r-- root/root       384 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/getpath.rs\n-rw-r--r-- root/root       786 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/memfd_create.rs\n-rw-r--r-- root/root      2243 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/fcntl_apple.rs\n-rw-r--r-- root/root      2971 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/special.rs\n-rw-r--r-- root/root      2623 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/fcopyfile.rs\n-rw-r--r-- root/root      3438 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/fcntl.rs\n-rw-r--r-- root/root       565 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/copy_file_range.rs\n-rw-r--r-- root/root       652 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/openat2.rs\n-rw-r--r-- root/root      3359 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/mod.rs\n-rw-r--r-- root/root       822 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/makedev.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/\n-rw-r--r-- root/root      3424 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/ioctl.rs\n-rw-r--r-- root/root     11120 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/read_write.rs\n-rw-r--r-- root/root      4961 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/dup.rs\n-rw-r--r-- root/root      1952 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/errno.rs\n-rw-r--r-- root/root      2597 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/close.rs\n-rw-r--r-- root/root      5873 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/fcntl.rs\n-rw-r--r-- root/root       450 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/termios/\n-rw-r--r-- root/root      1780 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/termios/ioctl.rs\n-rw-r--r-- root/root     51018 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/termios/types.rs\n-rw-r--r-- root/root      7873 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/termios/tc.rs\n-rw-r--r-- root/root      3420 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/termios/tty.rs\n-rw-r--r-- root/root      1094 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/termios/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mm/\n-rw-r--r-- root/root       887 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mm/userfaultfd.rs\n-rw-r--r-- root/root      1591 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mm/msync.rs\n-rw-r--r-- root/root     16394 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mm/mmap.rs\n-rw-r--r-- root/root      1814 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mm/madvise.rs\n-rw-r--r-- root/root       331 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mm/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/time/\n-rw-r--r-- root/root      2461 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/time/timerfd.rs\n-rw-r--r-- root/root      3743 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/time/clock.rs\n-rw-r--r-- root/root       517 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/time/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/rand/\n-rw-r--r-- root/root      1159 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/rand/getrandom.rs\n-rw-r--r-- root/root       138 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/rand/mod.rs\n-rw-r--r-- root/root     21364 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/signal.rs\n-rw-r--r-- root/root     11274 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/weak.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/\n-rw-r--r-- root/root      2052 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/pidfd_getfd.rs\n-rw-r--r-- root/root      1069 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/exit.rs\n-rw-r--r-- root/root      1579 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/ioctl.rs\n-rw-r--r-- root/root       526 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/umask.rs\n-rw-r--r-- root/root      2528 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/types.rs\n-rw-r--r-- root/root       594 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/pivot_root.rs\n-rw-r--r-- root/root      7978 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/id.rs\n-rw-r--r-- root/root      4864 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/priority.rs\n-rw-r--r-- root/root      1658 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/rlimit.rs\n-rw-r--r-- root/root      1297 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/pidfd.rs\n-rw-r--r-- root/root     16120 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/wait.rs\n-rw-r--r-- root/root      3163 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/kill.rs\n-rw-r--r-- root/root     17491 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/procctl.rs\n-rw-r--r-- root/root     36103 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/prctl.rs\n-rw-r--r-- root/root      3280 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/chdir.rs\n-rw-r--r-- root/root       462 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/chroot.rs\n-rw-r--r-- root/root       811 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/fcntl_getlk.rs\n-rw-r--r-- root/root      2916 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/mod.rs\n-rw-r--r-- root/root      6645 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/pipe.rs\n-rw-r--r-- root/root       406 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/msan.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/\n-rw-r--r-- root/root     12427 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/select.rs\n-rw-r--r-- root/root       573 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/eventfd.rs\n-rw-r--r-- root/root     14702 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/kqueue.rs\n-rw-r--r-- root/root      1878 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/poll.rs\n-rw-r--r-- root/root     10369 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/epoll.rs\n-rw-r--r-- root/root      5620 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/port.rs\n-rw-r--r-- root/root      1123 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/pause.rs\n-rw-r--r-- root/root       862 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/param/\n-rw-r--r-- root/root      3005 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/param/auxv.rs\n-rw-r--r-- root/root       634 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/param/init.rs\n-rw-r--r-- root/root       506 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/param/mod.rs\n-rw-r--r-- root/root      2820 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/shm.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/\n-rw-r--r-- root/root      1696 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/wsa.rs\n-rw-r--r-- root/root      5914 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/netdevice.rs\n-rw-r--r-- root/root     70484 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/types.rs\n-rw-r--r-- root/root      1351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/socketpair.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/send_recv/\n-rw-r--r-- root/root     32798 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/send_recv/msg.rs\n-rw-r--r-- root/root      7123 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/send_recv/mod.rs\n-rw-r--r-- root/root     10634 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/socket_addr_any.rs\n-rw-r--r-- root/root     18859 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/socket.rs\n-rw-r--r-- root/root      5993 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/addr.rs\n-rw-r--r-- root/root      1036 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/mod.rs\n-rw-r--r-- root/root     60988 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/sockopt.rs\n-rw-r--r-- root/root      9610 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/kernel_sigset.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/io/\n-rw-r--r-- root/root      3506 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/io/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/net/\n-rw-r--r-- root/root       114 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/net/mod.rs\n-rw-r--r-- root/root       598 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/windows/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/windows/io/\n-rw-r--r-- root/root      3099 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/windows/io/raw.rs\n-rw-r--r-- root/root      6287 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/windows/io/socket.rs\n-rw-r--r-- root/root       148 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/windows/io/mod.rs\n-rw-r--r-- root/root       615 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/windows/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/fd/\n-rw-r--r-- root/root     11148 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/fd/owned.rs\n-rw-r--r-- root/root      5579 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/fd/raw.rs\n-rw-r--r-- root/root       811 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/fd/mod.rs\n-rw-r--r-- root/root        83 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/no_std/os/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/std/\n-rw-r--r-- root/root      1242 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/std/mod.rs\n-rw-r--r-- root/root       789 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ffi.rs\n-rw-r--r-- root/root      4352 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/check_types.rs\n-rw-r--r-- root/root       890 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/static_assertions.rs\n-rw-r--r-- root/root      3443 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/cstr.rs\n-rw-r--r-- root/root      5260 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/pid.rs\n-rw-r--r-- root/root      9682 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/system.rs\n-rw-r--r-- root/root     14211 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/lib.rs\n-rw-r--r-- root/root     18399 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/stdio.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/path/\n-rw-r--r-- root/root     26064 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/path/arg.rs\n-rw-r--r-- root/root      7418 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/path/dec_int.rs\n-rw-r--r-- root/root       191 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/path/mod.rs\n-rw-r--r-- root/root     33233 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/runtime.rs\n-rw-r--r-- root/root      1990 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/utils.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mount/\n-rw-r--r-- root/root        41 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mount/types.rs\n-rw-r--r-- root/root      7454 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mount/fsopen.rs\n-rw-r--r-- root/root      4887 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mount/mount_unmount.rs\n-rw-r--r-- root/root       130 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/mount/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/fs/\n-rw-r--r-- root/root     34538 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/fs/types.rs\n-rw-r--r-- root/root     79908 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/fs/syscalls.rs\n-rw-r--r-- root/root      3748 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/fs/inotify.rs\n-rw-r--r-- root/root     15188 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/fs/dir.rs\n-rw-r--r-- root/root       819 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/fs/mod.rs\n-rw-r--r-- root/root      4447 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/fs/makedev.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io/\n-rw-r--r-- root/root      1529 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io/windows_syscalls.rs\n-rw-r--r-- root/root      2058 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io/types.rs\n-rw-r--r-- root/root      9098 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io/syscalls.rs\n-rw-r--r-- root/root     30663 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io/errno.rs\n-rw-r--r-- root/root       142 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/termios/\n-rw-r--r-- root/root       532 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/termios/types.rs\n-rw-r--r-- root/root     18502 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/termios/syscalls.rs\n-rw-r--r-- root/root        47 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/termios/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mm/\n-rw-r--r-- root/root     16690 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mm/types.rs\n-rw-r--r-- root/root      6975 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mm/syscalls.rs\n-rw-r--r-- root/root        47 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mm/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/time/\n-rw-r--r-- root/root      7318 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/time/types.rs\n-rw-r--r-- root/root     15838 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/time/syscalls.rs\n-rw-r--r-- root/root        68 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/time/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/rand/\n-rw-r--r-- root/root       659 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/rand/types.rs\n-rw-r--r-- root/root       547 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/rand/syscalls.rs\n-rw-r--r-- root/root        47 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/rand/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/ugid/\n-rw-r--r-- root/root       776 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/ugid/syscalls.rs\n-rw-r--r-- root/root        25 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/ugid/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/process/\n-rw-r--r-- root/root      3636 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/process/types.rs\n-rw-r--r-- root/root     19518 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/process/syscalls.rs\n-rw-r--r-- root/root       420 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/process/wait.rs\n-rw-r--r-- root/root       168 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/process/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/event/\n-rw-r--r-- root/root      2195 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/event/windows_syscalls.rs\n-rw-r--r-- root/root      1040 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/event/types.rs\n-rw-r--r-- root/root     18143 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/event/syscalls.rs\n-rw-r--r-- root/root      1898 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/event/epoll.rs\n-rw-r--r-- root/root      4303 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/event/poll_fd.rs\n-rw-r--r-- root/root       230 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/event/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/param/\n-rw-r--r-- root/root      1697 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/param/auxv.rs\n-rw-r--r-- root/root        21 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/param/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/system/\n-rw-r--r-- root/root       162 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/system/types.rs\n-rw-r--r-- root/root      4158 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/system/syscalls.rs\n-rw-r--r-- root/root        68 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/system/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/\n-rw-r--r-- root/root      5695 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/msghdr.rs\n-rw-r--r-- root/root      1564 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/netdevice.rs\n-rw-r--r-- root/root      3171 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/ext.rs\n-rw-r--r-- root/root      4842 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/send_recv.rs\n-rw-r--r-- root/root      8611 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/read_sockaddr.rs\n-rw-r--r-- root/root     11612 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/syscalls.rs\n-rw-r--r-- root/root      2112 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/write_sockaddr.rs\n-rw-r--r-- root/root     11650 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/addr.rs\n-rw-r--r-- root/root       356 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/mod.rs\n-rw-r--r-- root/root     41787 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/net/sockopt.rs\n-rw-r--r-- root/root     20430 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/c.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pipe/\n-rw-r--r-- root/root      3331 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pipe/types.rs\n-rw-r--r-- root/root      3087 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pipe/syscalls.rs\n-rw-r--r-- root/root        47 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pipe/mod.rs\n-rw-r--r-- root/root      3521 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/winsock_c.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/prctl/\n-rw-r--r-- root/root       326 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/prctl/syscalls.rs\n-rw-r--r-- root/root        25 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/prctl/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mount/\n-rw-r--r-- root/root      9514 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mount/types.rs\n-rw-r--r-- root/root      6451 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mount/syscalls.rs\n-rw-r--r-- root/root        47 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mount/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/thread/\n-rw-r--r-- root/root      2415 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/thread/types.rs\n-rw-r--r-- root/root     23368 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/thread/syscalls.rs\n-rw-r--r-- root/root      1646 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/thread/cpu_set.rs\n-rw-r--r-- root/root      3055 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/thread/futex.rs\n-rw-r--r-- root/root       197 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/thread/mod.rs\n-rw-r--r-- root/root      4545 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/conv.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/shm/\n-rw-r--r-- root/root       742 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/shm/types.rs\n-rw-r--r-- root/root       773 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/shm/syscalls.rs\n-rw-r--r-- root/root        47 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/shm/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io_uring/\n-rw-r--r-- root/root      2379 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io_uring/syscalls.rs\n-rw-r--r-- root/root        25 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/io_uring/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pid/\n-rw-r--r-- root/root       248 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pid/syscalls.rs\n-rw-r--r-- root/root        25 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pid/mod.rs\n-rw-r--r-- root/root      7221 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pty/\n-rw-r--r-- root/root      3689 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pty/syscalls.rs\n-rw-r--r-- root/root        25 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/libc/pty/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/\n-rw-r--r-- root/root     26808 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/types.rs\n-rw-r--r-- root/root     46853 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/syscalls.rs\n-rw-r--r-- root/root      4616 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/inotify.rs\n-rw-r--r-- root/root     12063 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/dir.rs\n-rw-r--r-- root/root       434 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/mod.rs\n-rw-r--r-- root/root       523 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/makedev.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/\n-rw-r--r-- root/root      1856 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/types.rs\n-rw-r--r-- root/root     10190 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/syscalls.rs\n-rw-r--r-- root/root     20300 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/errno.rs\n-rw-r--r-- root/root        69 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/termios/\n-rw-r--r-- root/root       376 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/termios/types.rs\n-rw-r--r-- root/root     13831 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/termios/syscalls.rs\n-rw-r--r-- root/root        47 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/termios/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mm/\n-rw-r--r-- root/root     11328 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mm/types.rs\n-rw-r--r-- root/root      6714 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mm/syscalls.rs\n-rw-r--r-- root/root        47 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mm/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/time/\n-rw-r--r-- root/root      3494 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/time/types.rs\n-rw-r--r-- root/root      7450 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/time/syscalls.rs\n-rw-r--r-- root/root        47 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/time/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/rand/\n-rw-r--r-- root/root       636 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/rand/types.rs\n-rw-r--r-- root/root       599 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/rand/syscalls.rs\n-rw-r--r-- root/root        47 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/rand/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/ugid/\n-rw-r--r-- root/root      2236 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/ugid/syscalls.rs\n-rw-r--r-- root/root        25 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/ugid/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/\n-rw-r--r-- root/root      1495 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/types.rs\n-rw-r--r-- root/root     14872 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/syscalls.rs\n-rw-r--r-- root/root      3069 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/wait.rs\n-rw-r--r-- root/root        68 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/\n-rw-r--r-- root/root       652 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/types.rs\n-rw-r--r-- root/root     12009 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/syscalls.rs\n-rw-r--r-- root/root      2180 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/epoll.rs\n-rw-r--r-- root/root      2985 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/poll_fd.rs\n-rw-r--r-- root/root        86 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/runtime/\n-rw-r--r-- root/root       202 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/runtime/tls.rs\n-rw-r--r-- root/root      9968 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/runtime/syscalls.rs\n-rw-r--r-- root/root        45 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/runtime/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/param/\n-rw-r--r-- root/root     17851 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/param/auxv.rs\n-rw-r--r-- root/root      5475 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/param/libc_auxv.rs\n-rw-r--r-- root/root      6003 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/param/init.rs\n-rw-r--r-- root/root       481 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/param/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/system/\n-rw-r--r-- root/root      1078 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/system/types.rs\n-rw-r--r-- root/root      2233 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/system/syscalls.rs\n-rw-r--r-- root/root        47 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/system/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/\n-rw-r--r-- root/root      3923 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/msghdr.rs\n-rw-r--r-- root/root      2154 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/netdevice.rs\n-rw-r--r-- root/root      2552 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/send_recv.rs\n-rw-r--r-- root/root      5596 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/read_sockaddr.rs\n-rw-r--r-- root/root     20740 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/syscalls.rs\n-rw-r--r-- root/root       982 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/write_sockaddr.rs\n-rw-r--r-- root/root      9318 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/addr.rs\n-rw-r--r-- root/root       206 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/mod.rs\n-rw-r--r-- root/root     36646 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/sockopt.rs\n-rw-r--r-- root/root     19021 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/c.rs\n-rw-r--r-- root/root     21395 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/vdso.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pipe/\n-rw-r--r-- root/root      2658 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pipe/types.rs\n-rw-r--r-- root/root      3706 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pipe/syscalls.rs\n-rw-r--r-- root/root        47 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pipe/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/prctl/\n-rw-r--r-- root/root       559 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/prctl/syscalls.rs\n-rw-r--r-- root/root        25 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/prctl/mod.rs\n-rw-r--r-- root/root      7187 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/reg.rs\n-rw-r--r-- root/root     21092 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/vdso_wrappers.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mount/\n-rw-r--r-- root/root     11353 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mount/types.rs\n-rw-r--r-- root/root      5248 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mount/syscalls.rs\n-rw-r--r-- root/root        47 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mount/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/thread/\n-rw-r--r-- root/root      2582 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/thread/types.rs\n-rw-r--r-- root/root     16770 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/thread/syscalls.rs\n-rw-r--r-- root/root      1471 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/thread/cpu_set.rs\n-rw-r--r-- root/root      3207 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/thread/futex.rs\n-rw-r--r-- root/root        93 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/thread/mod.rs\n-rw-r--r-- root/root     29838 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/conv.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/shm/\n-rw-r--r-- root/root       798 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/shm/types.rs\n-rw-r--r-- root/root      1439 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/shm/syscalls.rs\n-rw-r--r-- root/root        47 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/shm/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io_uring/\n-rw-r--r-- root/root      2285 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io_uring/syscalls.rs\n-rw-r--r-- root/root        25 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io_uring/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/\n-rw-r--r-- root/root     12962 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/mips64.rs\n-rw-r--r-- root/root      6178 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/riscv64.rs\n-rw-r--r-- root/root      6175 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/arm.rs\n-rw-r--r-- root/root     13120 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/mips64r6.rs\n-rw-r--r-- root/root      6997 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/x86_64.rs\n-rw-r--r-- root/root      6269 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/aarch64.rs\n-rw-r--r-- root/root     12743 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/x86.rs\n-rw-r--r-- root/root     11113 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/powerpc.rs\n-rw-r--r-- root/root     11128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/powerpc64.rs\n-rw-r--r-- root/root     14810 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/mips.rs\n-rw-r--r-- root/root      6780 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/s390x.rs\n-rw-r--r-- root/root      7768 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/thumb.rs\n-rw-r--r-- root/root     10281 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/mod.rs\n-rw-r--r-- root/root     14824 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/mips32r6.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pid/\n-rw-r--r-- root/root       451 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pid/syscalls.rs\n-rw-r--r-- root/root        25 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pid/mod.rs\n-rw-r--r-- root/root      3100 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pty/\n-rw-r--r-- root/root      1232 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pty/syscalls.rs\n-rw-r--r-- root/root        25 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pty/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/\n-rw-r--r-- root/root      3544 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/membarrier.rs\n-rw-r--r-- root/root      4396 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/sched.rs\n-rw-r--r-- root/root      6595 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/id.rs\n-rw-r--r-- root/root       425 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/sched_yield.rs\n-rw-r--r-- root/root      5232 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/setns.rs\n-rw-r--r-- root/root      7649 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/libcap.rs\n-rw-r--r-- root/root      3667 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/clock.rs\n-rw-r--r-- root/root     42196 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/prctl.rs\n-rw-r--r-- root/root     18026 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/futex.rs\n-rw-r--r-- root/root       899 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/thread/mod.rs\n-rw-r--r-- root/root     13909 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/not_implemented.rs\n-rw-r--r-- root/root     11411 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/timespec.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io_uring/\n-rw-r--r-- root/root      2432 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io_uring/bindgen_types.rs\n-rw-r--r-- root/root     64818 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io_uring/mod.rs\n-rw-r--r-- root/root      1102 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/bitcast.rs\n-rw-r--r-- root/root     15460 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/buffer.rs\n-rw-r--r-- root/root      2375 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/prctl.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ioctl/\n-rw-r--r-- root/root      7078 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ioctl/patterns.rs\n-rw-r--r-- root/root      3280 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ioctl/linux.rs\n-rw-r--r-- root/root       746 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ioctl/bsd.rs\n-rw-r--r-- root/root     12625 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ioctl/mod.rs\n-rw-r--r-- root/root      7813 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/clockid.rs\n-rw-r--r-- root/root      6954 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/pty.rs\n-rw-r--r-- root/root      4621 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ugid.rs\n-rw-r--r-- root/root      1023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/LICENSE-MIT\n-rw-r--r-- root/root     12118 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/README.md\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/benches/\n-rw-r--r-- root/root      5932 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/benches/mod.rs\n-rw-r--r-- root/root     10847 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/LICENSE-APACHE\n-rw-r--r-- root/root       853 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/COPYRIGHT\n-rw-r--r-- root/root      1839 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/SECURITY.md\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/.cargo_vcs_info.json\n-rw-r--r-- root/root      3497 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/CODE_OF_CONDUCT.md\n-rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/.cargo-ok\n-rw-r--r-- root/root     12243 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/LICENSE-Apache-2.0_WITH_LLVM-exception\n-rw-r--r-- root/root     10354 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/.github/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/.github/workflows/\n-rw-r--r-- root/root      2041 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/.github/workflows/rust.yml\n-rw-r--r-- root/root       181 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/.github/dependabot.yml\n-rw-r--r-- root/root     20393 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/Cargo.lock\n-rw-r--r-- root/root      1534 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/\n-rw-r--r-- root/root      2179 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/term_like.rs\n-rw-r--r-- root/root     14622 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/format.rs\n-rw-r--r-- root/root      6465 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/rayon.rs\n-rw-r--r-- root/root     25636 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/draw_target.rs\n-rw-r--r-- root/root     24386 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/multi.rs\n-rw-r--r-- root/root     11994 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/lib.rs\n-rw-r--r-- root/root     28629 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/state.rs\n-rw-r--r-- root/root     11075 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/iter.rs\n-rw-r--r-- root/root     43031 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/style.rs\n-rw-r--r-- root/root     11249 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/in_memory.rs\n-rw-r--r-- root/root     28986 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/src/progress_bar.rs\n-rw-r--r-- root/root        17 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/.gitignore\n-rw-r--r-- root/root      1754 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/README.md\n-rw-r--r-- root/root        56 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/deny.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/tests/\n-rw-r--r-- root/root     59795 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/tests/render.rs\n-rw-r--r-- root/root       539 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/tests/multi-autodrop.rs\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/.cargo_vcs_info.json\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/\n-rw-r--r-- root/root      1074 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/cargowrap.rs\n-rw-r--r-- root/root      5991 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/multi-tree.rs\n-rw-r--r-- root/root       870 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/long-spinner.rs\n-rw-r--r-- root/root       853 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/iterator.rs\n-rw-r--r-- root/root       819 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/download.rs\n-rw-r--r-- root/root       256 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/single.rs\n-rw-r--r-- root/root       583 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/fastbar.rs\n-rw-r--r-- root/root      3770 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/cargo.rs\n-rw-r--r-- root/root      1651 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/multi.rs\n-rw-r--r-- root/root       866 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/tokio.rs\n-rw-r--r-- root/root      1292 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/finebars.rs\n-rw-r--r-- root/root       727 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/download-continued.rs\n-rw-r--r-- root/root       740 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/morebars.rs\n-rw-r--r-- root/root       682 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/download-speed.rs\n-rw-r--r-- root/root       305 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/log.rs\n-rw-r--r-- root/root      2711 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/yarnish.rs\n-rw-r--r-- root/root      8721 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/examples/multi-tree-ext.rs\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/.cargo-ok\n-rw-r--r-- root/root      1112 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/LICENSE\n-rw-r--r-- root/root      3604 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.3/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/\n-rw-r--r-- root/root     24082 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/Cargo.lock\n-rw-r--r-- root/root     14118 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/\n-rw-r--r-- root/root      6470 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_faq.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/\n-rw-r--r-- root/root       198 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/multicall_busybox.rs\n-rw-r--r-- root/root       166 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/git.rs\n-rw-r--r-- root/root       201 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/multicall_hostname.rs\n-rw-r--r-- root/root       175 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/pacman.rs\n-rw-r--r-- root/root       115 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/repl.rs\n-rw-r--r-- root/root       169 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/find.rs\n-rw-r--r-- root/root       105 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/repl_derive.rs\n-rw-r--r-- root/root       195 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/escaped_positional_derive.rs\n-rw-r--r-- root/root       182 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/escaped_positional.rs\n-rw-r--r-- root/root       203 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/cargo_example_derive.rs\n-rw-r--r-- root/root      1009 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/typed_derive.rs\n-rw-r--r-- root/root       190 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/cargo_example.rs\n-rw-r--r-- root/root      1714 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/mod.rs\n-rw-r--r-- root/root       179 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_cookbook/git_derive.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/bin/\n-rw-r--r-- root/root      3897 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/bin/stdio-fixture.rs\n-rw-r--r-- root/root      5388 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_concepts.rs\n-rw-r--r-- root/root      1809 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_features.rs\n-rw-r--r-- root/root      4656 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/lib.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_derive/\n-rw-r--r-- root/root     10027 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_derive/_tutorial.rs\n-rw-r--r-- root/root     27151 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_derive/mod.rs\n-rw-r--r-- root/root      8965 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/src/_tutorial.rs\n-rw-r--r-- root/root      1062 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/LICENSE-MIT\n-rw-r--r-- root/root      1891 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/README.md\n-rw-r--r-- root/root     11358 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/LICENSE-APACHE\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/.cargo_vcs_info.json\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/\n-rw-r--r-- root/root       961 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/cargo-example.md\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/\n-rw-r--r-- root/root       470 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/02_apps.rs\n-rw-r--r-- root/root       340 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_05_default_values.md\n-rw-r--r-- root/root       473 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_02_option_mult.rs\n-rw-r--r-- root/root       217 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_03_positional.rs\n-rw-r--r-- root/root       657 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_01_possible.rs\n-rw-r--r-- root/root      1372 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_04_subcommands.md\n-rw-r--r-- root/root       326 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_06_required.rs\n-rw-r--r-- root/root       398 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_03_positional_mult.md\n-rw-r--r-- root/root       682 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_04_subcommands.rs\n-rw-r--r-- root/root       356 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_01_flag_bool.rs\n-rw-r--r-- root/root       241 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_02_option.rs\n-rw-r--r-- root/root       376 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_01_flag_count.md\n-rw-r--r-- root/root       913 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_01_enum.md\n-rw-r--r-- root/root      3140 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_04_custom.rs\n-rw-r--r-- root/root       495 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/02_crate.rs\n-rw-r--r-- root/root       355 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_01_flag_count.rs\n-rw-r--r-- root/root      2053 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/01_quick.rs\n-rw-r--r-- root/root      1553 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_03_relations.md\n-rw-r--r-- root/root       254 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/02_apps.md\n-rw-r--r-- root/root       525 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_02_option_mult.md\n-rw-r--r-- root/root       611 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/05_01_assert.rs\n-rw-r--r-- root/root       438 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_06_required.md\n-rw-r--r-- root/root       505 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_01_flag_bool.md\n-rw-r--r-- root/root       509 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_01_possible.md\n-rw-r--r-- root/root       512 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/02_app_settings.rs\n-rw-r--r-- root/root       434 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_05_default_values.rs\n-rw-r--r-- root/root       529 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_02_parse.rs\n-rw-r--r-- root/root      1771 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_01_enum.rs\n-rw-r--r-- root/root       487 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_02_option.md\n-rw-r--r-- root/root       556 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_02_parse.md\n-rw-r--r-- root/root      2803 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_03_relations.rs\n-rw-r--r-- root/root       711 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/01_quick.md\n-rw-r--r-- root/root       312 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/02_crate.md\n-rw-r--r-- root/root       319 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/02_app_settings.md\n-rw-r--r-- root/root       567 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_02_validate.md\n-rw-r--r-- root/root      1256 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_04_custom.md\n-rw-r--r-- root/root       951 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/04_02_validate.rs\n-rw-r--r-- root/root       375 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_03_positional_mult.rs\n-rw-r--r-- root/root       319 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_builder/03_03_positional.md\n-rw-r--r-- root/root      4282 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/git-derive.rs\n-rw-r--r-- root/root       891 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/multicall-busybox.md\n-rw-r--r-- root/root      4970 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/git.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/\n-rw-r--r-- root/root       352 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/02_apps.rs\n-rw-r--r-- root/root       368 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_05_default_values.md\n-rw-r--r-- root/root       227 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_02_option_mult.rs\n-rw-r--r-- root/root       198 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_03_positional.rs\n-rw-r--r-- root/root      1550 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_04_subcommands.md\n-rw-r--r-- root/root       430 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_03_positional_mult.md\n-rw-r--r-- root/root       617 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_04_subcommands.rs\n-rw-r--r-- root/root       229 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_01_flag_bool.rs\n-rw-r--r-- root/root       339 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_06_optional.md\n-rw-r--r-- root/root       222 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_02_option.rs\n-rw-r--r-- root/root       411 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_01_flag_count.md\n-rw-r--r-- root/root       673 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_04_subcommands_alt.rs\n-rw-r--r-- root/root       962 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_01_enum.md\n-rw-r--r-- root/root      2527 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_04_custom.rs\n-rw-r--r-- root/root       308 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/02_crate.rs\n-rw-r--r-- root/root       260 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_01_flag_count.rs\n-rw-r--r-- root/root      1780 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/01_quick.rs\n-rw-r--r-- root/root      1623 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_03_relations.md\n-rw-r--r-- root/root       263 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/02_apps.md\n-rw-r--r-- root/root       557 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_02_option_mult.md\n-rw-r--r-- root/root       316 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/05_01_assert.rs\n-rw-r--r-- root/root       547 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_01_flag_bool.md\n-rw-r--r-- root/root       316 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/02_app_settings.rs\n-rw-r--r-- root/root       230 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_05_default_values.rs\n-rw-r--r-- root/root       285 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_02_parse.rs\n-rw-r--r-- root/root       646 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_01_enum.rs\n-rw-r--r-- root/root       669 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_02_option.md\n-rw-r--r-- root/root       584 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_02_parse.md\n-rw-r--r-- root/root      1825 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_03_relations.rs\n-rw-r--r-- root/root       206 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_06_optional.rs\n-rw-r--r-- root/root       739 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/01_quick.md\n-rw-r--r-- root/root       321 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/02_crate.md\n-rw-r--r-- root/root       325 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/02_app_settings.md\n-rw-r--r-- root/root       602 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_02_validate.md\n-rw-r--r-- root/root      1266 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_04_custom.md\n-rw-r--r-- root/root       715 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/04_02_validate.rs\n-rw-r--r-- root/root       203 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_03_positional_mult.rs\n-rw-r--r-- root/root       483 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/tutorial_derive/03_03_positional.md\n-rw-r--r-- root/root      4197 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/pacman.rs\n-rw-r--r-- root/root      2574 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/repl.rs\n-rw-r--r-- root/root      1292 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/escaped-positional-derive.md\n-rw-r--r-- root/root       444 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/demo.md\n-rw-r--r-- root/root      3280 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/git-derive.md\n-rw-r--r-- root/root      4165 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/find.rs\n-rw-r--r-- root/root      1058 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/cargo-example-derive.md\n-rw-r--r-- root/root       438 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/demo.rs\n-rw-r--r-- root/root       268 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/multicall-hostname.md\n-rw-r--r-- root/root       654 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/multicall-hostname.rs\n-rw-r--r-- root/root      1715 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/repl-derive.rs\n-rw-r--r-- root/root      2899 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/git.md\n-rw-r--r-- root/root       830 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/README.md\n-rw-r--r-- root/root      1884 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/pacman.md\n-rw-r--r-- root/root      1593 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/multicall-busybox.rs\n-rw-r--r-- root/root      1242 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/escaped-positional.md\n-rw-r--r-- root/root      1059 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/escaped-positional.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/\n-rw-r--r-- root/root       885 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/foreign_crate.rs\n-rw-r--r-- root/root      2353 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/custom.rs\n-rw-r--r-- root/root      2599 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/implicit.md\n-rw-r--r-- root/root       555 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/main.rs\n-rw-r--r-- root/root      1165 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/custom.md\n-rw-r--r-- root/root      1539 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/implicit.rs\n-rw-r--r-- root/root       699 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/fn_parser.rs\n-rw-r--r-- root/root       668 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/fn_parser.md\n-rw-r--r-- root/root      1630 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/builtin.md\n-rw-r--r-- root/root       775 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/typed-derive/builtin.rs\n-rw-r--r-- root/root       919 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/cargo-example-derive.rs\n-rw-r--r-- root/root      1247 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/find.md\n-rw-r--r-- root/root       684 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/escaped-positional-derive.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/derive_ref/\n-rw-r--r-- root/root       565 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/derive_ref/augment_subcommands.rs\n-rw-r--r-- root/root      2457 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/derive_ref/hand_subcommand.rs\n-rw-r--r-- root/root       889 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/derive_ref/augment_args.rs\n-rw-r--r-- root/root      3930 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/derive_ref/interop_tests.md\n-rw-r--r-- root/root      2441 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/derive_ref/flatten_hand_args.rs\n-rw-r--r-- root/root      1114 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/examples/cargo-example.rs\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/.cargo-ok\n-rw-r--r-- root/root     14754 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.53/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/.github/\n-rw-r--r-- root/root        16 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/.github/FUNDING.yml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/.github/workflows/\n-rw-r--r-- root/root      2922 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/.github/workflows/ci.yml\n-rw-r--r-- root/root      8037 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/Cargo.lock\n-rw-r--r-- root/root       918 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/\n-rw-r--r-- root/root      3784 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs\n-rw-r--r-- root/root      3688 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/rustc.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/\n-rw-r--r-- root/root      2442 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/token.rs\n-rw-r--r-- root/root      1827 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/constfn.rs\n-rw-r--r-- root/root      5189 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/expr.rs\n-rw-r--r-- root/root      1982 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/bound.rs\n-rw-r--r-- root/root      3887 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/expand.rs\n-rw-r--r-- root/root      9085 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs\n-rw-r--r-- root/root      1408 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/time.rs\n-rw-r--r-- root/root      1061 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/iter.rs\n-rw-r--r-- root/root       930 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/release.rs\n-rw-r--r-- root/root       886 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/attr.rs\n-rw-r--r-- root/root      1714 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/error.rs\n-rw-r--r-- root/root      1407 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/date.rs\n-rw-r--r-- root/root       289 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/version.rs\n-rw-r--r-- root/root        21 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/.gitignore\n-rw-r--r-- root/root      1023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/LICENSE-MIT\n-rw-r--r-- root/root      4888 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/README.md\n-rw-r--r-- root/root      9723 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/LICENSE-APACHE\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/\n-rw-r--r-- root/root      2547 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/test_parse.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/\n-rw-r--r-- root/root        63 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/const-not-fn.rs\n-rw-r--r-- root/root       104 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-version.rs\n-rw-r--r-- root/root        90 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-not.rs\n-rw-r--r-- root/root       100 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-bound.rs\n-rw-r--r-- root/root       312 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-date.stderr\n-rw-r--r-- root/root       239 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-not.stderr\n-rw-r--r-- root/root       148 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/const-not-fn.stderr\n-rw-r--r-- root/root       104 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-date.rs\n-rw-r--r-- root/root       322 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-version.stderr\n-rw-r--r-- root/root       374 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/ui/bad-bound.stderr\n-rw-r--r-- root/root       307 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/test_eval.rs\n-rw-r--r-- root/root       842 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/test_const.rs\n-rw-r--r-- root/root       214 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/tests/compiletest.rs\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/.cargo-ok\n-rw-r--r-- root/root      1783 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/\n-rw-r--r-- root/root       198 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/build.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/lib/\n-rw-r--r-- root/root   5221340 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/lib/windows.0.53.0.lib\n-rw-r--r-- root/root       164 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/Cargo.lock\n-rw-r--r-- root/root       114 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/readme.md\n-rw-r--r-- root/root       385 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/src/\n-rw-r--r-- root/root        11 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/src/lib.rs\n-rw-r--r-- root/root       120 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/.cargo_vcs_info.json\n-rw-r--r-- root/root     11351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/license-apache-2.0\n-rw-r--r-- root/root      1141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/license-mit\n-rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/.cargo-ok\n-rw-r--r-- root/root      1159 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.1/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/\n-rw-r--r-- root/root       198 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/build.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/lib/\n-rw-r--r-- root/root   5077620 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/lib/libwindows.0.53.0.a\n-rw-r--r-- root/root       168 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/Cargo.lock\n-rw-r--r-- root/root       114 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/readme.md\n-rw-r--r-- root/root       389 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/src/\n-rw-r--r-- root/root        11 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/src/lib.rs\n-rw-r--r-- root/root       124 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/.cargo_vcs_info.json\n-rw-r--r-- root/root     11351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/license-apache-2.0\n-rw-r--r-- root/root      1141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/license-mit\n-rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/.cargo-ok\n-rw-r--r-- root/root      1167 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.1/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/\n-rw-r--r-- root/root      1099 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/build.rs\n-rw-r--r-- root/root       400 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/Cargo.lock\n-rw-r--r-- root/root       838 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/src/\n-rw-r--r-- root/root      4849 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/src/identifier.rs\n-rw-r--r-- root/root       628 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/src/schema_hash_approval.rs\n-rw-r--r-- root/root       573 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/src/tys.rs\n-rw-r--r-- root/root      7018 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/src/lib.rs\n-rw-r--r-- root/root      1057 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/LICENSE-MIT\n-rw-r--r-- root/root     10847 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/LICENSE-APACHE\n-rw-r--r-- root/root       107 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/.cargo-ok\n-rw-r--r-- root/root      1619 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.108/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/.github/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/.github/workflows/\n-rw-r--r-- root/root       602 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/.github/workflows/ci.yaml\n-rw-r--r-- root/root      5125 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/Cargo.lock\n-rw-r--r-- root/root      2420 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/Cargo.toml.orig\n-rw-r--r-- root/root      7309 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/CHANGELOG.md\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/\n-rw-r--r-- root/root      5803 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/imp_pl.rs\n-rw-r--r-- root/root     12743 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/imp_std.rs\n-rw-r--r-- root/root      2485 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/imp_cs.rs\n-rw-r--r-- root/root     46949 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs\n-rw-r--r-- root/root     16266 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/race.rs\n-rw-r--r-- root/root        28 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/.gitignore\n-rw-r--r-- root/root        50 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/bors.toml\n-rw-r--r-- root/root      1023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/LICENSE-MIT\n-rw-r--r-- root/root      2191 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/README.md\n-rw-r--r-- root/root     10847 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/LICENSE-APACHE\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/\n-rw-r--r-- root/root      3685 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/sync_lazy.rs\n-rw-r--r-- root/root      7663 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/sync_once_cell.rs\n-rw-r--r-- root/root      3853 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/unsync_once_cell.rs\n-rw-r--r-- root/root       297 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/main.rs\n-rw-r--r-- root/root      2765 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/unsync_lazy.rs\n-rw-r--r-- root/root      3286 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/race.rs\n-rw-r--r-- root/root      3798 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/tests/it/race_once_box.rs\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/.cargo_vcs_info.json\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/\n-rw-r--r-- root/root      1225 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/test_synchronization.rs\n-rw-r--r-- root/root       351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/reentrant_init_deadlocks.rs\n-rw-r--r-- root/root      1663 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/regex.rs\n-rw-r--r-- root/root      1036 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/lazy_static.rs\n-rw-r--r-- root/root       831 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/bench.rs\n-rw-r--r-- root/root      1344 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/examples/bench_acquire.rs\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/.cargo-ok\n-rw-r--r-- root/root      2542 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/\n-rw-r--r-- root/root      1385 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/build.rs\n-rw-r--r-- root/root      4540 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/Cargo.lock\n-rw-r--r-- root/root      3864 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/cache/\n-rw-r--r-- root/root      3361 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/cache/intern.rs\n-rw-r--r-- root/root        16 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/cache/mod.rs\n-rw-r--r-- root/root      4518 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/describe.rs\n-rw-r--r-- root/root      6281 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/cast.rs\n-rw-r--r-- root/root     16394 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/closure.rs\n-rw-r--r-- root/root       170 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/link.rs\n-rw-r--r-- root/root     55377 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/lib.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/convert/\n-rw-r--r-- root/root      8612 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/convert/closures.rs\n-rw-r--r-- root/root     11647 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/convert/slices.rs\n-rw-r--r-- root/root     14741 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/convert/impls.rs\n-rw-r--r-- root/root     13391 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/convert/traits.rs\n-rw-r--r-- root/root       294 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/convert/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/rt/\n-rw-r--r-- root/root      1836 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/rt/marker.rs\n-rw-r--r-- root/root     24150 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/rt/mod.rs\n-rw-r--r-- root/root      4689 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/src/externref.rs\n-rw-r--r-- root/root      1057 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/LICENSE-MIT\n-rw-r--r-- root/root      5198 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/README.md\n-rw-r--r-- root/root     10847 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/LICENSE-APACHE\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/.cargo-ok\n-rw-r--r-- root/root      2467 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.108/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/\n-rw-r--r-- root/root       198 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/build.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/lib/\n-rw-r--r-- root/root   5425650 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/lib/libwindows.0.53.0.a\n-rw-r--r-- root/root       165 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/Cargo.lock\n-rw-r--r-- root/root       114 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/readme.md\n-rw-r--r-- root/root       386 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/src/\n-rw-r--r-- root/root        11 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/src/lib.rs\n-rw-r--r-- root/root       121 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/.cargo_vcs_info.json\n-rw-r--r-- root/root     11351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/license-apache-2.0\n-rw-r--r-- root/root      1141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/license-mit\n-rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/.cargo-ok\n-rw-r--r-- root/root      1161 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.1/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/\n-rw-r--r-- root/root       385 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/CONTRIBUTING.md\n-rw-r--r-- root/root      8235 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/Cargo.lock\n-rw-r--r-- root/root      1260 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/Cargo.toml.orig\n-rw-r--r-- root/root     28066 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/CHANGELOG.md\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/\n-rw-r--r-- root/root      2739 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests.rs\n-rw-r--r-- root/root      8340 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/parser.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/external/\n-rw-r--r-- root/root       399 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/external/bytemuck.rs\n-rw-r--r-- root/root      2797 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/external/serde.rs\n-rw-r--r-- root/root       779 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/external/arbitrary.rs\n-rw-r--r-- root/root     19664 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/public.rs\n-rw-r--r-- root/root     29456 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/lib.rs\n-rw-r--r-- root/root      5051 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/iter.rs\n-rw-r--r-- root/root      7376 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/external.rs\n-rw-r--r-- root/root      4779 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/internal.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/\n-rw-r--r-- root/root      2638 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/symmetric_difference.rs\n-rw-r--r-- root/root      1804 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/intersection.rs\n-rw-r--r-- root/root       750 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/is_empty.rs\n-rw-r--r-- root/root       749 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/is_all.rs\n-rw-r--r-- root/root      9004 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/parser.rs\n-rw-r--r-- root/root       534 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/clear.rs\n-rw-r--r-- root/root      2996 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/bitflags_match.rs\n-rw-r--r-- root/root      1006 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/from_bits.rs\n-rw-r--r-- root/root      2201 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/intersects.rs\n-rw-r--r-- root/root      1010 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/from_bits_truncate.rs\n-rw-r--r-- root/root      2205 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/remove.rs\n-rw-r--r-- root/root      1971 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/fmt.rs\n-rw-r--r-- root/root      1035 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/from_name.rs\n-rw-r--r-- root/root       460 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/all.rs\n-rw-r--r-- root/root       455 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/empty.rs\n-rw-r--r-- root/root      1324 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/complement.rs\n-rw-r--r-- root/root      8582 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/iter.rs\n-rw-r--r-- root/root      1605 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/union.rs\n-rw-r--r-- root/root      2059 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/insert.rs\n-rw-r--r-- root/root       901 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/flags.rs\n-rw-r--r-- root/root       898 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/extend.rs\n-rw-r--r-- root/root       994 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/unknown.rs\n-rw-r--r-- root/root      2144 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/difference.rs\n-rw-r--r-- root/root       871 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/from_bits_retain.rs\n-rw-r--r-- root/root      2570 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/contains.rs\n-rw-r--r-- root/root       303 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/eq.rs\n-rw-r--r-- root/root       574 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/truncate.rs\n-rw-r--r-- root/root       958 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/tests/bits.rs\n-rw-r--r-- root/root      1843 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/example_generated.rs\n-rw-r--r-- root/root     12062 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/traits.rs\n-rw-r--r-- root/root        31 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/.gitignore\n-rw-r--r-- root/root      1071 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/LICENSE-MIT\n-rw-r--r-- root/root      2935 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/README.md\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/benches/\n-rw-r--r-- root/root      2122 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/benches/parse.rs\n-rw-r--r-- root/root     10847 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/LICENSE-APACHE\n-rw-r--r-- root/root     10768 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/spec.md\n-rw-r--r-- root/root       690 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/SECURITY.md\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/.cargo_vcs_info.json\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/examples/\n-rw-r--r-- root/root      2176 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/examples/custom_bits_type.rs\n-rw-r--r-- root/root      1534 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/examples/macro_free.rs\n-rw-r--r-- root/root      1116 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/examples/serde.rs\n-rw-r--r-- root/root      1175 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/examples/fmt.rs\n-rw-r--r-- root/root       691 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/examples/custom_derive.rs\n-rw-r--r-- root/root      3222 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/CODE_OF_CONDUCT.md\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/.cargo-ok\n-rw-r--r-- root/root      2354 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/\n-rw-r--r-- root/root       198 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/build.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/lib/\n-rw-r--r-- root/root  12712684 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/lib/libwindows.0.53.0.a\n-rw-r--r-- root/root       163 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/Cargo.lock\n-rw-r--r-- root/root       114 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/readme.md\n-rw-r--r-- root/root       384 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/src/\n-rw-r--r-- root/root        11 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/src/lib.rs\n-rw-r--r-- root/root       119 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/.cargo_vcs_info.json\n-rw-r--r-- root/root     11351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/license-apache-2.0\n-rw-r--r-- root/root      1141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/license-mit\n-rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/.cargo-ok\n-rw-r--r-- root/root      1157 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.1/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/\n-rw-r--r-- root/root       198 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/build.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/lib/\n-rw-r--r-- root/root   5569370 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/lib/windows.0.53.0.lib\n-rw-r--r-- root/root       162 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/Cargo.lock\n-rw-r--r-- root/root       114 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/readme.md\n-rw-r--r-- root/root       383 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/src/\n-rw-r--r-- root/root        11 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/src/lib.rs\n-rw-r--r-- root/root       118 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/.cargo_vcs_info.json\n-rw-r--r-- root/root     11351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/license-apache-2.0\n-rw-r--r-- root/root      1141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/license-mit\n-rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/.cargo-ok\n-rw-r--r-- root/root      1155 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.1/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/\n-rw-r--r-- root/root     10513 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/build.rs\n-rw-r--r-- root/root      5568 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/CONTRIBUTING.md\n-rw-r--r-- root/root       202 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/.git-blame-ignore-revs\n-rw-r--r-- root/root       406 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/Cargo.lock\n-rw-r--r-- root/root      5816 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/Cargo.toml.orig\n-rw-r--r-- root/root     55836 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/CHANGELOG.md\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/nuttx/\n-rw-r--r-- root/root     16992 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/nuttx/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/redox/\n-rw-r--r-- root/root     46801 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/redox/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/hurd/\n-rw-r--r-- root/root      2619 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/hurd/b32.rs\n-rw-r--r-- root/root      2613 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/hurd/b64.rs\n-rw-r--r-- root/root    152129 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/hurd/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/\n-rw-r--r-- root/root      3070 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/x86_common.rs\n-rw-r--r-- root/root      4390 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/x86_64.rs\n-rw-r--r-- root/root      8720 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/illumos.rs\n-rw-r--r-- root/root       843 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/x86.rs\n-rw-r--r-- root/root      5633 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/solaris.rs\n-rw-r--r-- root/root      6743 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/compat.rs\n-rw-r--r-- root/root    102297 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/solarish/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/nto/\n-rw-r--r-- root/root     42089 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/nto/neutrino.rs\n-rw-r--r-- root/root      2745 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/nto/x86_64.rs\n-rw-r--r-- root/root       694 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/nto/aarch64.rs\n-rw-r--r-- root/root    105039 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/nto/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/powerpc/\n-rw-r--r-- root/root       318 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/powerpc/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/rtems/\n-rw-r--r-- root/root      3962 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/rtems/mod.rs\n-rw-r--r-- root/root      1022 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/generic.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/espidf/\n-rw-r--r-- root/root      3346 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/espidf/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/aarch64/\n-rw-r--r-- root/root      1312 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/aarch64/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/vita/\n-rw-r--r-- root/root      6579 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/vita/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/arm/\n-rw-r--r-- root/root      1353 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/arm/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/horizon/\n-rw-r--r-- root/root      7446 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/horizon/mod.rs\n-rw-r--r-- root/root     30746 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/newlib/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/\n-rw-r--r-- root/root      2522 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/riscv64.rs\n-rw-r--r-- root/root      2169 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/arm.rs\n-rw-r--r-- root/root       174 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/sparc64.rs\n-rw-r--r-- root/root      1713 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/x86_64.rs\n-rw-r--r-- root/root      3868 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/aarch64.rs\n-rw-r--r-- root/root       130 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/x86.rs\n-rw-r--r-- root/root       298 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/powerpc.rs\n-rw-r--r-- root/root       355 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/mips.rs\n-rw-r--r-- root/root     77166 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/netbsd/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/\n-rw-r--r-- root/root        87 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/mips64.rs\n-rw-r--r-- root/root       581 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/riscv64.rs\n-rw-r--r-- root/root       127 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/arm.rs\n-rw-r--r-- root/root        89 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/sparc64.rs\n-rw-r--r-- root/root      1710 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/x86_64.rs\n-rw-r--r-- root/root       437 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/aarch64.rs\n-rw-r--r-- root/root       124 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/x86.rs\n-rw-r--r-- root/root       127 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/powerpc.rs\n-rw-r--r-- root/root       125 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/powerpc64.rs\n-rw-r--r-- root/root     63555 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/openbsd/mod.rs\n-rw-r--r-- root/root     29182 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/netbsdlike/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd11/\n-rw-r--r-- root/root       856 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd11/b32.rs\n-rw-r--r-- root/root       820 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd11/b64.rs\n-rw-r--r-- root/root     11022 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs\n-rw-r--r-- root/root      1185 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/riscv64.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd13/\n-rw-r--r-- root/root       311 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd13/x86_64.rs\n-rw-r--r-- root/root     12999 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd13/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd14/\n-rw-r--r-- root/root       686 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd14/x86_64.rs\n-rw-r--r-- root/root     13011 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd14/mod.rs\n-rw-r--r-- root/root       709 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/arm.rs\n-rw-r--r-- root/root      1044 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/aarch64.rs\n-rw-r--r-- root/root      1507 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/x86.rs\n-rw-r--r-- root/root       802 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/powerpc.rs\n-rw-r--r-- root/root       804 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/powerpc64.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd15/\n-rw-r--r-- root/root       686 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd15/x86_64.rs\n-rw-r--r-- root/root     13093 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd15/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd12/\n-rw-r--r-- root/root       311 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd12/x86_64.rs\n-rw-r--r-- root/root     11679 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/freebsd12/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/x86_64/\n-rw-r--r-- root/root      5092 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/x86_64/mod.rs\n-rw-r--r-- root/root    171283 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/freebsd/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/dragonfly/\n-rw-r--r-- root/root     43155 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/dragonfly/mod.rs\n-rw-r--r-- root/root     65102 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/freebsdlike/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b32/\n-rw-r--r-- root/root      1935 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b32/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b64/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b64/aarch64/\n-rw-r--r-- root/root       270 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b64/aarch64/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b64/x86_64/\n-rw-r--r-- root/root      2665 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b64/x86_64/mod.rs\n-rw-r--r-- root/root      2017 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/b64/mod.rs\n-rw-r--r-- root/root    181207 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/apple/mod.rs\n-rw-r--r-- root/root     29141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/bsd/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/aix/\n-rw-r--r-- root/root     11525 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/aix/powerpc64.rs\n-rw-r--r-- root/root    115617 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/aix/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/haiku/\n-rw-r--r-- root/root     51710 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/haiku/native.rs\n-rw-r--r-- root/root      1409 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/haiku/x86_64.rs\n-rw-r--r-- root/root      4496 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/haiku/bsd.rs\n-rw-r--r-- root/root       503 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/haiku/b32.rs\n-rw-r--r-- root/root       506 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/haiku/b64.rs\n-rw-r--r-- root/root     64159 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/haiku/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b32/\n-rw-r--r-- root/root     18069 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b32/arm.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b32/x86/\n-rw-r--r-- root/root     20688 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b32/x86/mod.rs\n-rw-r--r-- root/root      6354 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b32/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/aarch64/\n-rw-r--r-- root/root     17289 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/aarch64/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/riscv64/\n-rw-r--r-- root/root     14221 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/riscv64/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/x86_64/\n-rw-r--r-- root/root     21101 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/x86_64/mod.rs\n-rw-r--r-- root/root      5693 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/b64/mod.rs\n-rw-r--r-- root/root    132467 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/android/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/mips/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/mips/mips64/\n-rw-r--r-- root/root      5786 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/mips/mips64/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/mips/mips32/\n-rw-r--r-- root/root     26667 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/mips/mips32/mod.rs\n-rw-r--r-- root/root     10315 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/mips/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/x86_64/\n-rw-r--r-- root/root       194 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/x86_64/other.rs\n-rw-r--r-- root/root      1855 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/x86_64/l4re.rs\n-rw-r--r-- root/root     10716 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/x86_64/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/arm/\n-rw-r--r-- root/root     32399 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/arm/mod.rs\n-rw-r--r-- root/root     16329 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/uclibc/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/riscv32/\n-rw-r--r-- root/root     24012 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/riscv32/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/mips/\n-rw-r--r-- root/root     30328 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/mips/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/x86/\n-rw-r--r-- root/root     28887 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/x86/mod.rs\n-rw-r--r-- root/root     21759 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/hexagon.rs\n-rw-r--r-- root/root     27605 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/powerpc.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/arm/\n-rw-r--r-- root/root     27174 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/arm/mod.rs\n-rw-r--r-- root/root      1174 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b32/mod.rs\n-rw-r--r-- root/root      5911 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/lfs64.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/\n-rw-r--r-- root/root     27909 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/mips64.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/wasm32/\n-rw-r--r-- root/root     16435 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/wasm32/wali.rs\n-rw-r--r-- root/root     24815 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/wasm32/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/aarch64/\n-rw-r--r-- root/root     25184 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/aarch64/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/riscv64/\n-rw-r--r-- root/root     23555 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/riscv64/mod.rs\n-rw-r--r-- root/root     27194 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/powerpc64.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/loongarch64/\n-rw-r--r-- root/root     23480 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/loongarch64/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/x86_64/\n-rw-r--r-- root/root     29289 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/x86_64/mod.rs\n-rw-r--r-- root/root     26632 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/s390x.rs\n-rw-r--r-- root/root      2463 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/b64/mod.rs\n-rw-r--r-- root/root     28455 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/musl/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/powerpc/\n-rw-r--r-- root/root     10769 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/powerpc/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/sparc/\n-rw-r--r-- root/root      9787 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/sparc/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/generic/\n-rw-r--r-- root/root     12680 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/generic/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/mips/\n-rw-r--r-- root/root     12303 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/mips/mod.rs\n-rw-r--r-- root/root       554 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/arch/mod.rs\n-rw-r--r-- root/root    215657 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/riscv32/\n-rw-r--r-- root/root     27705 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/riscv32/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/sparc/\n-rw-r--r-- root/root     30319 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/sparc/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/mips/\n-rw-r--r-- root/root     34732 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/mips/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/x86/\n-rw-r--r-- root/root     35393 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/x86/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/m68k/\n-rw-r--r-- root/root     32036 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/m68k/mod.rs\n-rw-r--r-- root/root     31644 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/powerpc.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/arm/\n-rw-r--r-- root/root     31525 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/arm/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/csky/\n-rw-r--r-- root/root     26225 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/csky/mod.rs\n-rw-r--r-- root/root     15001 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b32/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/mips64/\n-rw-r--r-- root/root     34741 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/mips64/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/aarch64/\n-rw-r--r-- root/root      1951 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/aarch64/ilp32.rs\n-rw-r--r-- root/root      2353 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/aarch64/lp64.rs\n-rw-r--r-- root/root     33014 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/aarch64/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/riscv64/\n-rw-r--r-- root/root     31117 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/riscv64/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/sparc64/\n-rw-r--r-- root/root     32057 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/sparc64/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/loongarch64/\n-rw-r--r-- root/root     32427 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/loongarch64/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/x86_64/\n-rw-r--r-- root/root     22003 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/x86_64/x32.rs\n-rw-r--r-- root/root     16846 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs\n-rw-r--r-- root/root     22845 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs\n-rw-r--r-- root/root     32581 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/s390x.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/powerpc64/\n-rw-r--r-- root/root     36178 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/powerpc64/mod.rs\n-rw-r--r-- root/root      7520 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/b64/mod.rs\n-rw-r--r-- root/root     42112 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/linux/gnu/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/emscripten/\n-rw-r--r-- root/root      5366 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/emscripten/lfs64.rs\n-rw-r--r-- root/root     47120 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/emscripten/mod.rs\n-rw-r--r-- root/root     75059 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/linux_like/mod.rs\n-rw-r--r-- root/root     70293 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/cygwin/\n-rw-r--r-- root/root     78084 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/unix/cygwin/mod.rs\n-rw-r--r-- root/root      2000 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/trusty.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/fuchsia/\n-rw-r--r-- root/root      1291 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/fuchsia/riscv64.rs\n-rw-r--r-- root/root      3043 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/fuchsia/x86_64.rs\n-rw-r--r-- root/root      2150 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/fuchsia/aarch64.rs\n-rw-r--r-- root/root    136706 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/fuchsia/mod.rs\n-rw-r--r-- root/root     18833 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/macros.rs\n-rw-r--r-- root/root       366 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/xous.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/\n-rw-r--r-- root/root        24 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/riscv64.rs\n-rw-r--r-- root/root        24 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/arm.rs\n-rw-r--r-- root/root        24 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/x86_64.rs\n-rw-r--r-- root/root        24 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/aarch64.rs\n-rw-r--r-- root/root        24 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/x86.rs\n-rw-r--r-- root/root        24 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/powerpc.rs\n-rw-r--r-- root/root        24 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/powerpc64.rs\n-rw-r--r-- root/root        24 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/riscv32.rs\n-rw-r--r-- root/root     76665 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/vxworks/mod.rs\n-rw-r--r-- root/root      1966 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/types.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/windows/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/windows/msvc/\n-rw-r--r-- root/root       518 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/windows/msvc/mod.rs\n-rw-r--r-- root/root     21874 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/windows/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/windows/gnu/\n-rw-r--r-- root/root      1018 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/windows/gnu/mod.rs\n-rw-r--r-- root/root     15293 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/hermit.rs\n-rw-r--r-- root/root       344 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/switch.rs\n-rw-r--r-- root/root      3952 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/lib.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/rtems/\n-rw-r--r-- root/root        57 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/rtems/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/nuttx/\n-rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/nuttx/unistd.rs\n-rw-r--r-- root/root        81 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/nuttx/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/solaris/\n-rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/solaris/unistd.rs\n-rw-r--r-- root/root       134 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/solaris/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/trusty/\n-rw-r--r-- root/root        59 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/trusty/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/l4re/\n-rw-r--r-- root/root        99 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/l4re/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/redox/\n-rw-r--r-- root/root        81 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/redox/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/fuchsia/\n-rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/fuchsia/unistd.rs\n-rw-r--r-- root/root        85 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/fuchsia/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/hurd/\n-rw-r--r-- root/root        59 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/hurd/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/espidf/\n-rw-r--r-- root/root        62 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/espidf/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/illumos/\n-rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/illumos/unistd.rs\n-rw-r--r-- root/root        85 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/illumos/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/uclibc/\n-rw-r--r-- root/root      1866 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/uclibc/pthread.rs\n-rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/uclibc/unistd.rs\n-rw-r--r-- root/root       156 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/uclibc/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/vxworks/\n-rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/vxworks/unistd.rs\n-rw-r--r-- root/root        85 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/vxworks/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/sys/\n-rw-r--r-- root/root       372 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/sys/ipc.rs\n-rw-r--r-- root/root       302 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/sys/types.rs\n-rw-r--r-- root/root      2658 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/sys/timex.rs\n-rw-r--r-- root/root       348 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/sys/time.rs\n-rw-r--r-- root/root      1253 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/sys/statvfs.rs\n-rw-r--r-- root/root       189 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/sys/mod.rs\n-rw-r--r-- root/root       782 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/utmp_.rs\n-rw-r--r-- root/root      2906 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/utmpx_.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/net/\n-rw-r--r-- root/root      3050 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/net/if_.rs\n-rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/unistd.rs\n-rw-r--r-- root/root       340 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/netbsd/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/nto/\n-rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/nto/unistd.rs\n-rw-r--r-- root/root        87 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/nto/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/newlib/\n-rw-r--r-- root/root      6579 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/newlib/unistd.rs\n-rw-r--r-- root/root        83 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/newlib/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/relibc/\n-rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/relibc/unistd.rs\n-rw-r--r-- root/root       108 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/relibc/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/hermit_abi/\n-rw-r--r-- root/root       105 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/hermit_abi/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/sys/\n-rw-r--r-- root/root      1769 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/sys/socket.rs\n-rw-r--r-- root/root      1750 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/pthread.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/generic/\n-rw-r--r-- root/root       151 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/generic/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips/bits/\n-rw-r--r-- root/root        91 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips/bits/socket.rs\n-rw-r--r-- root/root       148 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips64/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips64/bits/\n-rw-r--r-- root/root        91 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips64/bits/socket.rs\n-rw-r--r-- root/root       152 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mips64/mod.rs\n-rw-r--r-- root/root       216 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/arch/mod.rs\n-rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/unistd.rs\n-rw-r--r-- root/root       921 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/musl/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/freebsd/\n-rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/freebsd/unistd.rs\n-rw-r--r-- root/root       234 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/freebsd/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/ucrt/\n-rw-r--r-- root/root       285 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/ucrt/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/\n-rw-r--r-- root/root      3402 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/can.rs\n-rw-r--r-- root/root      2771 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/keyctl.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/can/\n-rw-r--r-- root/root       531 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/can/raw.rs\n-rw-r--r-- root/root      1222 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/can/bcm.rs\n-rw-r--r-- root/root      1840 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/can/j1939.rs\n-rw-r--r-- root/root       143 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/linux/mod.rs\n-rw-r--r-- root/root        91 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/linux_uapi/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/xous/\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/xous/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/bionic_libc/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/bionic_libc/sys/\n-rw-r--r-- root/root      1137 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/bionic_libc/sys/socket.rs\n-rw-r--r-- root/root        46 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/bionic_libc/sys/mod.rs\n-rw-r--r-- root/root      1153 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/bionic_libc/pthread.rs\n-rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/bionic_libc/unistd.rs\n-rw-r--r-- root/root       236 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/bionic_libc/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libc/\n-rw-r--r-- root/root       140 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libc/signal.rs\n-rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libc/unistd.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/machine/\n-rw-r--r-- root/root       319 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/machine/_mcontext.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/sys/\n-rw-r--r-- root/root       192 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/sys/signal.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/sys/_types/\n-rw-r--r-- root/root       405 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/sys/_types/_ucontext.rs\n-rw-r--r-- root/root       424 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/sys/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/machine/\n-rw-r--r-- root/root       430 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/machine/_structs.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/i386/\n-rw-r--r-- root/root      2819 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/i386/_structs.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/arm/\n-rw-r--r-- root/root       881 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/arm/_structs.rs\n-rw-r--r-- root/root       463 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mach/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/i386/\n-rw-r--r-- root/root       406 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/i386/_mcontext.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/arm/\n-rw-r--r-- root/root       403 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/arm/_mcontext.rs\n-rw-r--r-- root/root       787 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/xnu/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/sys/\n-rw-r--r-- root/root       516 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/sys/qos.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/sys/_pthread/\n-rw-r--r-- root/root      2694 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/sys/_pthread/_pthread_types.rs\n-rw-r--r-- root/root       462 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/sys/mod.rs\n-rw-r--r-- root/root       606 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/\n-rw-r--r-- root/root       179 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/sched.rs\n-rw-r--r-- root/root       404 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/pthread_impl.rs\n-rw-r--r-- root/root       746 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/qos.rs\n-rw-r--r-- root/root       407 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/pthread_spis.rs\n-rw-r--r-- root/root       304 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/stack_np.rs\n-rw-r--r-- root/root      2505 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/pthread.rs\n-rw-r--r-- root/root       465 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/spawn.rs\n-rw-r--r-- root/root      1048 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/libpthread/pthread_/introspection.rs\n-rw-r--r-- root/root       563 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/apple/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/aix/\n-rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/aix/unistd.rs\n-rw-r--r-- root/root       176 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/aix/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/vita/\n-rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/vita/unistd.rs\n-rw-r--r-- root/root       104 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/vita/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/haiku/\n-rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/haiku/unistd.rs\n-rw-r--r-- root/root        84 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/haiku/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/sgx/\n-rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/sgx/unistd.rs\n-rw-r--r-- root/root        18 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/sgx/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/openbsd/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/openbsd/sys/\n-rw-r--r-- root/root       372 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/openbsd/sys/ipc.rs\n-rw-r--r-- root/root       101 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/openbsd/sys/mod.rs\n-rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/openbsd/unistd.rs\n-rw-r--r-- root/root       161 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/openbsd/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/emscripten/\n-rw-r--r-- root/root       416 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/emscripten/pthread.rs\n-rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/emscripten/unistd.rs\n-rw-r--r-- root/root       162 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/emscripten/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/horizon/\n-rw-r--r-- root/root        72 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/horizon/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/posix/\n-rw-r--r-- root/root     10852 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/posix/pthread.rs\n-rw-r--r-- root/root       236 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/posix/unistd.rs\n-rw-r--r-- root/root       425 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/posix/mod.rs\n-rw-r--r-- root/root        95 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/solarish.rs\n-rw-r--r-- root/root        45 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/bsd.rs\n-rw-r--r-- root/root       100 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/freebsd_like.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/linux_like/\n-rw-r--r-- root/root       790 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/linux_like/pthread.rs\n-rw-r--r-- root/root       234 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/linux_like/mod.rs\n-rw-r--r-- root/root      1249 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/mod.rs\n-rw-r--r-- root/root        93 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/common/netbsd_like.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/wasi/\n-rw-r--r-- root/root        77 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/wasi/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/solid/\n-rw-r--r-- root/root        72 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/solid/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/dragonfly/\n-rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/dragonfly/unistd.rs\n-rw-r--r-- root/root       178 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/dragonfly/mod.rs\n-rw-r--r-- root/root      6652 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/posix/\n-rw-r--r-- root/root       197 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/posix/unistd.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/unix/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/unix/linux/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/unix/linux/net/\n-rw-r--r-- root/root       903 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/unix/linux/net/route.rs\n-rw-r--r-- root/root       281 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/unix/linux/mod.rs\n-rw-r--r-- root/root       156 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/unix/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/nptl/\n-rw-r--r-- root/root      1691 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/nptl/pthread.rs\n-rw-r--r-- root/root       171 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/sysdeps/nptl/mod.rs\n-rw-r--r-- root/root       953 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/glibc/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/teeos/\n-rw-r--r-- root/root       103 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/teeos/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/cygwin/\n-rw-r--r-- root/root       128 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/cygwin/unistd.rs\n-rw-r--r-- root/root       127 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/new/cygwin/mod.rs\n-rw-r--r-- root/root    125348 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/psp.rs\n-rw-r--r-- root/root      2870 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/primitives.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/wasi/\n-rw-r--r-- root/root      5011 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/wasi/p2.rs\n-rw-r--r-- root/root     36418 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/wasi/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/solid/\n-rw-r--r-- root/root        24 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/solid/arm.rs\n-rw-r--r-- root/root        24 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/solid/aarch64.rs\n-rw-r--r-- root/root     32075 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/solid/mod.rs\n-rw-r--r-- root/root       318 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/sgx.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/teeos/\n-rw-r--r-- root/root     29984 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/src/teeos/mod.rs\n-rw-r--r-- root/root        10 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/.gitignore\n-rw-r--r-- root/root      1076 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/LICENSE-MIT\n-rw-r--r-- root/root      4384 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/README.md\n-rw-r--r-- root/root      9723 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/LICENSE-APACHE\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/tests/\n-rw-r--r-- root/root       145 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/tests/const_fn.rs\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/.cargo_vcs_info.json\n-rw-r--r-- root/root       219 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/.rustfmt.toml\n-rw-r--r-- root/root      1872 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/.release-plz.toml\n-rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/.cargo-ok\n-rw-r--r-- root/root      5490 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/Cargo.toml\n-rw-r--r-- root/root       171 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.178/.editorconfig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/.github/\n-rw-r--r-- root/root        16 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/.github/FUNDING.yml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/.github/workflows/\n-rw-r--r-- root/root      7371 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/.github/workflows/ci.yml\n-rw-r--r-- root/root     10277 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/build.rs\n-rw-r--r-- root/root      8816 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/Cargo.lock\n-rw-r--r-- root/root        38 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/rust-toolchain.toml\n-rw-r--r-- root/root      2340 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/\n-rw-r--r-- root/root     28594 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/parse.rs\n-rw-r--r-- root/root     34270 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/fallback.rs\n-rw-r--r-- root/root       220 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/probe.rs\n-rw-r--r-- root/root      3067 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/rcvec.rs\n-rw-r--r-- root/root     31061 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/wrapper.rs\n-rw-r--r-- root/root     51044 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/lib.rs\n-rw-r--r-- root/root     22376 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/rustc_literal_escaper.rs\n-rw-r--r-- root/root       342 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/num.rs\n-rw-r--r-- root/root      5164 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/extra.rs\n-rw-r--r-- root/root       871 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/location.rs\n-rw-r--r-- root/root      2703 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/detection.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/probe/\n-rw-r--r-- root/root       324 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/probe/proc_macro_span_location.rs\n-rw-r--r-- root/root       259 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/probe/proc_macro_span_file.rs\n-rw-r--r-- root/root      1107 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/probe/proc_macro_span.rs\n-rw-r--r-- root/root       573 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/src/marker.rs\n-rw-r--r-- root/root        21 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/.gitignore\n-rw-r--r-- root/root      1023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/LICENSE-MIT\n-rw-r--r-- root/root      3866 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/README.md\n-rw-r--r-- root/root      9723 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/LICENSE-APACHE\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/tests/\n-rw-r--r-- root/root       227 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/tests/features.rs\n-rw-r--r-- root/root     32289 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/tests/test.rs\n-rw-r--r-- root/root      3456 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/tests/comments.rs\n-rw-r--r-- root/root      1312 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/tests/test_fmt.rs\n-rw-r--r-- root/root      2647 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/tests/marker.rs\n-rw-r--r-- root/root      3805 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/tests/test_size.rs\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/.cargo-ok\n-rw-r--r-- root/root      2460 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.104/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/\n-rw-r--r-- root/root       155 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/Cargo.lock\n-rw-r--r-- root/root       558 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/.forgejo/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/.forgejo/workflows/\n-rw-r--r-- root/root      1578 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/.forgejo/workflows/ci.yaml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/src/\n-rw-r--r-- root/root      2610 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/src/parse.rs\n-rw-r--r-- root/root     17876 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/src/lib.rs\n-rw-r--r-- root/root        20 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/.gitignore\n-rw-r--r-- root/root       329 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/README.md\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/.cargo_vcs_info.json\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/examples/\n-rw-r--r-- root/root      2141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/examples/conversions.rs\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/.cargo-ok\n-rw-r--r-- root/root      1087 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/LICENSE\n-rw-r--r-- root/root      1232 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/\n-rw-r--r-- root/root      2244 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/Cargo.lock\n-rw-r--r-- root/root      1302 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/readme.md\n-rw-r--r-- root/root        39 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/rustfmt.toml\n-rw-r--r-- root/root     12058 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/Ndis/\n-rw-r--r-- root/root    215392 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/Ndis/mod.rs\n-rw-r--r-- root/root       162 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/WindowsFilteringPlatform/\n-rw-r--r-- root/root     65417 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/WindowsFilteringPlatform/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Devices/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Devices/Bluetooth/\n-rw-r--r-- root/root      4004 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Devices/Bluetooth/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Devices/HumanInterfaceDevice/\n-rw-r--r-- root/root      2694 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Devices/HumanInterfaceDevice/mod.rs\n-rw-r--r-- root/root       144 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Devices/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/SystemInformation/\n-rw-r--r-- root/root      2078 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/SystemInformation/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/IO/\n-rw-r--r-- root/root       619 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/IO/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/OfflineRegistry/\n-rw-r--r-- root/root      5279 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/OfflineRegistry/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/Memory/\n-rw-r--r-- root/root      2194 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/Memory/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/Registry/\n-rw-r--r-- root/root     22450 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/Registry/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/Threading/\n-rw-r--r-- root/root     15161 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/Threading/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/SystemServices/\n-rw-r--r-- root/root    913704 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/SystemServices/mod.rs\n-rw-r--r-- root/root       436 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/System/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Graphics/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Graphics/Direct3D/\n-rw-r--r-- root/root    449149 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Graphics/Direct3D/mod.rs\n-rw-r--r-- root/root        60 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Graphics/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Foundation/\n-rw-r--r-- root/root     89655 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Foundation/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Storage/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Storage/FileSystem/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Storage/FileSystem/Minifilters/\n-rw-r--r-- root/root    170013 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Storage/FileSystem/Minifilters/mod.rs\n-rw-r--r-- root/root    388219 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Storage/FileSystem/mod.rs\n-rw-r--r-- root/root        63 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/Storage/mod.rs\n-rw-r--r-- root/root       320 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Wdk/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WNet/\n-rw-r--r-- root/root     32111 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WNet/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsConnectionManager/\n-rw-r--r-- root/root      6849 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsConnectionManager/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/IpHelper/\n-rw-r--r-- root/root    151572 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/IpHelper/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Ndis/\n-rw-r--r-- root/root    183045 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Ndis/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Rras/\n-rw-r--r-- root/root    182161 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Rras/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetManagement/\n-rw-r--r-- root/root    241398 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetManagement/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WiFi/\n-rw-r--r-- root/root    247117 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WiFi/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/P2P/\n-rw-r--r-- root/root     89954 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/P2P/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Dhcp/\n-rw-r--r-- root/root    118544 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Dhcp/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetShell/\n-rw-r--r-- root/root      9191 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetShell/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/InternetConnectionWizard/\n-rw-r--r-- root/root      1188 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/InternetConnectionWizard/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WebDav/\n-rw-r--r-- root/root      3566 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WebDav/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Snmp/\n-rw-r--r-- root/root     26419 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Snmp/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsFirewall/\n-rw-r--r-- root/root     19174 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsFirewall/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Dns/\n-rw-r--r-- root/root     72546 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Dns/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/QoS/\n-rw-r--r-- root/root     67488 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/QoS/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Multicast/\n-rw-r--r-- root/root      3103 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Multicast/mod.rs\n-rw-r--r-- root/root      1607 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetBios/\n-rw-r--r-- root/root      7003 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetBios/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/\n-rw-r--r-- root/root     11799 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsFilteringPlatform/\n-rw-r--r-- root/root    248908 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsFilteringPlatform/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsNetworkVirtualization/\n-rw-r--r-- root/root      5454 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsNetworkVirtualization/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Communication/\n-rw-r--r-- root/root     16614 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Communication/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Properties/\n-rw-r--r-- root/root     45543 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Properties/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Tapi/\n-rw-r--r-- root/root    174739 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Tapi/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/DeviceAndDriverInstallation/\n-rw-r--r-- root/root    325345 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/DeviceAndDriverInstallation/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Enumeration/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Enumeration/Pnp/\n-rw-r--r-- root/root      8879 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Enumeration/Pnp/mod.rs\n-rw-r--r-- root/root        63 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Enumeration/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Usb/\n-rw-r--r-- root/root    119629 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Usb/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Beep/\n-rw-r--r-- root/root       465 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Beep/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Cdrom/\n-rw-r--r-- root/root     16639 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Cdrom/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/BiometricFramework/\n-rw-r--r-- root/root     90877 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/BiometricFramework/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Bluetooth/\n-rw-r--r-- root/root     80008 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Bluetooth/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/HumanInterfaceDevice/\n-rw-r--r-- root/root    186408 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/HumanInterfaceDevice/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/PortableDevices/\n-rw-r--r-- root/root    210754 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/PortableDevices/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Nfc/\n-rw-r--r-- root/root     21081 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Nfc/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Nfp/\n-rw-r--r-- root/root       981 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Nfp/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Fax/\n-rw-r--r-- root/root     86124 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Fax/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Display/\n-rw-r--r-- root/root    157355 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Display/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/WebServicesOnDevices/\n-rw-r--r-- root/root     34582 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/WebServicesOnDevices/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/AllJoyn/\n-rw-r--r-- root/root    139241 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/AllJoyn/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Sensors/\n-rw-r--r-- root/root     72821 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Sensors/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Dvd/\n-rw-r--r-- root/root     19432 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Dvd/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/DeviceQuery/\n-rw-r--r-- root/root     13071 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/DeviceQuery/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Pwm/\n-rw-r--r-- root/root      2767 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/Pwm/mod.rs\n-rw-r--r-- root/root      3720 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/SerialCommunication/\n-rw-r--r-- root/root      9514 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Devices/SerialCommunication/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Data/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Data/RightsManagement/\n-rw-r--r-- root/root     27884 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Data/RightsManagement/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Data/HtmlHelp/\n-rw-r--r-- root/root     22545 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Data/HtmlHelp/mod.rs\n-rw-r--r-- root/root       132 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Data/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/Audio/\n-rw-r--r-- root/root    110746 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/Audio/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/Multimedia/\n-rw-r--r-- root/root    348327 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/Multimedia/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/KernelStreaming/\n-rw-r--r-- root/root    289896 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/KernelStreaming/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/WindowsMediaFormat/\n-rw-r--r-- root/root     60006 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/WindowsMediaFormat/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/DxMediaObjects/\n-rw-r--r-- root/root      7770 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/DxMediaObjects/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/Streaming/\n-rw-r--r-- root/root      5431 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/Streaming/mod.rs\n-rw-r--r-- root/root      7364 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Media/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SecurityCenter/\n-rw-r--r-- root/root      3639 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SecurityCenter/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/CorrelationVector/\n-rw-r--r-- root/root      1099 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/CorrelationVector/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/LibraryLoader/\n-rw-r--r-- root/root     13977 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/LibraryLoader/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/HostComputeNetwork/\n-rw-r--r-- root/root     12004 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/HostComputeNetwork/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/GroupPolicy/\n-rw-r--r-- root/root     30484 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/GroupPolicy/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ClrHosting/\n-rw-r--r-- root/root     23382 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ClrHosting/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SystemInformation/\n-rw-r--r-- root/root     45047 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SystemInformation/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/JobObjects/\n-rw-r--r-- root/root     24407 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/JobObjects/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/IO/\n-rw-r--r-- root/root      4441 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/IO/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/RemoteDesktop/\n-rw-r--r-- root/root     89191 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/RemoteDesktop/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Recovery/\n-rw-r--r-- root/root      1997 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Recovery/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SubsystemForLinux/\n-rw-r--r-- root/root      2242 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SubsystemForLinux/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/RestartManager/\n-rw-r--r-- root/root      5741 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/RestartManager/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/AddressBook/\n-rw-r--r-- root/root     52360 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/AddressBook/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Iis/\n-rw-r--r-- root/root     72932 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Iis/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Mailslots/\n-rw-r--r-- root/root       998 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Mailslots/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/HostComputeSystem/\n-rw-r--r-- root/root     19370 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/HostComputeSystem/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/MixedReality/\n-rw-r--r-- root/root       508 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/MixedReality/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Variant/\n-rw-r--r-- root/root     25702 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Variant/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Environment/\n-rw-r--r-- root/root     16082 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Environment/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Ioctl/\n-rw-r--r-- root/root    253559 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Ioctl/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/MessageQueuing/\n-rw-r--r-- root/root     47334 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/MessageQueuing/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/PasswordManagement/\n-rw-r--r-- root/root      1674 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/PasswordManagement/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Mapi/\n-rw-r--r-- root/root      8146 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Mapi/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DeploymentServices/\n-rw-r--r-- root/root     49900 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DeploymentServices/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Ceip/\n-rw-r--r-- root/root        95 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Ceip/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/ToolHelp/\n-rw-r--r-- root/root      6335 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/ToolHelp/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Etw/\n-rw-r--r-- root/root    104912 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Etw/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Debug/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Debug/Extensions/\n-rw-r--r-- root/root    189352 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Debug/Extensions/mod.rs\n-rw-r--r-- root/root    314646 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Debug/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/ProcessSnapshotting/\n-rw-r--r-- root/root     13956 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/ProcessSnapshotting/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/TraceLogging/\n-rw-r--r-- root/root      5557 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/TraceLogging/mod.rs\n-rw-r--r-- root/root       438 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ProcessStatus/\n-rw-r--r-- root/root     15750 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ProcessStatus/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/TpmBaseServices/\n-rw-r--r-- root/root      5243 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/TpmBaseServices/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Js/\n-rw-r--r-- root/root     17141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Js/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/StationsAndDesktops/\n-rw-r--r-- root/root     10554 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/StationsAndDesktops/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Search/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Search/Common/\n-rw-r--r-- root/root      1127 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Search/Common/mod.rs\n-rw-r--r-- root/root    341541 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Search/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Antimalware/\n-rw-r--r-- root/root      6856 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Antimalware/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Power/\n-rw-r--r-- root/root     81436 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Power/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Hypervisor/\n-rw-r--r-- root/root    118516 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Hypervisor/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Kernel/\n-rw-r--r-- root/root     11243 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Kernel/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Memory/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Memory/NonVolatile/\n-rw-r--r-- root/root      2035 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Memory/NonVolatile/mod.rs\n-rw-r--r-- root/root     38749 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Memory/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ErrorReporting/\n-rw-r--r-- root/root     25448 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ErrorReporting/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Shutdown/\n-rw-r--r-- root/root      8746 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Shutdown/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/EventCollector/\n-rw-r--r-- root/root      9526 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/EventCollector/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DeveloperLicensing/\n-rw-r--r-- root/root       519 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DeveloperLicensing/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/EventNotificationService/\n-rw-r--r-- root/root      2222 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/EventNotificationService/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ComponentServices/\n-rw-r--r-- root/root     35479 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ComponentServices/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Pipes/\n-rw-r--r-- root/root      6491 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Pipes/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Performance/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Performance/HardwareCounterProfiling/\n-rw-r--r-- root/root      1499 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Performance/HardwareCounterProfiling/mod.rs\n-rw-r--r-- root/root     69554 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Performance/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Time/\n-rw-r--r-- root/root      5287 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Time/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ApplicationVerifier/\n-rw-r--r-- root/root      3280 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ApplicationVerifier/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/StructuredStorage/\n-rw-r--r-- root/root     44290 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/StructuredStorage/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/Urlmon/\n-rw-r--r-- root/root     59661 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/Urlmon/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/Marshal/\n-rw-r--r-- root/root     21752 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/Marshal/mod.rs\n-rw-r--r-- root/root     69819 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Com/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/EventLog/\n-rw-r--r-- root/root     29161 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/EventLog/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/UserAccessLogging/\n-rw-r--r-- root/root      1179 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/UserAccessLogging/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DistributedTransactionCoordinator/\n-rw-r--r-- root/root     16846 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DistributedTransactionCoordinator/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Ole/\n-rw-r--r-- root/root    186473 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Ole/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DataExchange/\n-rw-r--r-- root/root     24976 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/DataExchange/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Registry/\n-rw-r--r-- root/root    113134 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Registry/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/WindowsProgramming/\n-rw-r--r-- root/root    106362 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/WindowsProgramming/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Restore/\n-rw-r--r-- root/root      3130 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Restore/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SetupAndMigration/\n-rw-r--r-- root/root       648 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SetupAndMigration/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/RemoteManagement/\n-rw-r--r-- root/root     66822 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/RemoteManagement/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ApplicationInstallationAndServicing/\n-rw-r--r-- root/root    183157 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/ApplicationInstallationAndServicing/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Rpc/\n-rw-r--r-- root/root    186960 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Rpc/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/HostCompute/\n-rw-r--r-- root/root        48 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/HostCompute/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Wmi/\n-rw-r--r-- root/root    113671 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Wmi/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Threading/\n-rw-r--r-- root/root    104832 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Threading/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SystemServices/\n-rw-r--r-- root/root    228085 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/SystemServices/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Console/\n-rw-r--r-- root/root     28306 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Console/mod.rs\n-rw-r--r-- root/root      4466 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Services/\n-rw-r--r-- root/root     41654 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/Services/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/VirtualDosMachines/\n-rw-r--r-- root/root     15721 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/System/VirtualDosMachines/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Dwm/\n-rw-r--r-- root/root     14441 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Dwm/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Hlsl/\n-rw-r--r-- root/root       115 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Hlsl/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Gdi/\n-rw-r--r-- root/root    196776 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Gdi/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/OpenGL/\n-rw-r--r-- root/root     81010 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/OpenGL/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/GdiPlus/\n-rw-r--r-- root/root    183056 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/GdiPlus/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Printing/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Printing/PrintTicket/\n-rw-r--r-- root/root      3735 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Printing/PrintTicket/mod.rs\n-rw-r--r-- root/root    230746 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/Printing/mod.rs\n-rw-r--r-- root/root       338 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Graphics/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Foundation/\n-rw-r--r-- root/root    767414 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Foundation/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Authorization/\n-rw-r--r-- root/root     75914 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Authorization/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Credentials/\n-rw-r--r-- root/root     59344 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Credentials/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/EnterpriseData/\n-rw-r--r-- root/root      3418 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/EnterpriseData/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/AppLocker/\n-rw-r--r-- root/root     11025 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/AppLocker/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/NetworkAccessProtection/\n-rw-r--r-- root/root      5848 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/NetworkAccessProtection/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/WinTrust/\n-rw-r--r-- root/root     53969 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/WinTrust/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Authentication/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Authentication/Identity/\n-rw-r--r-- root/root    369156 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Authentication/Identity/mod.rs\n-rw-r--r-- root/root        77 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Authentication/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/ExtensibleAuthenticationProtocol/\n-rw-r--r-- root/root     63713 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/ExtensibleAuthenticationProtocol/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/DirectoryServices/\n-rw-r--r-- root/root      2304 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/DirectoryServices/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Isolation/\n-rw-r--r-- root/root      3065 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Isolation/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Certificates/\n-rw-r--r-- root/root    178147 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Certificates/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Catalog/\n-rw-r--r-- root/root     13872 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Sip/\n-rw-r--r-- root/root      9988 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Sip/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/UI/\n-rw-r--r-- root/root     33692 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/UI/mod.rs\n-rw-r--r-- root/root    622199 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/WinWlx/\n-rw-r--r-- root/root     20094 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/WinWlx/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/DiagnosticDataQuery/\n-rw-r--r-- root/root     13300 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/DiagnosticDataQuery/mod.rs\n-rw-r--r-- root/root     86064 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/LicenseProtection/\n-rw-r--r-- root/root       889 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Security/LicenseProtection/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Globalization/\n-rw-r--r-- root/root    392110 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Globalization/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Gaming/\n-rw-r--r-- root/root     13646 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Gaming/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Web/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Web/InternetExplorer/\n-rw-r--r-- root/root     51209 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Web/InternetExplorer/mod.rs\n-rw-r--r-- root/root        73 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Web/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/HttpServer/\n-rw-r--r-- root/root     64945 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/HttpServer/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/Ldap/\n-rw-r--r-- root/root     82973 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/Ldap/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/ActiveDirectory/\n-rw-r--r-- root/root    154512 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/ActiveDirectory/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WinInet/\n-rw-r--r-- root/root    159709 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WinInet/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/Clustering/\n-rw-r--r-- root/root    354474 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/Clustering/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WindowsWebServices/\n-rw-r--r-- root/root    221867 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WindowsWebServices/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WebSocket/\n-rw-r--r-- root/root      7779 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WebSocket/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WinHttp/\n-rw-r--r-- root/root     70919 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WinHttp/mod.rs\n-rw-r--r-- root/root       606 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WinSock/\n-rw-r--r-- root/root    236016 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Networking/WinSock/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Vhd/\n-rw-r--r-- root/root     44573 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Vhd/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Cabinets/\n-rw-r--r-- root/root     11931 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Cabinets/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Nvme/\n-rw-r--r-- root/root    148289 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Nvme/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/OfflineFiles/\n-rw-r--r-- root/root     21555 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/OfflineFiles/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Packaging/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Packaging/Appx/\n-rw-r--r-- root/root     34635 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Packaging/Appx/mod.rs\n-rw-r--r-- root/root        63 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Packaging/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/StructuredStorage/\n-rw-r--r-- root/root        89 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/StructuredStorage/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Imapi/\n-rw-r--r-- root/root     51826 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Imapi/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/CloudFilters/\n-rw-r--r-- root/root     40382 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/CloudFilters/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/IndexServer/\n-rw-r--r-- root/root     14427 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/IndexServer/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/IscsiDisc/\n-rw-r--r-- root/root     63112 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/IscsiDisc/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/FileHistory/\n-rw-r--r-- root/root      7032 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/FileHistory/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/ProjectedFileSystem/\n-rw-r--r-- root/root     16660 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/ProjectedFileSystem/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Xps/\n-rw-r--r-- root/root     23690 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Xps/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/FileSystem/\n-rw-r--r-- root/root    237001 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/FileSystem/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/DistributedFileSystem/\n-rw-r--r-- root/root     16779 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/DistributedFileSystem/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/OperationRecorder/\n-rw-r--r-- root/root       882 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/OperationRecorder/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/InstallableFileSystems/\n-rw-r--r-- root/root     19459 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/InstallableFileSystems/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Jet/\n-rw-r--r-- root/root    140426 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Jet/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Compression/\n-rw-r--r-- root/root      4219 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/Compression/mod.rs\n-rw-r--r-- root/root      1269 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Storage/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/TextServices/\n-rw-r--r-- root/root     54544 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/TextServices/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/InteractionContext/\n-rw-r--r-- root/root     17885 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/InteractionContext/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Accessibility/\n-rw-r--r-- root/root    154948 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Accessibility/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/WindowsAndMessaging/\n-rw-r--r-- root/root    227751 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/WindowsAndMessaging/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/TabletPC/\n-rw-r--r-- root/root     90497 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/TabletPC/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/PropertiesSystem/\n-rw-r--r-- root/root     33428 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/PropertiesSystem/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/Common/\n-rw-r--r-- root/root      4777 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/Common/mod.rs\n-rw-r--r-- root/root    472967 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Touch/\n-rw-r--r-- root/root      5305 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Touch/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/KeyboardAndMouse/\n-rw-r--r-- root/root     35250 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/KeyboardAndMouse/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Pointer/\n-rw-r--r-- root/root     10942 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Pointer/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Ime/\n-rw-r--r-- root/root     71791 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Ime/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/XboxController/\n-rw-r--r-- root/root      8124 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/XboxController/mod.rs\n-rw-r--r-- root/root      8203 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Input/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Magnification/\n-rw-r--r-- root/root      4973 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Magnification/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/ColorSystem/\n-rw-r--r-- root/root     45889 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/ColorSystem/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/HiDpi/\n-rw-r--r-- root/root      6933 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/HiDpi/mod.rs\n-rw-r--r-- root/root       674 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Controls/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Controls/Dialogs/\n-rw-r--r-- root/root     58112 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Controls/Dialogs/mod.rs\n-rw-r--r-- root/root    357162 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/UI/Controls/mod.rs\n-rw-r--r-- root/root       787 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Management/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Management/MobileDeviceManagementRegistration/\n-rw-r--r-- root/root     10319 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Management/MobileDeviceManagementRegistration/mod.rs\n-rw-r--r-- root/root       116 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/Win32/Management/mod.rs\n-rw-r--r-- root/root        78 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/Windows/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/core/\n-rw-r--r-- root/root      3349 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/core/literals.rs\n-rw-r--r-- root/root      1625 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/core/mod.rs\n-rw-r--r-- root/root       459 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/src/lib.rs\n-rw-r--r-- root/root       109 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/.cargo_vcs_info.json\n-rw-r--r-- root/root     11351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/license-apache-2.0\n-rw-r--r-- root/root      1141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/license-mit\n-rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/.cargo-ok\n-rw-r--r-- root/root     12892 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/\n-rw-r--r-- root/root     21768 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/Cargo.lock\n-rw-r--r-- root/root      2166 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/\n-rw-r--r-- root/root     10735 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/auto.rs\n-rw-r--r-- root/root      7129 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/stream.rs\n-rw-r--r-- root/root      1424 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/fmt.rs\n-rw-r--r-- root/root      7084 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/wincon.rs\n-rw-r--r-- root/root      2731 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/lib.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/adapter/\n-rw-r--r-- root/root     13036 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/adapter/wincon.rs\n-rw-r--r-- root/root     14323 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/adapter/strip.rs\n-rw-r--r-- root/root       348 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/adapter/mod.rs\n-rw-r--r-- root/root     12831 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/_macros.rs\n-rw-r--r-- root/root      6840 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/strip.rs\n-rw-r--r-- root/root      1179 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/buffer.rs\n-rw-r--r-- root/root      1062 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/LICENSE-MIT\n-rw-r--r-- root/root      1211 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/README.md\n-rw-r--r-- root/root     11358 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/LICENSE-APACHE\n-rw-r--r-- root/root       109 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/.cargo_vcs_info.json\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/examples/\n-rw-r--r-- root/root      4467 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/examples/dump-stream.rs\n-rw-r--r-- root/root       546 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/examples/query-stream.rs\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/.cargo-ok\n-rw-r--r-- root/root      5027 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/\n-rw-r--r-- root/root      1604 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/Cargo.lock\n-rw-r--r-- root/root       776 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/\n-rw-r--r-- root/root     20249 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/encode.rs\n-rw-r--r-- root/root     84034 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/parser.rs\n-rw-r--r-- root/root     20649 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/ast.rs\n-rw-r--r-- root/root     75476 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/codegen.rs\n-rw-r--r-- root/root      6824 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/lib.rs\n-rw-r--r-- root/root      3969 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/error.rs\n-rw-r--r-- root/root      1635 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/src/hash.rs\n-rw-r--r-- root/root      1057 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/LICENSE-MIT\n-rw-r--r-- root/root     10847 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/LICENSE-APACHE\n-rw-r--r-- root/root       114 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/.cargo-ok\n-rw-r--r-- root/root      1848 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.108/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/\n-rw-r--r-- root/root       427 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/\n-rw-r--r-- root/root      3740 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/types.rs\n-rw-r--r-- root/root      3662 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs\n-rw-r--r-- root/root      1052 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/LICENSE-MIT\n-rw-r--r-- root/root      9723 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/LICENSE-APACHE\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/tests/\n-rw-r--r-- root/root     14052 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/tests/UTF-8-demo.txt\n-rw-r--r-- root/root       663 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/tests/utf-8-demo.rs\n-rw-r--r-- root/root       103 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/.cargo-ok\n-rw-r--r-- root/root      1156 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/\n-rw-r--r-- root/root      3549 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/Cargo.lock\n-rw-r--r-- root/root      1383 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/src/\n-rw-r--r-- root/root      9330 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/src/windows.rs\n-rw-r--r-- root/root      4470 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/src/stream.rs\n-rw-r--r-- root/root       707 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/src/lib.rs\n-rw-r--r-- root/root       663 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/src/ansi.rs\n-rw-r--r-- root/root      1062 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/LICENSE-MIT\n-rw-r--r-- root/root      1096 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/README.md\n-rw-r--r-- root/root     11358 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/LICENSE-APACHE\n-rw-r--r-- root/root       115 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/.cargo_vcs_info.json\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/examples/\n-rw-r--r-- root/root      1523 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/examples/set-wincon.rs\n-rw-r--r-- root/root      4858 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/examples/dump-wincon.rs\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/.cargo-ok\n-rw-r--r-- root/root      4450 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.11/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/.github/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/.github/workflows/\n-rw-r--r-- root/root      5417 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/.github/workflows/ci.yml\n-rw-r--r-- root/root      1206 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/build.rs\n-rw-r--r-- root/root      1733 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/CONTRIBUTING.md\n-rw-r--r-- root/root     12778 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/Cargo.lock\n-rw-r--r-- root/root      3642 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/io/\n-rw-r--r-- root/root      1739 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/io/core.rs\n-rw-r--r-- root/root       684 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/io/mod.rs\n-rw-r--r-- root/root     63877 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/ser.rs\n-rw-r--r-- root/root     10361 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/macros.rs\n-rw-r--r-- root/root     33041 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/read.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/\n-rw-r--r-- root/root      2241 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/parse.rs\n-rw-r--r-- root/root       679 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/bignum.rs\n-rw-r--r-- root/root      6117 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/algorithm.rs\n-rw-r--r-- root/root      2156 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/cached.rs\n-rw-r--r-- root/root      5082 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/errors.rs\n-rw-r--r-- root/root     15879 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/large_powers64.rs\n-rw-r--r-- root/root      7388 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/rounding.rs\n-rw-r--r-- root/root      5482 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/float.rs\n-rw-r--r-- root/root      1562 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/exponent.rs\n-rw-r--r-- root/root     26324 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/math.rs\n-rw-r--r-- root/root      7035 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/bhcomp.rs\n-rw-r--r-- root/root     11179 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/num.rs\n-rw-r--r-- root/root       250 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/large_powers.rs\n-rw-r--r-- root/root      5782 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/cached_float80.rs\n-rw-r--r-- root/root       444 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/digit.rs\n-rw-r--r-- root/root      1059 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/mod.rs\n-rw-r--r-- root/root      1345 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/small_powers.rs\n-rw-r--r-- root/root     15362 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/large_powers32.rs\n-rw-r--r-- root/root      1235 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lexical/shift.rs\n-rw-r--r-- root/root     14369 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/lib.rs\n-rw-r--r-- root/root     21542 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/raw.rs\n-rw-r--r-- root/root      1848 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/iter.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/value/\n-rw-r--r-- root/root     28223 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/value/ser.rs\n-rw-r--r-- root/root      8734 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/value/index.rs\n-rw-r--r-- root/root      6357 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/value/from.rs\n-rw-r--r-- root/root     41251 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/value/de.rs\n-rw-r--r-- root/root      2267 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/value/partial_eq.rs\n-rw-r--r-- root/root     30963 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/value/mod.rs\n-rw-r--r-- root/root     86368 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/de.rs\n-rw-r--r-- root/root     17221 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/error.rs\n-rw-r--r-- root/root     35057 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/map.rs\n-rw-r--r-- root/root     25115 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/src/number.rs\n-rw-r--r-- root/root        21 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/.gitignore\n-rw-r--r-- root/root      1023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/LICENSE-MIT\n-rw-r--r-- root/root     14043 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/README.md\n-rw-r--r-- root/root      9723 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/LICENSE-APACHE\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/macros/\n-rw-r--r-- root/root      1511 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/macros/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/\n-rw-r--r-- root/root       367 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/missing_comma.stderr\n-rw-r--r-- root/root        60 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_colon.rs\n-rw-r--r-- root/root       295 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/parse_expr.stderr\n-rw-r--r-- root/root        61 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_after_array_element.rs\n-rw-r--r-- root/root        69 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/missing_comma.rs\n-rw-r--r-- root/root        57 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/missing_colon.rs\n-rw-r--r-- root/root        61 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/parse_expr.rs\n-rw-r--r-- root/root       456 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/missing_colon.stderr\n-rw-r--r-- root/root       222 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_comma.stderr\n-rw-r--r-- root/root        59 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/missing_value.rs\n-rw-r--r-- root/root        65 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/parse_key.rs\n-rw-r--r-- root/root       153 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/parse_key.stderr\n-rw-r--r-- root/root        66 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_after_map_entry.rs\n-rw-r--r-- root/root        69 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_comma.rs\n-rw-r--r-- root/root       231 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_after_array_element.stderr\n-rw-r--r-- root/root       209 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_colon.stderr\n-rw-r--r-- root/root       237 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/unexpected_after_map_entry.stderr\n-rw-r--r-- root/root        61 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/not_found.rs\n-rw-r--r-- root/root       460 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/missing_value.stderr\n-rw-r--r-- root/root       162 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/ui/not_found.stderr\n-rw-r--r-- root/root      5089 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/stream.rs\n-rw-r--r-- root/root      2038 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/debug.rs\n-rw-r--r-- root/root     76604 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/test.rs\n-rw-r--r-- root/root       214 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/compiletest.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/\n-rw-r--r-- root/root     17147 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/parse.rs\n-rw-r--r-- root/root      3867 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/algorithm.rs\n-rw-r--r-- root/root      9038 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/rounding.rs\n-rw-r--r-- root/root     14186 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/float.rs\n-rw-r--r-- root/root      1288 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/exponent.rs\n-rw-r--r-- root/root      5436 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/math.rs\n-rw-r--r-- root/root      1602 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical/num.rs\n-rw-r--r-- root/root      1027 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/lexical.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/regression/\n-rw-r--r-- root/root       236 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/regression/issue953.rs\n-rw-r--r-- root/root       401 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/regression/issue520.rs\n-rw-r--r-- root/root      1646 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/regression/issue795.rs\n-rw-r--r-- root/root       362 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/regression/issue1004.rs\n-rw-r--r-- root/root      1919 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/regression/issue845.rs\n-rw-r--r-- root/root       130 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/regression.rs\n-rw-r--r-- root/root      1603 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/tests/map.rs\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/.cargo-ok\n-rw-r--r-- root/root      3118 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.148/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/\n-rw-r--r-- root/root       388 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/Cargo.lock\n-rw-r--r-- root/root      1506 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/readme.md\n-rw-r--r-- root/root        39 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/rustfmt.toml\n-rw-r--r-- root/root     12031 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/NetworkManagement/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/NetworkManagement/Ndis/\n-rw-r--r-- root/root    215071 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/NetworkManagement/Ndis/mod.rs\n-rw-r--r-- root/root       162 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/NetworkManagement/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/NetworkManagement/WindowsFilteringPlatform/\n-rw-r--r-- root/root     64970 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/NetworkManagement/WindowsFilteringPlatform/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Devices/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Devices/Bluetooth/\n-rw-r--r-- root/root      4004 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Devices/Bluetooth/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Devices/HumanInterfaceDevice/\n-rw-r--r-- root/root      2679 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Devices/HumanInterfaceDevice/mod.rs\n-rw-r--r-- root/root       144 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Devices/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/SystemInformation/\n-rw-r--r-- root/root      2060 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/SystemInformation/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/IO/\n-rw-r--r-- root/root       616 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/IO/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/OfflineRegistry/\n-rw-r--r-- root/root      5207 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/OfflineRegistry/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/Memory/\n-rw-r--r-- root/root      2176 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/Memory/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/Registry/\n-rw-r--r-- root/root     22300 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/Registry/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/Threading/\n-rw-r--r-- root/root     15089 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/Threading/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/SystemServices/\n-rw-r--r-- root/root    910233 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/SystemServices/mod.rs\n-rw-r--r-- root/root       436 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/System/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Graphics/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Graphics/Direct3D/\n-rw-r--r-- root/root    448624 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Graphics/Direct3D/mod.rs\n-rw-r--r-- root/root        60 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Graphics/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Foundation/\n-rw-r--r-- root/root     89649 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Foundation/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Storage/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Storage/FileSystem/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Storage/FileSystem/Minifilters/\n-rw-r--r-- root/root    169215 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Storage/FileSystem/Minifilters/mod.rs\n-rw-r--r-- root/root    386212 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Storage/FileSystem/mod.rs\n-rw-r--r-- root/root        63 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/Storage/mod.rs\n-rw-r--r-- root/root       320 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Wdk/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WNet/\n-rw-r--r-- root/root     31916 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WNet/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsConnectionManager/\n-rw-r--r-- root/root      6819 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsConnectionManager/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/IpHelper/\n-rw-r--r-- root/root    150969 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/IpHelper/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Ndis/\n-rw-r--r-- root/root    183045 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Ndis/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Rras/\n-rw-r--r-- root/root    181330 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Rras/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetManagement/\n-rw-r--r-- root/root    240873 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetManagement/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WiFi/\n-rw-r--r-- root/root    246934 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WiFi/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/P2P/\n-rw-r--r-- root/root     89354 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/P2P/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Dhcp/\n-rw-r--r-- root/root    117914 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Dhcp/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetShell/\n-rw-r--r-- root/root      9167 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetShell/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/InternetConnectionWizard/\n-rw-r--r-- root/root      1188 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/InternetConnectionWizard/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WebDav/\n-rw-r--r-- root/root      3533 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WebDav/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Snmp/\n-rw-r--r-- root/root     26167 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Snmp/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsFirewall/\n-rw-r--r-- root/root     19135 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsFirewall/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Dns/\n-rw-r--r-- root/root     72354 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Dns/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/QoS/\n-rw-r--r-- root/root     67395 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/QoS/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Multicast/\n-rw-r--r-- root/root      3082 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/Multicast/mod.rs\n-rw-r--r-- root/root      1607 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetBios/\n-rw-r--r-- root/root      7000 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetBios/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/\n-rw-r--r-- root/root     11751 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsFilteringPlatform/\n-rw-r--r-- root/root    248350 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsFilteringPlatform/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsNetworkVirtualization/\n-rw-r--r-- root/root      5448 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/NetworkManagement/WindowsNetworkVirtualization/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Communication/\n-rw-r--r-- root/root     16524 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Communication/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Properties/\n-rw-r--r-- root/root     45543 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Properties/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Tapi/\n-rw-r--r-- root/root    173983 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Tapi/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/DeviceAndDriverInstallation/\n-rw-r--r-- root/root    323620 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/DeviceAndDriverInstallation/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Enumeration/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Enumeration/Pnp/\n-rw-r--r-- root/root      8852 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Enumeration/Pnp/mod.rs\n-rw-r--r-- root/root        63 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Enumeration/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Usb/\n-rw-r--r-- root/root    119527 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Usb/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Beep/\n-rw-r--r-- root/root       465 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Beep/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Cdrom/\n-rw-r--r-- root/root     16639 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Cdrom/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/BiometricFramework/\n-rw-r--r-- root/root     90715 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/BiometricFramework/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Bluetooth/\n-rw-r--r-- root/root     79867 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Bluetooth/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/HumanInterfaceDevice/\n-rw-r--r-- root/root    186267 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/HumanInterfaceDevice/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/PortableDevices/\n-rw-r--r-- root/root    210751 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/PortableDevices/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Nfc/\n-rw-r--r-- root/root     21081 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Nfc/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Nfp/\n-rw-r--r-- root/root       981 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Nfp/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Fax/\n-rw-r--r-- root/root     85947 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Fax/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Display/\n-rw-r--r-- root/root    157004 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Display/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/WebServicesOnDevices/\n-rw-r--r-- root/root     34486 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/WebServicesOnDevices/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/AllJoyn/\n-rw-r--r-- root/root    137600 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/AllJoyn/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Sensors/\n-rw-r--r-- root/root     72701 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Sensors/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Dvd/\n-rw-r--r-- root/root     19432 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Dvd/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/DeviceQuery/\n-rw-r--r-- root/root     13029 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/DeviceQuery/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Pwm/\n-rw-r--r-- root/root      2767 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/Pwm/mod.rs\n-rw-r--r-- root/root      3720 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/SerialCommunication/\n-rw-r--r-- root/root      9493 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Devices/SerialCommunication/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Data/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Data/RightsManagement/\n-rw-r--r-- root/root     27632 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Data/RightsManagement/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Data/HtmlHelp/\n-rw-r--r-- root/root     22539 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Data/HtmlHelp/mod.rs\n-rw-r--r-- root/root       132 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Data/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/Audio/\n-rw-r--r-- root/root    110272 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/Audio/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/Multimedia/\n-rw-r--r-- root/root    347817 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/Multimedia/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/KernelStreaming/\n-rw-r--r-- root/root    289857 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/KernelStreaming/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/WindowsMediaFormat/\n-rw-r--r-- root/root     59973 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/WindowsMediaFormat/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/DxMediaObjects/\n-rw-r--r-- root/root      7737 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/DxMediaObjects/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/Streaming/\n-rw-r--r-- root/root      5431 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/Streaming/mod.rs\n-rw-r--r-- root/root      7343 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Media/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SecurityCenter/\n-rw-r--r-- root/root      3621 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SecurityCenter/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/CorrelationVector/\n-rw-r--r-- root/root      1087 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/CorrelationVector/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/LibraryLoader/\n-rw-r--r-- root/root     13830 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/LibraryLoader/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/HostComputeNetwork/\n-rw-r--r-- root/root     11875 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/HostComputeNetwork/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/GroupPolicy/\n-rw-r--r-- root/root     30388 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/GroupPolicy/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ClrHosting/\n-rw-r--r-- root/root     23301 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ClrHosting/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SystemInformation/\n-rw-r--r-- root/root     44858 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SystemInformation/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/JobObjects/\n-rw-r--r-- root/root     24365 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/JobObjects/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/IO/\n-rw-r--r-- root/root      4408 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/IO/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/RemoteDesktop/\n-rw-r--r-- root/root     88996 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/RemoteDesktop/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Recovery/\n-rw-r--r-- root/root      1973 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Recovery/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SubsystemForLinux/\n-rw-r--r-- root/root      2221 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SubsystemForLinux/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/RestartManager/\n-rw-r--r-- root/root      5708 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/RestartManager/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/AddressBook/\n-rw-r--r-- root/root     52189 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/AddressBook/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Iis/\n-rw-r--r-- root/root     72920 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Iis/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Mailslots/\n-rw-r--r-- root/root       986 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Mailslots/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/HostComputeSystem/\n-rw-r--r-- root/root     19172 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/HostComputeSystem/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/MixedReality/\n-rw-r--r-- root/root       508 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/MixedReality/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Variant/\n-rw-r--r-- root/root     25444 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Variant/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Environment/\n-rw-r--r-- root/root     15971 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Environment/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Ioctl/\n-rw-r--r-- root/root    253559 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Ioctl/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/MessageQueuing/\n-rw-r--r-- root/root     47232 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/MessageQueuing/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/PasswordManagement/\n-rw-r--r-- root/root      1668 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/PasswordManagement/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Mapi/\n-rw-r--r-- root/root      8143 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Mapi/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DeploymentServices/\n-rw-r--r-- root/root     49618 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DeploymentServices/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Ceip/\n-rw-r--r-- root/root        92 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Ceip/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/ToolHelp/\n-rw-r--r-- root/root      6287 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/ToolHelp/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Etw/\n-rw-r--r-- root/root    104651 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Etw/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Debug/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Debug/Extensions/\n-rw-r--r-- root/root    189337 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Debug/Extensions/mod.rs\n-rw-r--r-- root/root    313671 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/Debug/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/ProcessSnapshotting/\n-rw-r--r-- root/root     13926 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/ProcessSnapshotting/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/TraceLogging/\n-rw-r--r-- root/root      5557 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/TraceLogging/mod.rs\n-rw-r--r-- root/root       438 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Diagnostics/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ProcessStatus/\n-rw-r--r-- root/root     15588 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ProcessStatus/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/TpmBaseServices/\n-rw-r--r-- root/root      5201 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/TpmBaseServices/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Js/\n-rw-r--r-- root/root     16898 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Js/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/StationsAndDesktops/\n-rw-r--r-- root/root     10461 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/StationsAndDesktops/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Search/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Search/Common/\n-rw-r--r-- root/root      1127 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Search/Common/mod.rs\n-rw-r--r-- root/root    340908 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Search/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Antimalware/\n-rw-r--r-- root/root      6832 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Antimalware/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Power/\n-rw-r--r-- root/root     81145 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Power/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Hypervisor/\n-rw-r--r-- root/root    118138 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Hypervisor/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Kernel/\n-rw-r--r-- root/root     11222 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Kernel/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Memory/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Memory/NonVolatile/\n-rw-r--r-- root/root      2014 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Memory/NonVolatile/mod.rs\n-rw-r--r-- root/root     38437 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Memory/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ErrorReporting/\n-rw-r--r-- root/root     25325 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ErrorReporting/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Shutdown/\n-rw-r--r-- root/root      8704 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Shutdown/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/EventCollector/\n-rw-r--r-- root/root      9481 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/EventCollector/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DeveloperLicensing/\n-rw-r--r-- root/root       510 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DeveloperLicensing/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/EventNotificationService/\n-rw-r--r-- root/root      2213 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/EventNotificationService/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ComponentServices/\n-rw-r--r-- root/root     35452 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ComponentServices/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Pipes/\n-rw-r--r-- root/root      6425 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Pipes/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Performance/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Performance/HardwareCounterProfiling/\n-rw-r--r-- root/root      1487 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Performance/HardwareCounterProfiling/mod.rs\n-rw-r--r-- root/root     69149 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Performance/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Time/\n-rw-r--r-- root/root      5242 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Time/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ApplicationVerifier/\n-rw-r--r-- root/root      3277 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ApplicationVerifier/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/StructuredStorage/\n-rw-r--r-- root/root     43918 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/StructuredStorage/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/Urlmon/\n-rw-r--r-- root/root     59442 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/Urlmon/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/Marshal/\n-rw-r--r-- root/root     21413 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/Marshal/mod.rs\n-rw-r--r-- root/root     69497 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Com/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/EventLog/\n-rw-r--r-- root/root     28996 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/EventLog/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/UserAccessLogging/\n-rw-r--r-- root/root      1167 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/UserAccessLogging/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DistributedTransactionCoordinator/\n-rw-r--r-- root/root     16834 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DistributedTransactionCoordinator/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Ole/\n-rw-r--r-- root/root    185129 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Ole/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DataExchange/\n-rw-r--r-- root/root     24745 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/DataExchange/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Registry/\n-rw-r--r-- root/root    112885 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Registry/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/WindowsProgramming/\n-rw-r--r-- root/root    105723 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/WindowsProgramming/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Restore/\n-rw-r--r-- root/root      3121 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Restore/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SetupAndMigration/\n-rw-r--r-- root/root       639 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SetupAndMigration/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/RemoteManagement/\n-rw-r--r-- root/root     66723 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/RemoteManagement/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ApplicationInstallationAndServicing/\n-rw-r--r-- root/root    182191 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/ApplicationInstallationAndServicing/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Rpc/\n-rw-r--r-- root/root    185436 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Rpc/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/HostCompute/\n-rw-r--r-- root/root        48 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/HostCompute/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Wmi/\n-rw-r--r-- root/root    113668 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Wmi/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Threading/\n-rw-r--r-- root/root    103830 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Threading/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SystemServices/\n-rw-r--r-- root/root    228085 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/SystemServices/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Console/\n-rw-r--r-- root/root     28021 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Console/mod.rs\n-rw-r--r-- root/root      4466 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Services/\n-rw-r--r-- root/root     41480 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/Services/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/VirtualDosMachines/\n-rw-r--r-- root/root     15721 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/System/VirtualDosMachines/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Dwm/\n-rw-r--r-- root/root     14348 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Dwm/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Hlsl/\n-rw-r--r-- root/root       115 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Hlsl/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Gdi/\n-rw-r--r-- root/root    195588 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Gdi/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/OpenGL/\n-rw-r--r-- root/root     79774 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/OpenGL/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/GdiPlus/\n-rw-r--r-- root/root    181172 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/GdiPlus/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Printing/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Printing/PrintTicket/\n-rw-r--r-- root/root      3702 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Printing/PrintTicket/mod.rs\n-rw-r--r-- root/root    230104 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/Printing/mod.rs\n-rw-r--r-- root/root       338 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Graphics/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Foundation/\n-rw-r--r-- root/root    767348 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Foundation/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Authorization/\n-rw-r--r-- root/root     75644 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Authorization/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Credentials/\n-rw-r--r-- root/root     58963 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Credentials/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/EnterpriseData/\n-rw-r--r-- root/root      3379 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/EnterpriseData/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/AppLocker/\n-rw-r--r-- root/root     10995 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/AppLocker/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/NetworkAccessProtection/\n-rw-r--r-- root/root      5848 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/NetworkAccessProtection/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/WinTrust/\n-rw-r--r-- root/root     53915 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/WinTrust/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Authentication/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Authentication/Identity/\n-rw-r--r-- root/root    368508 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Authentication/Identity/mod.rs\n-rw-r--r-- root/root        77 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Authentication/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/ExtensibleAuthenticationProtocol/\n-rw-r--r-- root/root     63626 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/ExtensibleAuthenticationProtocol/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/DirectoryServices/\n-rw-r--r-- root/root      2298 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/DirectoryServices/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Isolation/\n-rw-r--r-- root/root      3032 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Isolation/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/Certificates/\n-rw-r--r-- root/root    178069 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/Certificates/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/Catalog/\n-rw-r--r-- root/root     13764 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/Sip/\n-rw-r--r-- root/root      9952 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/Sip/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/UI/\n-rw-r--r-- root/root     33662 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/UI/mod.rs\n-rw-r--r-- root/root    620798 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/Cryptography/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/WinWlx/\n-rw-r--r-- root/root     20094 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/WinWlx/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/DiagnosticDataQuery/\n-rw-r--r-- root/root     13195 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/DiagnosticDataQuery/mod.rs\n-rw-r--r-- root/root     85665 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/LicenseProtection/\n-rw-r--r-- root/root       883 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Security/LicenseProtection/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Globalization/\n-rw-r--r-- root/root    388450 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Globalization/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Gaming/\n-rw-r--r-- root/root     13556 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Gaming/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Web/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Web/InternetExplorer/\n-rw-r--r-- root/root     51041 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Web/InternetExplorer/mod.rs\n-rw-r--r-- root/root        73 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Web/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/HttpServer/\n-rw-r--r-- root/root     64816 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/HttpServer/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/Ldap/\n-rw-r--r-- root/root     82244 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/Ldap/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/ActiveDirectory/\n-rw-r--r-- root/root    154038 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/ActiveDirectory/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WinInet/\n-rw-r--r-- root/root    158821 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WinInet/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/Clustering/\n-rw-r--r-- root/root    353259 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/Clustering/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WindowsWebServices/\n-rw-r--r-- root/root    221249 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WindowsWebServices/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WebSocket/\n-rw-r--r-- root/root      7740 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WebSocket/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WinHttp/\n-rw-r--r-- root/root     70751 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WinHttp/mod.rs\n-rw-r--r-- root/root       606 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WinSock/\n-rw-r--r-- root/root    235407 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Networking/WinSock/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Vhd/\n-rw-r--r-- root/root     44486 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Vhd/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Cabinets/\n-rw-r--r-- root/root     11901 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Cabinets/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Nvme/\n-rw-r--r-- root/root    148289 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Nvme/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/OfflineFiles/\n-rw-r--r-- root/root     21543 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/OfflineFiles/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Packaging/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Packaging/Appx/\n-rw-r--r-- root/root     34440 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Packaging/Appx/mod.rs\n-rw-r--r-- root/root        63 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Packaging/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/StructuredStorage/\n-rw-r--r-- root/root        89 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/StructuredStorage/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Imapi/\n-rw-r--r-- root/root     51808 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Imapi/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/CloudFilters/\n-rw-r--r-- root/root     40274 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/CloudFilters/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/IndexServer/\n-rw-r--r-- root/root     14415 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/IndexServer/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/IscsiDisc/\n-rw-r--r-- root/root     62875 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/IscsiDisc/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/FileHistory/\n-rw-r--r-- root/root      7011 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/FileHistory/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/ProjectedFileSystem/\n-rw-r--r-- root/root     16603 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/ProjectedFileSystem/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Xps/\n-rw-r--r-- root/root     23654 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Xps/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/FileSystem/\n-rw-r--r-- root/root    235765 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/FileSystem/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/DistributedFileSystem/\n-rw-r--r-- root/root     16713 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/DistributedFileSystem/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/OperationRecorder/\n-rw-r--r-- root/root       876 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/OperationRecorder/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/InstallableFileSystems/\n-rw-r--r-- root/root     19375 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/InstallableFileSystems/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Jet/\n-rw-r--r-- root/root    139739 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Jet/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Compression/\n-rw-r--r-- root/root      4183 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/Compression/mod.rs\n-rw-r--r-- root/root      1269 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Storage/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/TextServices/\n-rw-r--r-- root/root     54535 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/TextServices/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/InteractionContext/\n-rw-r--r-- root/root     17795 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/InteractionContext/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Accessibility/\n-rw-r--r-- root/root    154579 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Accessibility/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/WindowsAndMessaging/\n-rw-r--r-- root/root    226503 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/WindowsAndMessaging/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/TabletPC/\n-rw-r--r-- root/root     90416 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/TabletPC/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Shell/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Shell/PropertiesSystem/\n-rw-r--r-- root/root     33200 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Shell/PropertiesSystem/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Shell/Common/\n-rw-r--r-- root/root      4777 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Shell/Common/mod.rs\n-rw-r--r-- root/root    470891 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Shell/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/Touch/\n-rw-r--r-- root/root      5275 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/Touch/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/KeyboardAndMouse/\n-rw-r--r-- root/root     35094 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/KeyboardAndMouse/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/Pointer/\n-rw-r--r-- root/root     10858 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/Pointer/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/Ime/\n-rw-r--r-- root/root     71545 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/Ime/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/XboxController/\n-rw-r--r-- root/root      8103 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/XboxController/mod.rs\n-rw-r--r-- root/root      8173 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Input/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Magnification/\n-rw-r--r-- root/root      4916 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Magnification/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/ColorSystem/\n-rw-r--r-- root/root     45526 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/ColorSystem/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/HiDpi/\n-rw-r--r-- root/root      6846 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/HiDpi/mod.rs\n-rw-r--r-- root/root       674 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Controls/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Controls/Dialogs/\n-rw-r--r-- root/root     58049 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Controls/Dialogs/mod.rs\n-rw-r--r-- root/root    356520 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/UI/Controls/mod.rs\n-rw-r--r-- root/root       787 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Management/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Management/MobileDeviceManagementRegistration/\n-rw-r--r-- root/root     10265 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Management/MobileDeviceManagementRegistration/mod.rs\n-rw-r--r-- root/root       116 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/Win32/Management/mod.rs\n-rw-r--r-- root/root        78 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/Windows/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/core/\n-rw-r--r-- root/root      3349 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/core/literals.rs\n-rw-r--r-- root/root      1625 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/core/mod.rs\n-rw-r--r-- root/root       459 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/src/lib.rs\n-rw-r--r-- root/root       109 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/.cargo_vcs_info.json\n-rw-r--r-- root/root     11351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/license-apache-2.0\n-rw-r--r-- root/root      1141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/license-mit\n-rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/.cargo-ok\n-rw-r--r-- root/root     12784 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.2/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/\n-rw-r--r-- root/root        74 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/AUTHORS.md\n-rwxr-xr-x root/root      3271 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/do.sh\n-rw-r--r-- root/root      9830 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/Cargo.lock\n-rw-r--r-- root/root       974 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/\n-rw-r--r-- root/root      8653 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/utf16_iterators.rs\n-rw-r--r-- root/root     24934 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/utf16_char.rs\n-rw-r--r-- root/root     12274 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/errors.rs\n-rw-r--r-- root/root      4082 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/lib.rs\n-rw-r--r-- root/root     19510 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/decoding_iterators.rs\n-rw-r--r-- root/root     23144 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/utf8_char.rs\n-rw-r--r-- root/root     11164 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/utf8_iterators.rs\n-rw-r--r-- root/root     39606 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/src/traits.rs\n-rw-r--r-- root/root        33 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/.gitignore\n-rw-r--r-- root/root      5567 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/RELEASES.md\n-rw-r--r-- root/root      1022 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/LICENSE-MIT\n-rw-r--r-- root/root      4198 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/README.md\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/benches/\n-rw-r--r-- root/root      3940 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/benches/multiiterators.rs\n-rw-r--r-- root/root     11803 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/benches/length.rs\n-rw-r--r-- root/root     11358 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/LICENSE-APACHE\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/tests/\n-rw-r--r-- root/root      9772 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/tests/errs.rs\n-rw-r--r-- root/root      6998 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/tests/iterators.rs\n-rw-r--r-- root/root     12661 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/tests/oks.rs\n-rw-r--r-- root/root      1015 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/tests/exhaustive.rs\n-rw-r--r-- root/root      2868 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/.cirrus.yml\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/.cargo_vcs_info.json\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/examples/\n-rw-r--r-- root/root      2855 1973-11-29 21:33 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/examples/length_distribution.rs\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/.cargo-ok\n-rw-r--r-- root/root      1400 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/\n-rw-r--r-- root/root     17802 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/Cargo.lock\n-rw-r--r-- root/root      1893 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/Cargo.toml.orig\n-rw-r--r-- root/root     25963 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/CHANGELOG.md\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/\n-rw-r--r-- root/root     31452 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/alloc.rs\n-rw-r--r-- root/root     20890 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/boxed.rs\n-rw-r--r-- root/root     97318 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/lib.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/\n-rw-r--r-- root/root     62073 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/string.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/str/\n-rw-r--r-- root/root      6661 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/str/lossy.rs\n-rw-r--r-- root/root      1446 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/str/mod.rs\n-rw-r--r-- root/root     92880 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/vec.rs\n-rw-r--r-- root/root      4686 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/collect_in.rs\n-rw-r--r-- root/root     29387 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/raw_vec.rs\n-rw-r--r-- root/root      2526 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/src/collections/mod.rs\n-rw-r--r-- root/root        51 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/.gitignore\n-rw-r--r-- root/root      1059 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/LICENSE-MIT\n-rw-r--r-- root/root      8207 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/README.md\n-rw-r--r-- root/root     10847 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/LICENSE-APACHE\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/.cargo-ok\n-rw-r--r-- root/root      1925 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.1/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/.github/\n-rw-r--r-- root/root        16 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/.github/FUNDING.yml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/.github/workflows/\n-rw-r--r-- root/root      2861 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/.github/workflows/ci.yml\n-rw-r--r-- root/root       882 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/build.rs\n-rw-r--r-- root/root      6679 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/Cargo.lock\n-rw-r--r-- root/root        38 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/rust-toolchain.toml\n-rw-r--r-- root/root      1150 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/\n-rw-r--r-- root/root      4795 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/format.rs\n-rw-r--r-- root/root      2309 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/ident_fragment.rs\n-rw-r--r-- root/root      3512 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/ext.rs\n-rw-r--r-- root/root      1081 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/spanned.rs\n-rw-r--r-- root/root      6943 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/to_tokens.rs\n-rw-r--r-- root/root     48671 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/lib.rs\n-rw-r--r-- root/root     15773 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/runtime.rs\n-rw-r--r-- root/root        21 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/.gitignore\n-rw-r--r-- root/root      1023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/LICENSE-MIT\n-rw-r--r-- root/root      9264 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/README.md\n-rw-r--r-- root/root      9723 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/LICENSE-APACHE\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/\n-rw-r--r-- root/root       209 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter-interpolated-dup.rs\n-rw-r--r-- root/root       729 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter-interpolated.stderr\n-rw-r--r-- root/root       119 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/not-quotable.rs\n-rw-r--r-- root/root        55 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter-separated.rs\n-rw-r--r-- root/root        54 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter.rs\n-rw-r--r-- root/root       749 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter-interpolated-dup.stderr\n-rw-r--r-- root/root       346 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/wrong-type-span.stderr\n-rw-r--r-- root/root      2108 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/not-repeatable.stderr\n-rw-r--r-- root/root       708 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter.stderr\n-rw-r--r-- root/root       109 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/wrong-type-span.rs\n-rw-r--r-- root/root       720 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter-separated.stderr\n-rw-r--r-- root/root       201 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/does-not-have-iter-interpolated.rs\n-rw-r--r-- root/root       680 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/not-quotable.stderr\n-rw-r--r-- root/root       106 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/ui/not-repeatable.rs\n-rw-r--r-- root/root     13530 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/test.rs\n-rw-r--r-- root/root       214 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/tests/compiletest.rs\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/.cargo-ok\n-rw-r--r-- root/root      1753 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/\n-rw-r--r-- root/root       155 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/Cargo.lock\n-rw-r--r-- root/root      1071 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/src/\n-rw-r--r-- root/root      3018 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/src/lib.rs\n-rw-r--r-- root/root      1062 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/LICENSE-MIT\n-rw-r--r-- root/root      1353 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/README.md\n-rw-r--r-- root/root     11358 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/LICENSE-APACHE\n-rw-r--r-- root/root       112 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/.cargo-ok\n-rw-r--r-- root/root      4002 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/\n-rw-r--r-- root/root      1335 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/Cargo.lock\n-rw-r--r-- root/root      1176 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/src/\n-rw-r--r-- root/root      9607 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/src/ext.rs\n-rw-r--r-- root/root     15770 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/src/lib.rs\n-rw-r--r-- root/root      1062 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/LICENSE-MIT\n-rw-r--r-- root/root      1004 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/README.md\n-rw-r--r-- root/root     11358 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/LICENSE-APACHE\n-rw-r--r-- root/root       102 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/.cargo-ok\n-rw-r--r-- root/root      4103 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/\n-rw-r--r-- root/root       156 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/Cargo.lock\n-rw-r--r-- root/root       946 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/readme.md\n-rw-r--r-- root/root       292 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/src/\n-rw-r--r-- root/root      1147 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/src/lib.rs\n-rw-r--r-- root/root       110 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/.cargo_vcs_info.json\n-rw-r--r-- root/root     11351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/license-apache-2.0\n-rw-r--r-- root/root      1141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/license-mit\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/.cargo-ok\n-rw-r--r-- root/root      1053 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.1/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/\n-rw-r--r-- root/root      2994 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/Cargo.lock\n-rw-r--r-- root/root      1339 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/src/\n-rw-r--r-- root/root    313143 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/src/lib.rs\n-rw-r--r-- root/root     57963 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/src/Temporal.rs\n-rw-r--r-- root/root      1057 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/LICENSE-MIT\n-rw-r--r-- root/root       255 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/README.md\n-rw-r--r-- root/root     10847 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/LICENSE-APACHE\n-rw-r--r-- root/root       107 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/.cargo-ok\n-rw-r--r-- root/root      1775 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.85/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/\n-rw-r--r-- root/root      4252 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs\n-rw-r--r-- root/root      1553 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/Cargo.lock\n-rw-r--r-- root/root      2663 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/\n-rw-r--r-- root/root       794 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/string.rs\n-rw-r--r-- root/root      5146 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/doc.rs\n-rw-r--r-- root/root       692 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/size_hint.rs\n-rw-r--r-- root/root       635 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/seed.rs\n-rw-r--r-- root/root       750 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/content.rs\n-rw-r--r-- root/root       504 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/\n-rw-r--r-- root/root     48848 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/value.rs\n-rw-r--r-- root/root      6154 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/ignored_any.rs\n-rw-r--r-- root/root     97135 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/impls.rs\n-rw-r--r-- root/root     83879 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/mod.rs\n-rw-r--r-- root/root       726 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/format.rs\n-rw-r--r-- root/root      8276 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/macros.rs\n-rw-r--r-- root/root      1351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/std_error.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/\n-rw-r--r-- root/root      4166 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/fmt.rs\n-rw-r--r-- root/root      5308 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impossible.rs\n-rw-r--r-- root/root     29535 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impls.rs\n-rw-r--r-- root/root     65231 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/mod.rs\n-rw-r--r-- root/root      4350 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs\n-rw-r--r-- root/root      7081 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/crate_root.rs\n-rw-r--r-- root/root      1023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/LICENSE-MIT\n-rw-r--r-- root/root      1051 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/README.md\n-rw-r--r-- root/root      9723 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/LICENSE-APACHE\n-rw-r--r-- root/root       104 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/.cargo-ok\n-rw-r--r-- root/root      1950 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/\n-rw-r--r-- root/root       198 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/build.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/lib/\n-rw-r--r-- root/root  13222308 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/lib/libwindows.0.53.0.a\n-rw-r--r-- root/root       161 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/Cargo.lock\n-rw-r--r-- root/root       114 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/readme.md\n-rw-r--r-- root/root       382 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/src/\n-rw-r--r-- root/root        11 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/src/lib.rs\n-rw-r--r-- root/root       117 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/.cargo_vcs_info.json\n-rw-r--r-- root/root     11351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/license-apache-2.0\n-rw-r--r-- root/root      1141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/license-mit\n-rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/.cargo-ok\n-rw-r--r-- root/root      1153 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.1/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/\n-rw-r--r-- root/root      2222 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/Cargo.lock\n-rw-r--r-- root/root      1055 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/readme.md\n-rw-r--r-- root/root      1774 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/src/\n-rw-r--r-- root/root       759 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/src/lib.rs\n-rw-r--r-- root/root       113 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/.cargo_vcs_info.json\n-rw-r--r-- root/root     11351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/license-apache-2.0\n-rw-r--r-- root/root      1141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/license-mit\n-rw-r--r-- root/root         7 2026-09-03 14:47 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/.cargo-ok\n-rw-r--r-- root/root      2219 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.5/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/\n-rw-r--r-- root/root     13313 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/Cargo.lock\n-rw-r--r-- root/root      2268 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/\n-rw-r--r-- root/root     15050 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/derive.rs\n-rw-r--r-- root/root     17143 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/macros.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/\n-rw-r--r-- root/root     65956 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/parser.rs\n-rw-r--r-- root/root      7910 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/arg_matcher.rs\n-rw-r--r-- root/root     18984 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/validator.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/matches/\n-rw-r--r-- root/root      6177 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/matches/matched_arg.rs\n-rw-r--r-- root/root     66814 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/matches/arg_matches.rs\n-rw-r--r-- root/root       467 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/matches/value_source.rs\n-rw-r--r-- root/root       335 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/matches/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/features/\n-rw-r--r-- root/root      5140 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/features/suggestions.rs\n-rw-r--r-- root/root        28 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/features/mod.rs\n-rw-r--r-- root/root      1908 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/error.rs\n-rw-r--r-- root/root       724 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/parser/mod.rs\n-rw-r--r-- root/root      1668 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/lib.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/\n-rw-r--r-- root/root      6605 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/flat_map.rs\n-rw-r--r-- root/root      4148 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/id.rs\n-rw-r--r-- root/root      3252 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/any_value.rs\n-rw-r--r-- root/root      2770 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/color.rs\n-rw-r--r-- root/root       776 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/str_to_bool.rs\n-rw-r--r-- root/root      2271 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/flat_set.rs\n-rw-r--r-- root/root      1096 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/graph.rs\n-rw-r--r-- root/root      1087 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/util/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/error/\n-rw-r--r-- root/root      3576 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/error/context.rs\n-rw-r--r-- root/root     17756 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/error/format.rs\n-rw-r--r-- root/root     28799 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/error/mod.rs\n-rw-r--r-- root/root     13634 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/error/kind.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/\n-rw-r--r-- root/root    171241 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/arg.rs\n-rw-r--r-- root/root      1272 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/tests.rs\n-rw-r--r-- root/root    180513 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/command.rs\n-rw-r--r-- root/root     21090 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/arg_group.rs\n-rw-r--r-- root/root      1410 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/ext.rs\n-rw-r--r-- root/root      7321 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/str.rs\n-rw-r--r-- root/root       537 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/arg_predicate.rs\n-rw-r--r-- root/root      1922 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/app_settings.rs\n-rw-r--r-- root/root      5818 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/styling.rs\n-rw-r--r-- root/root      7720 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/styled_str.rs\n-rw-r--r-- root/root      8714 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/range.rs\n-rw-r--r-- root/root      5527 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/resettable.rs\n-rw-r--r-- root/root     15568 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/action.rs\n-rw-r--r-- root/root      3871 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/value_hint.rs\n-rw-r--r-- root/root      8469 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/os_str.rs\n-rw-r--r-- root/root     84026 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/value_parser.rs\n-rw-r--r-- root/root     28556 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/debug_asserts.rs\n-rw-r--r-- root/root      6936 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/possible_value.rs\n-rw-r--r-- root/root      1921 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/mod.rs\n-rw-r--r-- root/root      2104 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/builder/arg_settings.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/\n-rw-r--r-- root/root     18783 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/usage.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/textwrap/\n-rw-r--r-- root/root      2556 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/textwrap/word_separators.rs\n-rw-r--r-- root/root      5684 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/textwrap/core.rs\n-rw-r--r-- root/root      1989 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/textwrap/wrap_algorithms.rs\n-rw-r--r-- root/root      3668 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/textwrap/mod.rs\n-rw-r--r-- root/root      1234 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/help.rs\n-rw-r--r-- root/root      2367 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/fmt.rs\n-rw-r--r-- root/root     40422 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/help_template.rs\n-rw-r--r-- root/root       604 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/output/mod.rs\n-rw-r--r-- root/root      5013 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/src/mkeymap.rs\n-rw-r--r-- root/root      1062 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/LICENSE-MIT\n-rw-r--r-- root/root       798 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/README.md\n-rw-r--r-- root/root     11358 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/LICENSE-APACHE\n-rw-r--r-- root/root       106 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/.cargo-ok\n-rw-r--r-- root/root      4634 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.53/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/\n-rw-r--r-- root/root       198 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/build.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/lib/\n-rw-r--r-- root/root   5077620 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/lib/libwindows.0.53.0.a\n-rw-r--r-- root/root       167 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/Cargo.lock\n-rw-r--r-- root/root       114 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/readme.md\n-rw-r--r-- root/root       388 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/Cargo.toml.orig\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/src/\n-rw-r--r-- root/root        11 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/src/lib.rs\n-rw-r--r-- root/root       123 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/.cargo_vcs_info.json\n-rw-r--r-- root/root     11351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/license-apache-2.0\n-rw-r--r-- root/root      1141 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/license-mit\n-rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/.cargo-ok\n-rw-r--r-- root/root      1165 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.1/Cargo.toml\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/\n-rw-r--r-- root/root     36085 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/build.rs\n-rw-r--r-- root/root     11142 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/Cargo.lock\n-rw-r--r-- root/root      8121 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/Cargo.toml.orig\n-rw-r--r-- root/root     40719 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/CHANGELOG.md\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/\n-rw-r--r-- root/root     17304 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/cfgs.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic64/\n-rw-r--r-- root/root     11110 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic64/macros.rs\n-rw-r--r-- root/root      1700 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic64/README.md\n-rw-r--r-- root/root     11163 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic64/arm_linux.rs\n-rw-r--r-- root/root     24061 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic64/riscv32.rs\n-rw-r--r-- root/root      1351 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic64/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/fallback/\n-rw-r--r-- root/root      8296 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/fallback/seq_lock_wide.rs\n-rw-r--r-- root/root      5840 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/fallback/utils.rs\n-rw-r--r-- root/root      5857 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/fallback/seq_lock.rs\n-rw-r--r-- root/root      7226 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/fallback/outline_atomics.rs\n-rw-r--r-- root/root     22623 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/fallback/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/\n-rw-r--r-- root/root     17005 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/macros.rs\n-rw-r--r-- root/root     24124 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/riscv64.rs\n-rw-r--r-- root/root     37823 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/x86_64.rs\n-rw-r--r-- root/root     95094 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/aarch64.rs\n-rw-r--r-- root/root      4180 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/README.md\n-rw-r--r-- root/root     43919 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/powerpc64.rs\n-rw-r--r-- root/root     21044 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/s390x.rs\n-rw-r--r-- root/root     21348 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/intrinsics.rs\n-rw-r--r-- root/root      4391 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/atomic128/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/\n-rw-r--r-- root/root      2823 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/avr.rs\n-rw-r--r-- root/root      3281 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/msp430.rs\n-rw-r--r-- root/root      2283 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/armv6m.rs\n-rw-r--r-- root/root      4035 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/README.md\n-rw-r--r-- root/root      2469 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/xtensa.rs\n-rw-r--r-- root/root      6599 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/armv4t.rs\n-rw-r--r-- root/root      3199 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/riscv.rs\n-rw-r--r-- root/root     29592 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/interrupt/mod.rs\n-rw-r--r-- root/root      3926 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/avr.rs\n-rw-r--r-- root/root     12735 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/msp430.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/float/\n-rw-r--r-- root/root     12103 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/float/aarch64.rs\n-rw-r--r-- root/root      8887 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/float/int.rs\n-rw-r--r-- root/root       788 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/float/mod.rs\n-rw-r--r-- root/root     11088 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/x86.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/\n-rw-r--r-- root/root     60350 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/auxv.rs\n-rw-r--r-- root/root     10078 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/common.rs\n-rw-r--r-- root/root      2091 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/aarch64_illumos.rs\n-rw-r--r-- root/root      3904 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/x86_64.rs\n-rw-r--r-- root/root      9059 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/riscv_linux.rs\n-rw-r--r-- root/root      2545 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/aarch64_fuchsia.rs\n-rw-r--r-- root/root      3360 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/README.md\n-rw-r--r-- root/root     24182 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/aarch64_aa64reg.rs\n-rw-r--r-- root/root     11873 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/aarch64_apple.rs\n-rw-r--r-- root/root      2036 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/aarch64_windows.rs\n-rw-r--r-- root/root      1996 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/detect/powerpc64_aix.rs\n-rw-r--r-- root/root     44409 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/riscv.rs\n-rw-r--r-- root/root     25542 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/core_atomic.rs\n-rw-r--r-- root/root     19275 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/imp/mod.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/gen/\n-rw-r--r-- root/root      2476 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/gen/build.rs\n-rw-r--r-- root/root      5740 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/gen/utils.rs\n-rw-r--r-- root/root    216534 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/lib.rs\n-rw-r--r-- root/root      2699 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/rustdoc.css\n-rw-r--r-- root/root     37333 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/utils.rs\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/tests/\n-rw-r--r-- root/root    133556 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/tests/helper.rs\n-rw-r--r-- root/root     16851 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/tests/mod.rs\n-rw-r--r-- root/root      1023 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/LICENSE-MIT\n-rw-r--r-- root/root     20730 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/README.md\n-rw-r--r-- root/root     10174 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/LICENSE-APACHE\n-rw-r--r-- root/root      8733 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/matrix-old.json\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/tests/\n-rw-r--r-- root/root        21 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/tests/.gitignore\n-rw-r--r-- root/root        94 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/.cargo_vcs_info.json\n-rw-r--r-- root/root         7 2026-09-03 14:48 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/.cargo-ok\n-rw-r--r-- root/root      5403 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/version.rs\n-rw-r--r-- root/root      5576 2006-07-24 01:21 ./registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/Cargo.toml\n-rw-r--r-- root/root       177 2026-09-03 14:47 ./registry/CACHEDIR.TAG\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/\n-rw-r--r-- root/root        76 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/config.json\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/zm/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/zm/ij/\n-rw-r--r-- root/root     35499 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/zm/ij/zmij\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/bu/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/bu/mp/\n-rw-r--r-- root/root     39901 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/bu/mp/bumpalo\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/pr/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/pr/oc/\n-rw-r--r-- root/root     93770 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/pr/oc/proc-macro2\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/lk/\n-rw-r--r-- root/root     36089 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/lk/walkdir\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/sm/\n-rw-r--r-- root/root    177958 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/sm/wasm-bindgen\n-rw-r--r-- root/root     39284 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/sm/wasm-bindgen-shared\n-rw-r--r-- root/root    102491 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/sm/wasm-bindgen-macro-support\n-rw-r--r-- root/root    103398 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wa/sm/wasm-bindgen-macro\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/me/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/me/mc/\n-rw-r--r-- root/root     28753 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/me/mc/memchr\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/js/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/js/-s/\n-rw-r--r-- root/root     81425 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/js/-s/js-sys\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/po/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/po/rt/\n-rw-r--r-- root/root     72553 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/po/rt/portable-atomic\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cf/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cf/g-/\n-rw-r--r-- root/root      4735 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cf/g-/cfg-if\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/st/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/st/rs/\n-rw-r--r-- root/root      4965 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/st/rs/strsim\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/is/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/is/_t/\n-rw-r--r-- root/root      1840 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/is/_t/is_terminal_polyfill\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/er/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/er/rn/\n-rw-r--r-- root/root     25180 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/er/rn/errno\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/\n-rw-r--r-- root/root      4299 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_x86_64_gnullvm\n-rw-r--r-- root/root     38998 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows-targets\n-rw-r--r-- root/root      1164 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_i686_gnullvm\n-rw-r--r-- root/root      4319 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_aarch64_gnullvm\n-rw-r--r-- root/root      7859 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_x86_64_msvc\n-rw-r--r-- root/root      7621 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_x86_64_gnu\n-rw-r--r-- root/root      7291 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_aarch64_msvc\n-rw-r--r-- root/root      7783 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_i686_msvc\n-rw-r--r-- root/root      1543 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows-link\n-rw-r--r-- root/root    491504 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows-sys\n-rw-r--r-- root/root      7547 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/nd/windows_i686_gnu\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/na/\n-rw-r--r-- root/root      5167 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/wi/na/winapi-util\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/co/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/co/ns/\n-rw-r--r-- root/root     70768 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/co/ns/console\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/co/lo/\n-rw-r--r-- root/root      1336 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/co/lo/colorchoice\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/qu/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/qu/ot/\n-rw-r--r-- root/root     42698 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/qu/ot/quote\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/we/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/we/b-/\n-rw-r--r-- root/root     18527 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/we/b-/web-time\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/sa/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/sa/me/\n-rw-r--r-- root/root      5768 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/sa/me/same-file\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/en/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/en/co/\n-rw-r--r-- root/root      6460 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/en/co/encode_unicode\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/se/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/se/rd/\n-rw-r--r-- root/root    167236 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/se/rd/serde\n-rw-r--r-- root/root      6606 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/se/rd/serde_core\n-rw-r--r-- root/root    278595 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/se/rd/serde_json\n-rw-r--r-- root/root    198632 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/se/rd/serde_derive\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/an/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/an/st/\n-rw-r--r-- root/root     54534 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/an/st/anstream\n-rw-r--r-- root/root     13900 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/an/st/anstyle-wincon\n-rw-r--r-- root/root     13872 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/an/st/anstyle-parse\n-rw-r--r-- root/root      3964 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/an/st/anstyle-query\n-rw-r--r-- root/root     10462 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/an/st/anstyle\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/in/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/in/di/\n-rw-r--r-- root/root     91541 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/in/di/indicatif\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/bi/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/bi/tf/\n-rw-r--r-- root/root     62547 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/bi/tf/bitflags\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/un/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/un/ic/\n-rw-r--r-- root/root      9906 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/un/ic/unicode-width\n-rw-r--r-- root/root     23030 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/un/ic/unicode-ident\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/un/it/\n-rw-r--r-- root/root       769 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/un/it/unit-prefix\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/3/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/3/s/\n-rw-r--r-- root/root    648627 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/3/s/syn\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/li/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/li/bc/\n-rw-r--r-- root/root     82569 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/li/bc/libc\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/li/nu/\n-rw-r--r-- root/root     81593 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/li/nu/linux-raw-sys\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/ru/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/ru/st/\n-rw-r--r-- root/root   1128636 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/ru/st/rustix\n-rw-r--r-- root/root     10024 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/ru/st/rustversion\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/ut/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/ut/f8/\n-rw-r--r-- root/root      1066 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/ut/f8/utf8parse\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/te/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/te/rm/\n-rw-r--r-- root/root     14929 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/te/rm/terminal_size\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cl/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cl/ap/\n-rw-r--r-- root/root     83282 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cl/ap/clap_derive\n-rw-r--r-- root/root    259074 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cl/ap/clap_builder\n-rw-r--r-- root/root      8299 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cl/ap/clap_lex\n-rw-r--r-- root/root    912103 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/cl/ap/clap\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/he/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/he/ck/\n-rw-r--r-- root/root      3395 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/he/ck/heck\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/it/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/it/oa/\n-rw-r--r-- root/root      9750 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/it/oa/itoa\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/on/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/on/ce/\n-rw-r--r-- root/root     51392 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/on/ce/once_cell\n-rw-r--r-- root/root      1589 2026-09-03 14:47 ./registry/index/index.crates.io-1949cf8c6b5b557f/.cache/on/ce/once_cell_polyfill\n-rw-r--r-- root/root         0 2026-09-03 14:48 ./.package-cache-mutate\n-rw-r--r-- root/root     57344 2026-09-03 14:48 ./.global-cache\n","stderr":"","timestamp":{"secs_since_epoch":1788446907,"nanos_since_epoch":108957452}}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1788446919,"nanos_since_epoch":566441669}}
{"type":"trace","title":"Execute action","msg":"TarExtract(\n    TarExtract {\n        archive: \"/dev/vde\",\n        directory: \"/ci/cache\",\n    },\n)","timestamp":{"secs_since_epoch":1788446919,"nanos_since_epoch":566473663}}
{"type":"trace","title":"Start program tar","msg":"Command {\n    program: \"tar\",\n    args: [\n        \"tar\",\n        \"-xvvvf\",\n        \"/dev/vde\",\n        \"-C\",\n        \"/ci/cache\",\n        \"--no-same-owner\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \".\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446919,"nanos_since_epoch":566835822}}
{"type":"program_succeeded","program_name":"tar","exit_code":0,"stdout":"drwxr-xr-x root/root         0 2026-08-28 10:07 ./\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/\ndrwxr-xr-x root/root         0 2026-09-03 13:46 ./cargo-target/debug/\n-rw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/.cargo-artifact-lock\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/dep-lib-colorchoice\n-rw-r--r-- root/root       356 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/lib-colorchoice.json\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/invoked.timestamp\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/lib-colorchoice\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/dep-lib-console\n-rw-r--r-- root/root       677 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/lib-console.json\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/invoked.timestamp\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/lib-console\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/\n-rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/dep-build-script-build-script-build\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/invoked.timestamp\n-rw-r--r-- root/root       519 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/build-script-build-script-build.json\n-rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/build-script-build-script-build\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-7a998dd5d2eacb14/\n-rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-7a998dd5d2eacb14/run-build-script-build-script-build\n-rw-r--r-- root/root       714 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-7a998dd5d2eacb14/run-build-script-build-script-build.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/lib-zmij\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/invoked.timestamp\n-rw-r--r-- root/root       422 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/lib-zmij.json\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/dep-lib-zmij\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/\n-rw-r--r-- root/root       808 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/lib-anstream.json\n-rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/dep-lib-anstream\n-rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/lib-anstream\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/lib-clap\n-rw-r--r-- root/root       893 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/lib-clap.json\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/invoked.timestamp\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/dep-lib-clap\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/\n-rw-r--r-- root/root       507 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/lib-serde_core.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/lib-serde_core\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/invoked.timestamp\n-rw-r--r-- root/root        74 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/dep-lib-serde_core\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/dep-lib-memchr\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/lib-memchr\n-rw-r--r-- root/root       463 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/lib-memchr.json\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/dep-lib-console\n-rw-r--r-- root/root       678 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/lib-console.json\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/invoked.timestamp\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/lib-console\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/\n-rw-r--r-- root/root       350 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/lib-same_file.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/lib-same_file\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/dep-lib-same_file\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/\n-rw-r--r-- root/root       358 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/lib-anstyle_query.json\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/invoked.timestamp\n-rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/dep-lib-anstyle_query\n-rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/lib-anstyle_query\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/\n-rw-r--r-- root/root       472 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/lib-anstyle_parse.json\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/invoked.timestamp\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/lib-anstyle_parse\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/dep-lib-anstyle_parse\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/lib-anstyle\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/invoked.timestamp\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/dep-lib-anstyle\n-rw-r--r-- root/root       387 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/lib-anstyle.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/\n-rw-r--r-- root/root        69 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/dep-lib-serde\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/invoked.timestamp\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/lib-serde\n-rw-r--r-- root/root       673 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/lib-serde.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/lib-serde_derive\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/dep-lib-serde_derive\n-rw-r--r-- root/root       577 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/lib-serde_derive.json\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/dep-lib-terminal_size\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/invoked.timestamp\n-rw-r--r-- root/root       416 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/lib-terminal_size.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/lib-terminal_size\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/invoked.timestamp\n-rw-r--r-- root/root       775 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/lib-indicatif.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/lib-indicatif\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/dep-lib-indicatif\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-331a3c244e3c25bf/\n-rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-331a3c244e3c25bf/run-build-script-build-script-build\n-rw-r--r-- root/root       485 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-331a3c244e3c25bf/run-build-script-build-script-build.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/\n-rw-r--r-- root/root       651 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/test-bin-filecount.json\n-rw-r--r-- root/root        16 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/test-bin-filecount\n-rw-r--r-- root/root        48 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/invoked.timestamp\n-rw-r--r-- root/root       120 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/dep-test-bin-filecount\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/dep-build-script-build-script-build\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/invoked.timestamp\n-rw-r--r-- root/root       496 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/build-script-build-script-build.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/build-script-build-script-build\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/\n-rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/lib-anstyle\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/invoked.timestamp\n-rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/dep-lib-anstyle\n-rw-r--r-- root/root       386 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/lib-anstyle.json\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/\n-rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/dep-lib-rustix\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/invoked.timestamp\n-rw-r--r-- root/root      1060 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/lib-rustix.json\n-rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/lib-rustix\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/\n-rw-r--r-- root/root        31 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/dep-bin-filecount\n-rw-r--r-- root/root        16 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/bin-filecount\n-rw-r--r-- root/root        48 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/invoked.timestamp\n-rw-r--r-- root/root       649 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/bin-filecount.json\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-da62ae0f8f5d731b/\n-rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-da62ae0f8f5d731b/run-build-script-build-script-build\n-rw-r--r-- root/root       368 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-da62ae0f8f5d731b/run-build-script-build-script-build.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/dep-lib-portable_atomic\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/invoked.timestamp\n-rw-r--r-- root/root       656 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/lib-portable_atomic.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/lib-portable_atomic\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/\n-rw-r--r-- root/root       472 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/lib-anstyle_parse.json\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/invoked.timestamp\n-rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/lib-anstyle_parse\n-rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/dep-lib-anstyle_parse\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/\n-rw-r--r-- root/root       654 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/test-bin-filecount.json\n-rw-r--r-- root/root        16 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/test-bin-filecount\n-rw-r--r-- root/root        48 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/invoked.timestamp\n-rw-r--r-- root/root        31 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/dep-test-bin-filecount\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/dep-lib-bitflags\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/invoked.timestamp\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/lib-bitflags\n-rw-r--r-- root/root       441 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/lib-bitflags.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/\n-rw-r--r-- root/root       454 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/lib-unicode_width.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/lib-unicode_width\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/invoked.timestamp\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/dep-lib-unicode_width\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-4e36ccfdf11c5ecd/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-4e36ccfdf11c5ecd/run-build-script-build-script-build\n-rw-r--r-- root/root       326 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-4e36ccfdf11c5ecd/run-build-script-build-script-build.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/\n-rw-r--r-- root/root       994 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/lib-clap_builder.json\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/dep-lib-clap_builder\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/invoked.timestamp\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/lib-clap_builder\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/\n-rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/dep-lib-colorchoice\n-rw-r--r-- root/root       355 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/lib-colorchoice.json\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/invoked.timestamp\n-rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/lib-colorchoice\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-a7e35c59b67bb804/\n-rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-a7e35c59b67bb804/run-build-script-build-script-build\n-rw-r--r-- root/root       325 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-a7e35c59b67bb804/run-build-script-build-script-build.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/dep-lib-memchr\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/lib-memchr\n-rw-r--r-- root/root       464 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/lib-memchr.json\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/\n-rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/lib-quote\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/invoked.timestamp\n-rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/dep-lib-quote\n-rw-r--r-- root/root       528 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/lib-quote.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/\n-rw-r--r-- root/root       349 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/lib-clap_lex.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/lib-clap_lex\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/invoked.timestamp\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/dep-lib-clap_lex\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-cebbdeadc6d1451c/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-cebbdeadc6d1451c/run-build-script-build-script-build\n-rw-r--r-- root/root       331 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-cebbdeadc6d1451c/run-build-script-build-script-build.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/dep-lib-is_terminal_polyfill\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/invoked.timestamp\n-rw-r--r-- root/root       396 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/lib-is_terminal_polyfill.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/lib-is_terminal_polyfill\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/\n-rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/lib-libc\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/invoked.timestamp\n-rw-r--r-- root/root       565 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/lib-libc.json\n-rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/dep-lib-libc\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/\n-rw-r--r-- root/root        69 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/dep-lib-serde\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/invoked.timestamp\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/lib-serde\n-rw-r--r-- root/root       671 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/lib-serde.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/\n-rw-r--r-- root/root       351 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/lib-same_file.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/lib-same_file\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/dep-lib-same_file\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/lib-libc\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/invoked.timestamp\n-rw-r--r-- root/root       564 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/lib-libc.json\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/dep-lib-libc\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-e72495a7b11d41dc/\n-rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-e72495a7b11d41dc/run-build-script-build-script-build\n-rw-r--r-- root/root       323 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-e72495a7b11d41dc/run-build-script-build-script-build.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/\n-rw-r--r-- root/root       453 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/lib-unicode_width.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/lib-unicode_width\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/invoked.timestamp\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/dep-lib-unicode_width\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/\n-rw-r--r-- root/root       807 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/lib-anstream.json\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/dep-lib-anstream\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/lib-anstream\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/invoked.timestamp\n-rw-r--r-- root/root       775 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/lib-indicatif.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/lib-indicatif\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/dep-lib-indicatif\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/\n-rw-r--r-- root/root       349 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/lib-clap_lex.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/lib-clap_lex\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/invoked.timestamp\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/dep-lib-clap_lex\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/\n-rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/dep-lib-terminal_size\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/invoked.timestamp\n-rw-r--r-- root/root       416 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/lib-terminal_size.json\n-rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/lib-terminal_size\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-476e5eeb5f852bfb/\n-rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-476e5eeb5f852bfb/run-build-script-build-script-build\n-rw-r--r-- root/root       330 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-476e5eeb5f852bfb/run-build-script-build-script-build.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/\n-rw-r--r-- root/root       341 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/lib-heck.json\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/dep-lib-heck\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/lib-heck\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/\n-rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/dep-lib-bitflags\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/invoked.timestamp\n-rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/lib-bitflags\n-rw-r--r-- root/root       440 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/lib-bitflags.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/\n-rw-r--r-- root/root       508 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/lib-serde_core.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/lib-serde_core\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/invoked.timestamp\n-rw-r--r-- root/root        74 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/dep-lib-serde_core\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/\n-rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/dep-lib-utf8parse\n-rw-r--r-- root/root       386 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/lib-utf8parse.json\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/invoked.timestamp\n-rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/lib-utf8parse\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/\n-rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/dep-lib-unicode_ident\n-rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/lib-unicode_ident\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/invoked.timestamp\n-rw-r--r-- root/root       359 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/lib-unicode_ident.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/dep-lib-utf8parse\n-rw-r--r-- root/root       387 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/lib-utf8parse.json\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/invoked.timestamp\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/lib-utf8parse\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/lib-once_cell\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/dep-lib-once_cell\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/invoked.timestamp\n-rw-r--r-- root/root       529 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/lib-once_cell.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/\n-rw-r--r-- root/root       994 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/lib-clap_builder.json\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/dep-lib-clap_builder\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/invoked.timestamp\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/lib-clap_builder\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/invoked.timestamp\n-rw-r--r-- root/root       407 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/lib-walkdir.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/lib-walkdir\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/dep-lib-walkdir\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/dep-build-script-build-script-build\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/invoked.timestamp\n-rw-r--r-- root/root       537 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/build-script-build-script-build.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/build-script-build-script-build\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/\n-rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/dep-build-script-build-script-build\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/invoked.timestamp\n-rw-r--r-- root/root       600 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/build-script-build-script-build.json\n-rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/build-script-build-script-build\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/lib-once_cell\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/dep-lib-once_cell\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/invoked.timestamp\n-rw-r--r-- root/root       530 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/lib-once_cell.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/lib-itoa\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/dep-lib-itoa\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/invoked.timestamp\n-rw-r--r-- root/root       354 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/lib-itoa.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/lib-linux_raw_sys\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/invoked.timestamp\n-rw-r--r-- root/root       762 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/lib-linux_raw_sys.json\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/dep-lib-linux_raw_sys\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/\n-rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/dep-lib-is_terminal_polyfill\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/invoked.timestamp\n-rw-r--r-- root/root       396 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/lib-is_terminal_polyfill.json\n-rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/lib-is_terminal_polyfill\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/lib-unit_prefix\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/dep-lib-unit_prefix\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/invoked.timestamp\n-rw-r--r-- root/root       396 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/lib-unit_prefix.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/dep-lib-strsim\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/invoked.timestamp\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/lib-strsim\n-rw-r--r-- root/root       346 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/lib-strsim.json\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/\n-rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/lib-linux_raw_sys\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/invoked.timestamp\n-rw-r--r-- root/root       762 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/lib-linux_raw_sys.json\n-rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/dep-lib-linux_raw_sys\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/invoked.timestamp\n-rw-r--r-- root/root       407 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/lib-walkdir.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/lib-walkdir\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/dep-lib-walkdir\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/lib-itoa\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/dep-lib-itoa\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/invoked.timestamp\n-rw-r--r-- root/root       355 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/lib-itoa.json\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-d94b876d0044dacd/\n-rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-d94b876d0044dacd/run-build-script-build-script-build\n-rw-r--r-- root/root       675 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-d94b876d0044dacd/run-build-script-build-script-build.json\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/\n-rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/dep-build-script-build-script-build\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/invoked.timestamp\n-rw-r--r-- root/root       454 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/build-script-build-script-build.json\n-rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/build-script-build-script-build\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/dep-lib-rustix\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/invoked.timestamp\n-rw-r--r-- root/root      1059 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/lib-rustix.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/lib-rustix\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/\n-rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/dep-lib-syn\n-rw-r--r-- root/root       771 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/lib-syn.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/lib-syn\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/dep-lib-serde_json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/lib-serde_json\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/invoked.timestamp\n-rw-r--r-- root/root       818 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/lib-serde_json.json\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/\n-rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/dep-build-script-build-script-build\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/invoked.timestamp\n-rw-r--r-- root/root       420 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/build-script-build-script-build.json\n-rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/build-script-build-script-build\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/dep-lib-portable_atomic\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/invoked.timestamp\n-rw-r--r-- root/root       657 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/lib-portable_atomic.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/lib-portable_atomic\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/lib-unit_prefix\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/dep-lib-unit_prefix\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/invoked.timestamp\n-rw-r--r-- root/root       395 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/lib-unit_prefix.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/\n-rw-r--r-- root/root       692 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/lib-clap_derive.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/lib-clap_derive\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/invoked.timestamp\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/dep-lib-clap_derive\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/dep-lib-serde_json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/lib-serde_json\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/invoked.timestamp\n-rw-r--r-- root/root       818 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/lib-serde_json.json\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/\n-rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/dep-build-script-build-script-build\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/invoked.timestamp\n-rw-r--r-- root/root       376 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/build-script-build-script-build.json\n-rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/build-script-build-script-build\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/\n-rw-r--r-- root/root       359 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/lib-anstyle_query.json\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/invoked.timestamp\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/dep-lib-anstyle_query\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/lib-anstyle_query\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/\n-rw-r--r-- root/root       120 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/dep-bin-filecount\n-rw-r--r-- root/root        16 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/bin-filecount\n-rw-r--r-- root/root        48 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/invoked.timestamp\n-rw-r--r-- root/root       647 2026-09-03 13:46 ./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/bin-filecount.json\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/\n-rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/dep-build-script-build-script-build\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/invoked.timestamp\n-rw-r--r-- root/root       458 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/build-script-build-script-build.json\n-rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/build-script-build-script-build\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/lib-zmij\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/invoked.timestamp\n-rw-r--r-- root/root       421 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/lib-zmij.json\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/dep-lib-zmij\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/lib-clap\n-rw-r--r-- root/root       895 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/lib-clap.json\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/invoked.timestamp\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/dep-lib-clap\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/\n-rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/dep-build-script-build-script-build\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/invoked.timestamp\n-rw-r--r-- root/root       884 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/build-script-build-script-build.json\n-rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/build-script-build-script-build\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/\n-rw-r--r-- root/root       575 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/lib-proc_macro2.json\n-rw-r--r-- root/root        16 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/lib-proc_macro2\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/invoked.timestamp\n-rw-r--r-- root/root        14 2026-08-28 10:07 ./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/dep-lib-proc_macro2\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-350539075733e214/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-350539075733e214/dep-lib-strsim\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-350539075733e214/invoked.timestamp\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-350539075733e214/lib-strsim\n-rw-r--r-- root/root       345 2026-08-28 10:08 ./cargo-target/debug/.fingerprint/strsim-350539075733e214/lib-strsim.json\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/libc-221c449f1c0c59f9/\n-rwxr-xr-x root/root   4702392 2026-08-28 10:07 ./cargo-target/debug/build/libc-221c449f1c0c59f9/build-script-build\n-rw-r--r-- root/root       424 2026-08-28 10:07 ./cargo-target/debug/build/libc-221c449f1c0c59f9/build_script_build-221c449f1c0c59f9.d\nhrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/libc-221c449f1c0c59f9/build_script_build-221c449f1c0c59f9 link to ./cargo-target/debug/build/libc-221c449f1c0c59f9/build-script-build\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/libc-7a998dd5d2eacb14/\n-rw-r--r-- root/root        60 2026-08-28 10:07 ./cargo-target/debug/build/libc-7a998dd5d2eacb14/root-output\n-rw-r--r-- root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/libc-7a998dd5d2eacb14/stderr\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/build/libc-7a998dd5d2eacb14/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/libc-7a998dd5d2eacb14/out/\n-rw-r--r-- root/root      1249 2026-08-28 10:07 ./cargo-target/debug/build/libc-7a998dd5d2eacb14/output\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/\n-rw-r--r-- root/root        67 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/root-output\n-rw-r--r-- root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/stderr\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/out/\n-rw-r--r-- root/root      1061 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/output\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/build/serde-70e51348ce6d6017/\n-rwxr-xr-x root/root   4653384 2026-08-28 10:08 ./cargo-target/debug/build/serde-70e51348ce6d6017/build-script-build\n-rw-r--r-- root/root       429 2026-08-28 10:08 ./cargo-target/debug/build/serde-70e51348ce6d6017/build_script_build-70e51348ce6d6017.d\nhrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/build/serde-70e51348ce6d6017/build_script_build-70e51348ce6d6017 link to ./cargo-target/debug/build/serde-70e51348ce6d6017/build-script-build\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/\n-rw-r--r-- root/root        71 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/root-output\n-rw-r--r-- root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/stderr\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/out/\n-rw-r--r-- root/root      1783 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/output\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/\n-rw-r--r-- root/root        61 2026-08-28 10:08 ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/root-output\n-rw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/stderr\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/out/\n-rw-r--r-- root/root       142 2026-08-28 10:08 ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/out/private.rs\n-rw-r--r-- root/root       582 2026-08-28 10:08 ./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/output\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/quote-a7e35c59b67bb804/\n-rw-r--r-- root/root        61 2026-08-28 10:07 ./cargo-target/debug/build/quote-a7e35c59b67bb804/root-output\n-rw-r--r-- root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/quote-a7e35c59b67bb804/stderr\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/build/quote-a7e35c59b67bb804/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/quote-a7e35c59b67bb804/out/\n-rw-r--r-- root/root        83 2026-08-28 10:07 ./cargo-target/debug/build/quote-a7e35c59b67bb804/output\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/\n-rw-r--r-- root/root        66 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/root-output\n-rw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/stderr\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/out/\n-rw-r--r-- root/root       132 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/output\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/zmij-e72495a7b11d41dc/\n-rw-r--r-- root/root        60 2026-08-28 10:07 ./cargo-target/debug/build/zmij-e72495a7b11d41dc/root-output\n-rw-r--r-- root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/zmij-e72495a7b11d41dc/stderr\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/build/zmij-e72495a7b11d41dc/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/zmij-e72495a7b11d41dc/out/\n-rw-r--r-- root/root       126 2026-08-28 10:07 ./cargo-target/debug/build/zmij-e72495a7b11d41dc/output\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/\n-rw-r--r-- root/root        66 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/root-output\n-rw-r--r-- root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/stderr\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/out/\n-rw-r--r-- root/root        90 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/out/private.rs\n-rw-r--r-- root/root       484 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/output\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-d93e2101947be180/\n-rwxr-xr-x root/root   4513392 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-d93e2101947be180/build-script-build\nhrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-d93e2101947be180/build_script_build-d93e2101947be180 link to ./cargo-target/debug/build/serde_json-d93e2101947be180/build-script-build\n-rw-r--r-- root/root       454 2026-08-28 10:08 ./cargo-target/debug/build/serde_json-d93e2101947be180/build_script_build-d93e2101947be180.d\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/\n-rwxr-xr-x root/root   4761720 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/build-script-build\n-rw-r--r-- root/root      1072 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/build_script_build-cad29f225c08c9de.d\nhrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/build_script_build-cad29f225c08c9de link to ./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/build-script-build\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/rustix-d94b876d0044dacd/\n-rw-r--r-- root/root        62 2026-08-28 10:07 ./cargo-target/debug/build/rustix-d94b876d0044dacd/root-output\n-rw-r--r-- root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/rustix-d94b876d0044dacd/stderr\n-rw-r--r-- root/root        48 2026-08-28 10:07 ./cargo-target/debug/build/rustix-d94b876d0044dacd/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/rustix-d94b876d0044dacd/out/\n-rw-r--r-- root/root      2157 2026-08-28 10:07 ./cargo-target/debug/build/rustix-d94b876d0044dacd/out/rustix_test_can_compile\n-rw-r--r-- root/root       525 2026-08-28 10:07 ./cargo-target/debug/build/rustix-d94b876d0044dacd/output\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-15796e59bcea1517/\n-rwxr-xr-x root/root   4656008 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-15796e59bcea1517/build_script_build-15796e59bcea1517\nhrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-15796e59bcea1517/build-script-build link to ./cargo-target/debug/build/serde_core-15796e59bcea1517/build_script_build-15796e59bcea1517\n-rw-r--r-- root/root       454 2026-08-28 10:07 ./cargo-target/debug/build/serde_core-15796e59bcea1517/build_script_build-15796e59bcea1517.d\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/quote-7311c8ec19e3ec40/\n-rwxr-xr-x root/root   4620552 2026-08-28 10:07 ./cargo-target/debug/build/quote-7311c8ec19e3ec40/build_script_build-7311c8ec19e3ec40\nhrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/quote-7311c8ec19e3ec40/build-script-build link to ./cargo-target/debug/build/quote-7311c8ec19e3ec40/build_script_build-7311c8ec19e3ec40\n-rw-r--r-- root/root       426 2026-08-28 10:07 ./cargo-target/debug/build/quote-7311c8ec19e3ec40/build_script_build-7311c8ec19e3ec40.d\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/zmij-ef045e1f10ec3882/\n-rw-r--r-- root/root       418 2026-08-28 10:07 ./cargo-target/debug/build/zmij-ef045e1f10ec3882/build_script_build-ef045e1f10ec3882.d\n-rwxr-xr-x root/root   4624800 2026-08-28 10:07 ./cargo-target/debug/build/zmij-ef045e1f10ec3882/build-script-build\nhrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/zmij-ef045e1f10ec3882/build_script_build-ef045e1f10ec3882 link to ./cargo-target/debug/build/zmij-ef045e1f10ec3882/build-script-build\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/\n-rwxr-xr-x root/root   4678592 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/build-script-build\n-rw-r--r-- root/root       459 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/build_script_build-41f5b6717bfaf0a0.d\nhrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/build_script_build-41f5b6717bfaf0a0 link to ./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/build-script-build\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/rustix-2057de68928b4f33/\n-rwxr-xr-x root/root   4684064 2026-08-28 10:07 ./cargo-target/debug/build/rustix-2057de68928b4f33/build-script-build\n-rw-r--r-- root/root       428 2026-08-28 10:07 ./cargo-target/debug/build/rustix-2057de68928b4f33/build_script_build-2057de68928b4f33.d\nhrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/build/rustix-2057de68928b4f33/build_script_build-2057de68928b4f33 link to ./cargo-target/debug/build/rustix-2057de68928b4f33/build-script-build\n-rw-r--r-- root/root        60 2026-08-28 10:08 ./cargo-target/debug/filecount.d\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/\ndrwxr-xr-x root/root         0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/\ndrwxr-xr-x root/root         0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/\n-rw-r--r-- root/root        50 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/work-products.bin\n-rw-r--r-- root/root    461768 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/query-cache.bin\n-rw-r--r-- root/root   1379469 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/dep-graph.bin\n-rw------- root/root         0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy.lock\n-rw------- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hlrfai2y5i-0hw6c1e.lock\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hlrfai2y5i-0hw6c1e-8w1ougi6dklta6jsgjovn1ejo/\n-rw-r--r-- root/root        50 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hlrfai2y5i-0hw6c1e-8w1ougi6dklta6jsgjovn1ejo/work-products.bin\n-rw-r--r-- root/root    464423 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hlrfai2y5i-0hw6c1e-8w1ougi6dklta6jsgjovn1ejo/query-cache.bin\n-rw-r--r-- root/root   1376721 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hlrfai2y5i-0hw6c1e-8w1ougi6dklta6jsgjovn1ejo/dep-graph.bin\ndrwxr-xr-x root/root         0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/\n-rw------- root/root         0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev.lock\ndrwxr-xr-x root/root         0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/\n-rw-r--r-- root/root      4592 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1v5cmqbytwgv3qrcfvq97t4q2.o\n-rw-r--r-- root/root     21432 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/39b2r19rueesme5wxaekiv4ey.o\n-rw-r--r-- root/root      3992 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4gpun5wrrvbyxncoux5jqvqj3.o\n-rw-r--r-- root/root    151664 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1b4kugwjd254vmaut4gjr6bwf.o\n-rw-r--r-- root/root      9536 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8z2ombrilcgoo94qi8t3d3upi.o\n-rw-r--r-- root/root     20488 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2pmnha4p5olv34xuj7qtetqfs.o\n-rw-r--r-- root/root     80512 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bpbcbehn7abylz62qoe23yx75.o\n-rw-r--r-- root/root     26424 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2uf5ri4eqsgrc3a9hz6kityt8.o\n-rw-r--r-- root/root      5872 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/499tu0tsa4j85onc61pxdcujm.o\n-rw-r--r-- root/root     53656 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6uf2d9uwso220fjbx335mdj53.o\n-rw-r--r-- root/root     31376 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bf7czx1a54d14h2035vlwx5ya.o\n-rw-r--r-- root/root     47208 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/awx487b763l58hpr7mefxtxgh.o\n-rw-r--r-- root/root     79912 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8ac5rw99vb2f5dypptuhapghk.o\n-rw-r--r-- root/root     15816 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/3ndxm5octkrfknke0692dluc9.o\n-rw-r--r-- root/root     14432 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dlm0amcvr6v8afwrad8mpdctj.o\n-rw-r--r-- root/root     22272 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a8yjbfid3ue1p42lnuwfttva6.o\n-rw-r--r-- root/root    124800 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0ugron1ij1frvpbx2akq6kmzv.o\n-rw-r--r-- root/root      8464 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/esacx19qcejn927zvokbbb4qy.o\n-rw-r--r-- root/root     19760 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/80u0wu4v5i109rs4c8pa5551h.o\n-rw-r--r-- root/root     50448 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ar2y4ojqknkxswmzhxcbhod19.o\n-rw-r--r-- root/root     28344 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5tne9ies2zf1xp4k4vb83dbjn.o\n-rw-r--r-- root/root     56120 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5ykcoq4wwyg0175b2rb2vt07m.o\n-rw-r--r-- root/root     56536 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5xa6i87y1r9yykkfv19mxw84i.o\n-rw-r--r-- root/root     43720 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/308ghbyyfbv08twb27zph3l1h.o\n-rw-r--r-- root/root      3688 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4mm1s00kptqnyqpfoiwsw2e77.o\n-rw-r--r-- root/root      8768 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bo0ee5ypmmzssnlfduchw1owt.o\n-rw-r--r-- root/root      6096 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/axepw7c0imbnfxduw2aufc7qr.o\n-rw-r--r-- root/root      9768 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/20khnlyux5xpbntoi6sy4yd2q.o\n-rw-r--r-- root/root      3816 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ca010hqhrvz7xuffekx5lsnoz.o\n-rw-r--r-- root/root     50904 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/anbpr0b0n5tevm8c4n28as4sc.o\n-rw-r--r-- root/root      5152 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ccb32161en9vvtyo1oylk14lb.o\n-rw-r--r-- root/root     39760 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/alejo6yky3ttoxhf3w9bvj2or.o\n-rw-r--r-- root/root      6568 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/d4sxebr9ff73pzbrbwkej729w.o\n-rw-r--r-- root/root      4000 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dezu0neu7gqb4ezqva6oy8qml.o\n-rw-r--r-- root/root      8144 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6a5d7d81d45dy7crwv0llui58.o\n-rw-r--r-- root/root    100248 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a4fetmswi2qnbyjrp1mhf5141.o\n-rw-r--r-- root/root      3472 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dbb308i80gtjej9f1lhnjvh8k.o\n-rw-r--r-- root/root      6184 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7alb9ub47q78s3xgbhitcwza4.o\n-rw-r--r-- root/root      5096 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6cf3b6b7xzz33pbikcrp7myuj.o\n-rw-r--r-- root/root     18024 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/duo19gi5guegpyw0s7hdp2w5w.o\n-rw-r--r-- root/root     74304 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/acomuvwi7wtrfxnczcsqwobbs.o\n-rw-r--r-- root/root     34936 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/evj2o9iubk19q11bi1woh0alh.o\n-rw-r--r-- root/root     24904 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0dz8a41qke0llahqk3d5ebxj4.o\n-rw-r--r-- root/root     16784 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/f0c3l1e85mfaip3qdhii5t5p6.o\n-rw-r--r-- root/root     11184 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/b0d48gh6rwhapyb4xrnun27es.o\n-rw-r--r-- root/root      4184 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9bllklve89uhzrxlb30jdtj0a.o\n-rw-r--r-- root/root      9128 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7s4rth6jnbxlrieavvsocev9e.o\n-rw-r--r-- root/root      7408 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a85frv96m1scihpic8ne02tc4.o\n-rw-r--r-- root/root     13696 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a1yrwdgxr8mxw53l3c9oz228v.o\n-rw-r--r-- root/root     36736 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8vslxnohe97f8d0kb216z6hfs.o\n-rw-r--r-- root/root      7312 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/44yghcewi22xouofxkbms21h1.o\n-rw-r--r-- root/root      9232 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6n2jdugmxptfyad2nj8ckeco4.o\n-rw-r--r-- root/root     27088 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0kvo9zwidbbi80elpiij36brw.o\n-rw-r--r-- root/root      3456 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/eswr2c9186kvlbjk6zgzuc681.o\n-rw-r--r-- root/root     19704 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6cfdnucee5oabkt6sj1tvlmpm.o\n-rw-r--r-- root/root      7878 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/work-products.bin\n-rw-r--r-- root/root     11896 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bz51jxce8sv01s0lgpsszjvpu.o\n-rw-r--r-- root/root     21576 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7y1nvsevrnzn5jj9gkgborw6g.o\n-rw-r--r-- root/root    143344 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c9qnckuv369d8bid1nkvmkyc3.o\n-rw-r--r-- root/root    909045 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/query-cache.bin\n-rw-r--r-- root/root      9632 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/76iqvj0us1isbpk6s61mz75ef.o\n-rw-r--r-- root/root      8952 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/abbcyzkwiqa0sd853aa4de6lm.o\n-rw-r--r-- root/root      7408 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8qwuw58801mn1tl33n051j1ck.o\n-rw-r--r-- root/root     12688 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/czllvpsk8nn8vtq2zf5h3znis.o\n-rw-r--r-- root/root     11432 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5mak1ydh783dc8usotjaj54dx.o\n-rw-r--r-- root/root     22912 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/79yuxm1v7kzh3116eslk4k0oq.o\n-rw-r--r-- root/root     25552 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4cipqtmgqem2zbdhhdpn5kxuz.o\n-rw-r--r-- root/root     56744 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2kzfdte79ykzje83u5e0m7wzc.o\n-rw-r--r-- root/root     56504 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a1gzo1lzwpv7cnle515ekjpni.o\n-rw-r--r-- root/root     92264 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5wme9m4engb5guqnduepb96x4.o\n-rw-r--r-- root/root    327888 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6e0mdp7q7usflwxl3dybkapuc.o\n-rw-r--r-- root/root      9912 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/epy46wx146to9niz3trla2bn9.o\n-rw-r--r-- root/root     11664 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9egnmpd0zub9ws4rtiozc38ef.o\n-rw-r--r-- root/root      3264 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c0k9r3e9270dhkrnkmxpx93vq.o\n-rw-r--r-- root/root     53624 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8ycehe0r6n4gd0n8u8qe28aml.o\n-rw-r--r-- root/root     12632 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ch5nr8gr20hw7ui09j1v7i1ds.o\n-rw-r--r-- root/root     61184 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/11dphnyh3o6tf0voqxqnlvgze.o\n-rw-r--r-- root/root     17984 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5xl21jxiviiu8q7bh8kz5jql4.o\n-rw-r--r-- root/root      7200 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1qf70z6bgfgx9ps7d2f7n11ak.o\n-rw-r--r-- root/root      4144 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9q0578rvltw0vs142ejq995wb.o\n-rw-r--r-- root/root   3386439 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dep-graph.bin\n-rw-r--r-- root/root     39056 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7ofbc9s5hkl5wheer5nj4y7ap.o\n-rw-r--r-- root/root     10544 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/504dymql67jzf1sbl7vfk0u0k.o\n-rw-r--r-- root/root      2784 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/71708mpeietiitb1qi9zdlpd8.o\n-rw-r--r-- root/root      4552 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2zq5xglkeyyaw1o4ptgfvco4u.o\n-rw-r--r-- root/root     44568 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4lmfdjntjwe6e2w4jlvq9n25w.o\n-rw-r--r-- root/root     44696 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6xajr3k5e3md85k6g7jjdxefc.o\n-rw-r--r-- root/root     16616 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c2nsc40b6ghfiimk26clfep2z.o\n-rw-r--r-- root/root      4640 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/aq334ivi9xmzm965vclfca1q3.o\n-rw-r--r-- root/root      9088 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0icxe7tp3tsyug6bygotc6y3x.o\n-rw-r--r-- root/root     12384 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2g568g2hhlcaavns2ansl73xi.o\n-rw-r--r-- root/root      3280 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/es2jgya4so963n4e8jiy6a459.o\n-rw-r--r-- root/root     31560 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/3u0m3vjef33e2pe11wp16qxd8.o\n-rw-r--r-- root/root      6248 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dfsi2ort9r3gpyk2ibrab7jgn.o\n-rw-r--r-- root/root      9968 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dmzqcw3rxf0ie08tkosijggj6.o\n-rw-r--r-- root/root     54728 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9lvxanu7r0bkk8pzl13hin7k0.o\n-rw-r--r-- root/root      4936 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/cifasyuom0g4nkfme4dxezjy5.o\n-rw-r--r-- root/root     95680 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1mw65vxnxb9a1lgim3tzylaqe.o\n-rw-r--r-- root/root     29664 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/3ug0bsvixo20f272au8fvms5f.o\n-rw-r--r-- root/root      3600 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7fb1mk0vsz0v93lazib4yohck.o\n-rw-r--r-- root/root     15120 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ardjdyowh3qfti3esy81jzuy8.o\n-rw-r--r-- root/root      3160 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0fr3352hvsg2g4xk1itc9syis.o\n-rw-r--r-- root/root      4280 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/54jibrqgxliqv9nc306qjc8xr.o\n-rw-r--r-- root/root     32600 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/cknnxasama73ns6u39mfmhzre.o\n-rw-r--r-- root/root     10912 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c1je1uf2is8i5j0dja6bc2fsn.o\n-rw-r--r-- root/root     41800 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0i7o4mj0jymqyrc81l66203zf.o\n-rw------- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46.lock\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1v5cmqbytwgv3qrcfvq97t4q2.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1v5cmqbytwgv3qrcfvq97t4q2.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/39b2r19rueesme5wxaekiv4ey.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/39b2r19rueesme5wxaekiv4ey.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4gpun5wrrvbyxncoux5jqvqj3.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4gpun5wrrvbyxncoux5jqvqj3.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1b4kugwjd254vmaut4gjr6bwf.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1b4kugwjd254vmaut4gjr6bwf.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8z2ombrilcgoo94qi8t3d3upi.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8z2ombrilcgoo94qi8t3d3upi.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2pmnha4p5olv34xuj7qtetqfs.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2pmnha4p5olv34xuj7qtetqfs.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bpbcbehn7abylz62qoe23yx75.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bpbcbehn7abylz62qoe23yx75.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2uf5ri4eqsgrc3a9hz6kityt8.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2uf5ri4eqsgrc3a9hz6kityt8.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/499tu0tsa4j85onc61pxdcujm.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/499tu0tsa4j85onc61pxdcujm.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6uf2d9uwso220fjbx335mdj53.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6uf2d9uwso220fjbx335mdj53.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bf7czx1a54d14h2035vlwx5ya.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bf7czx1a54d14h2035vlwx5ya.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/awx487b763l58hpr7mefxtxgh.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/awx487b763l58hpr7mefxtxgh.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8ac5rw99vb2f5dypptuhapghk.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8ac5rw99vb2f5dypptuhapghk.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/3ndxm5octkrfknke0692dluc9.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/3ndxm5octkrfknke0692dluc9.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dlm0amcvr6v8afwrad8mpdctj.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dlm0amcvr6v8afwrad8mpdctj.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a8yjbfid3ue1p42lnuwfttva6.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a8yjbfid3ue1p42lnuwfttva6.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0ugron1ij1frvpbx2akq6kmzv.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0ugron1ij1frvpbx2akq6kmzv.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/esacx19qcejn927zvokbbb4qy.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/esacx19qcejn927zvokbbb4qy.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/80u0wu4v5i109rs4c8pa5551h.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/80u0wu4v5i109rs4c8pa5551h.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ar2y4ojqknkxswmzhxcbhod19.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ar2y4ojqknkxswmzhxcbhod19.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5tne9ies2zf1xp4k4vb83dbjn.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5tne9ies2zf1xp4k4vb83dbjn.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5ykcoq4wwyg0175b2rb2vt07m.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5ykcoq4wwyg0175b2rb2vt07m.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5xa6i87y1r9yykkfv19mxw84i.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5xa6i87y1r9yykkfv19mxw84i.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/308ghbyyfbv08twb27zph3l1h.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/308ghbyyfbv08twb27zph3l1h.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4mm1s00kptqnyqpfoiwsw2e77.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4mm1s00kptqnyqpfoiwsw2e77.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bo0ee5ypmmzssnlfduchw1owt.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bo0ee5ypmmzssnlfduchw1owt.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/axepw7c0imbnfxduw2aufc7qr.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/axepw7c0imbnfxduw2aufc7qr.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/20khnlyux5xpbntoi6sy4yd2q.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/20khnlyux5xpbntoi6sy4yd2q.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ca010hqhrvz7xuffekx5lsnoz.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ca010hqhrvz7xuffekx5lsnoz.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/anbpr0b0n5tevm8c4n28as4sc.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/anbpr0b0n5tevm8c4n28as4sc.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ccb32161en9vvtyo1oylk14lb.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ccb32161en9vvtyo1oylk14lb.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/alejo6yky3ttoxhf3w9bvj2or.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/alejo6yky3ttoxhf3w9bvj2or.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/d4sxebr9ff73pzbrbwkej729w.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/d4sxebr9ff73pzbrbwkej729w.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dezu0neu7gqb4ezqva6oy8qml.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dezu0neu7gqb4ezqva6oy8qml.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6a5d7d81d45dy7crwv0llui58.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6a5d7d81d45dy7crwv0llui58.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a4fetmswi2qnbyjrp1mhf5141.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a4fetmswi2qnbyjrp1mhf5141.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dbb308i80gtjej9f1lhnjvh8k.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dbb308i80gtjej9f1lhnjvh8k.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7alb9ub47q78s3xgbhitcwza4.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7alb9ub47q78s3xgbhitcwza4.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6cf3b6b7xzz33pbikcrp7myuj.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6cf3b6b7xzz33pbikcrp7myuj.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/duo19gi5guegpyw0s7hdp2w5w.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/duo19gi5guegpyw0s7hdp2w5w.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/acomuvwi7wtrfxnczcsqwobbs.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/acomuvwi7wtrfxnczcsqwobbs.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/evj2o9iubk19q11bi1woh0alh.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/evj2o9iubk19q11bi1woh0alh.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0dz8a41qke0llahqk3d5ebxj4.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0dz8a41qke0llahqk3d5ebxj4.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/f0c3l1e85mfaip3qdhii5t5p6.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/f0c3l1e85mfaip3qdhii5t5p6.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/b0d48gh6rwhapyb4xrnun27es.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/b0d48gh6rwhapyb4xrnun27es.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9bllklve89uhzrxlb30jdtj0a.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9bllklve89uhzrxlb30jdtj0a.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7s4rth6jnbxlrieavvsocev9e.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7s4rth6jnbxlrieavvsocev9e.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a85frv96m1scihpic8ne02tc4.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a85frv96m1scihpic8ne02tc4.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a1yrwdgxr8mxw53l3c9oz228v.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a1yrwdgxr8mxw53l3c9oz228v.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8vslxnohe97f8d0kb216z6hfs.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8vslxnohe97f8d0kb216z6hfs.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/44yghcewi22xouofxkbms21h1.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/44yghcewi22xouofxkbms21h1.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6n2jdugmxptfyad2nj8ckeco4.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6n2jdugmxptfyad2nj8ckeco4.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0kvo9zwidbbi80elpiij36brw.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0kvo9zwidbbi80elpiij36brw.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/eswr2c9186kvlbjk6zgzuc681.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/eswr2c9186kvlbjk6zgzuc681.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6cfdnucee5oabkt6sj1tvlmpm.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6cfdnucee5oabkt6sj1tvlmpm.o\n-rw-r--r-- root/root      7878 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/work-products.bin\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/bz51jxce8sv01s0lgpsszjvpu.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bz51jxce8sv01s0lgpsszjvpu.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7y1nvsevrnzn5jj9gkgborw6g.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7y1nvsevrnzn5jj9gkgborw6g.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c9qnckuv369d8bid1nkvmkyc3.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c9qnckuv369d8bid1nkvmkyc3.o\n-rw-r--r-- root/root   1066126 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/query-cache.bin\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/76iqvj0us1isbpk6s61mz75ef.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/76iqvj0us1isbpk6s61mz75ef.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/abbcyzkwiqa0sd853aa4de6lm.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/abbcyzkwiqa0sd853aa4de6lm.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8qwuw58801mn1tl33n051j1ck.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8qwuw58801mn1tl33n051j1ck.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/czllvpsk8nn8vtq2zf5h3znis.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/czllvpsk8nn8vtq2zf5h3znis.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5mak1ydh783dc8usotjaj54dx.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5mak1ydh783dc8usotjaj54dx.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/79yuxm1v7kzh3116eslk4k0oq.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/79yuxm1v7kzh3116eslk4k0oq.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4cipqtmgqem2zbdhhdpn5kxuz.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4cipqtmgqem2zbdhhdpn5kxuz.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2kzfdte79ykzje83u5e0m7wzc.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2kzfdte79ykzje83u5e0m7wzc.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/a1gzo1lzwpv7cnle515ekjpni.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a1gzo1lzwpv7cnle515ekjpni.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5wme9m4engb5guqnduepb96x4.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5wme9m4engb5guqnduepb96x4.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6e0mdp7q7usflwxl3dybkapuc.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6e0mdp7q7usflwxl3dybkapuc.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/epy46wx146to9niz3trla2bn9.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/epy46wx146to9niz3trla2bn9.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9egnmpd0zub9ws4rtiozc38ef.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9egnmpd0zub9ws4rtiozc38ef.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c0k9r3e9270dhkrnkmxpx93vq.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c0k9r3e9270dhkrnkmxpx93vq.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/8ycehe0r6n4gd0n8u8qe28aml.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8ycehe0r6n4gd0n8u8qe28aml.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ch5nr8gr20hw7ui09j1v7i1ds.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ch5nr8gr20hw7ui09j1v7i1ds.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/11dphnyh3o6tf0voqxqnlvgze.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/11dphnyh3o6tf0voqxqnlvgze.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/5xl21jxiviiu8q7bh8kz5jql4.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5xl21jxiviiu8q7bh8kz5jql4.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1qf70z6bgfgx9ps7d2f7n11ak.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1qf70z6bgfgx9ps7d2f7n11ak.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9q0578rvltw0vs142ejq995wb.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9q0578rvltw0vs142ejq995wb.o\n-rw-r--r-- root/root   3386345 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dep-graph.bin\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7ofbc9s5hkl5wheer5nj4y7ap.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7ofbc9s5hkl5wheer5nj4y7ap.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/504dymql67jzf1sbl7vfk0u0k.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/504dymql67jzf1sbl7vfk0u0k.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/71708mpeietiitb1qi9zdlpd8.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/71708mpeietiitb1qi9zdlpd8.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2zq5xglkeyyaw1o4ptgfvco4u.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2zq5xglkeyyaw1o4ptgfvco4u.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/4lmfdjntjwe6e2w4jlvq9n25w.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4lmfdjntjwe6e2w4jlvq9n25w.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/6xajr3k5e3md85k6g7jjdxefc.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6xajr3k5e3md85k6g7jjdxefc.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c2nsc40b6ghfiimk26clfep2z.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c2nsc40b6ghfiimk26clfep2z.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/aq334ivi9xmzm965vclfca1q3.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/aq334ivi9xmzm965vclfca1q3.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0icxe7tp3tsyug6bygotc6y3x.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0icxe7tp3tsyug6bygotc6y3x.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/2g568g2hhlcaavns2ansl73xi.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2g568g2hhlcaavns2ansl73xi.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/es2jgya4so963n4e8jiy6a459.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/es2jgya4so963n4e8jiy6a459.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/3u0m3vjef33e2pe11wp16qxd8.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/3u0m3vjef33e2pe11wp16qxd8.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dfsi2ort9r3gpyk2ibrab7jgn.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dfsi2ort9r3gpyk2ibrab7jgn.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/dmzqcw3rxf0ie08tkosijggj6.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dmzqcw3rxf0ie08tkosijggj6.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/9lvxanu7r0bkk8pzl13hin7k0.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9lvxanu7r0bkk8pzl13hin7k0.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/cifasyuom0g4nkfme4dxezjy5.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/cifasyuom0g4nkfme4dxezjy5.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/1mw65vxnxb9a1lgim3tzylaqe.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1mw65vxnxb9a1lgim3tzylaqe.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/3ug0bsvixo20f272au8fvms5f.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/3ug0bsvixo20f272au8fvms5f.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/7fb1mk0vsz0v93lazib4yohck.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7fb1mk0vsz0v93lazib4yohck.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/ardjdyowh3qfti3esy81jzuy8.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ardjdyowh3qfti3esy81jzuy8.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0fr3352hvsg2g4xk1itc9syis.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0fr3352hvsg2g4xk1itc9syis.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/54jibrqgxliqv9nc306qjc8xr.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/54jibrqgxliqv9nc306qjc8xr.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/cknnxasama73ns6u39mfmhzre.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/cknnxasama73ns6u39mfmhzre.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/c1je1uf2is8i5j0dja6bc2fsn.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c1je1uf2is8i5j0dja6bc2fsn.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hlrfarj81a-1v8oz46-8601itmwhuq20l1zkgh6d351s/0i7o4mj0jymqyrc81l66203zf.o link to ./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0i7o4mj0jymqyrc81l66203zf.o\ndrwxr-xr-x root/root         0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/\n-rw-r--r-- root/root      6520 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/a4lny3pgx6zyqobiexzbuqocc.o\n-rw-r--r-- root/root      3192 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/7wwcndi7fkpr11mqho1v8q46d.o\n-rw-r--r-- root/root      3264 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/4it2w4qp9pqfx1olnjtl4lk86.o\n-rw-r--r-- root/root      4000 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/4fxhldviy5of1phoquypz3269.o\n-rw-r--r-- root/root       430 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/work-products.bin\n-rw-r--r-- root/root    475500 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/query-cache.bin\n-rw-r--r-- root/root   1439762 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/dep-graph.bin\n-rw-r--r-- root/root      7408 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/88wyhqzkwmi70ooofsv89aw3o.o\ndrwxr-xr-x root/root         0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/a4lny3pgx6zyqobiexzbuqocc.o link to ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/a4lny3pgx6zyqobiexzbuqocc.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/7wwcndi7fkpr11mqho1v8q46d.o link to ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/7wwcndi7fkpr11mqho1v8q46d.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/4it2w4qp9pqfx1olnjtl4lk86.o link to ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/4it2w4qp9pqfx1olnjtl4lk86.o\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/4fxhldviy5of1phoquypz3269.o link to ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/4fxhldviy5of1phoquypz3269.o\n-rw-r--r-- root/root       430 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/work-products.bin\n-rw-r--r-- root/root    486159 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/query-cache.bin\n-rw-r--r-- root/root   1439856 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/dep-graph.bin\nhrw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/88wyhqzkwmi70ooofsv89aw3o.o link to ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d-1jutib1s51jcxgcwfg1rx0ppb/88wyhqzkwmi70ooofsv89aw3o.o\n-rw------- root/root         0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk.lock\n-rw------- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hlrfariz9l-0xgn16d.lock\ndrwxr-xr-x root/root         0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/\n-rw------- root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hlrfai30g6-1xsuqp3.lock\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hlrfai30g6-1xsuqp3-728q9yrhov9a6yczzo9znkd75/\n-rw-r--r-- root/root        50 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hlrfai30g6-1xsuqp3-728q9yrhov9a6yczzo9znkd75/work-products.bin\n-rw-r--r-- root/root    470636 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hlrfai30g6-1xsuqp3-728q9yrhov9a6yczzo9znkd75/query-cache.bin\n-rw-r--r-- root/root   1399758 2026-08-28 10:08 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hlrfai30g6-1xsuqp3-728q9yrhov9a6yczzo9znkd75/dep-graph.bin\ndrwxr-xr-x root/root         0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/\n-rw-r--r-- root/root        50 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/work-products.bin\n-rw-r--r-- root/root    467996 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/query-cache.bin\n-rw-r--r-- root/root   1403052 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/dep-graph.bin\n-rw------- root/root         0 2026-09-03 13:46 ./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f.lock\n-rw-r--r-- root/root         0 2026-08-28 10:07 ./cargo-target/debug/.cargo-build-lock\ndrwxr-xr-x root/root         0 2026-09-03 13:46 ./cargo-target/debug/deps/\n-rw-r--r-- root/root       442 2026-08-28 10:07 ./cargo-target/debug/deps/is_terminal_polyfill-9c7573639267fe8d.d\n-rw-r--r-- root/root    208146 2026-08-28 10:08 ./cargo-target/debug/deps/libsame_file-4e4796d0efd5db1b.rlib\n-rw-r--r-- root/root    255234 2026-08-28 10:08 ./cargo-target/debug/deps/libanstyle_parse-de7ba1ab5f110919.rlib\n-rw-r--r-- root/root    333370 2026-08-28 10:08 ./cargo-target/debug/deps/libanstyle-717f8d844e892cbf.rlib\n-rw-r--r-- root/root      2527 2026-08-28 10:07 ./cargo-target/debug/deps/quote-58c9686b0e89a703.d\n-rw-r--r-- root/root     10307 2026-08-28 10:07 ./cargo-target/debug/deps/libc-e4e309fd9792fa72.d\n-rw-r--r-- root/root    225581 2026-08-28 10:08 ./cargo-target/debug/deps/libanstream-b6ac5dcc1d25c2fe.rmeta\n-rw-r--r-- root/root    132966 2026-08-28 10:07 ./cargo-target/debug/deps/libanstyle-e78a0849de95a740.rmeta\n-rw-r--r-- root/root     12683 2026-08-28 10:08 ./cargo-target/debug/deps/libclap-f92b0b450e69f601.rmeta\n-rw-r--r-- root/root      4313 2026-08-28 10:07 ./cargo-target/debug/deps/proc_macro2-17071dc385286db1.d\n-rw-r--r-- root/root    814720 2026-08-28 10:08 ./cargo-target/debug/deps/libunicode_width-61c784d25cab2c40.rmeta\n-rw-r--r-- root/root     34065 2026-08-28 10:07 ./cargo-target/debug/deps/libunicode_ident-4867c6df2646e718.rmeta\n-rw-r--r-- root/root       372 2026-08-28 10:08 ./cargo-target/debug/deps/strsim-350539075733e214.d\n-rw-r--r-- root/root       634 2026-08-28 10:08 ./cargo-target/debug/deps/same_file-94c88d1787851e6a.d\n-rw-r--r-- root/root     11343 2026-08-28 10:07 ./cargo-target/debug/deps/libcolorchoice-3d676ec3ba8687db.rmeta\n-rw-r--r-- root/root       870 2026-08-28 10:08 ./cargo-target/debug/deps/same_file-4e4796d0efd5db1b.d\n-rw-r--r-- root/root      1109 2026-08-28 10:08 ./cargo-target/debug/deps/walkdir-a9fe914427991f4e.d\n-rw-r--r-- root/root   4479660 2026-08-28 10:08 ./cargo-target/debug/deps/libserde_json-72d1003fb119d2db.rlib\n-rw-r--r-- root/root   1348192 2026-08-28 10:08 ./cargo-target/debug/deps/liblinux_raw_sys-2e7d774a4e4d5ff6.rlib\n-rw-r--r-- root/root     26783 2026-08-28 10:08 ./cargo-target/debug/deps/libsame_file-94c88d1787851e6a.rmeta\n-rw-r--r-- root/root   1165993 2026-08-28 10:08 ./cargo-target/debug/deps/libportable_atomic-c68246ef83343abb.rmeta\n-rw-r--r-- root/root       612 2026-08-28 10:08 ./cargo-target/debug/deps/itoa-7685dba7fc388658.d\n-rw-r--r-- root/root       922 2026-08-28 10:08 ./cargo-target/debug/deps/unicode_width-5dcb97b189617948.d\n-rw-r--r-- root/root     85894 2026-08-28 10:08 ./cargo-target/debug/deps/libwalkdir-a9fe914427991f4e.rmeta\n-rw-r--r-- root/root       165 2026-09-03 13:46 ./cargo-target/debug/deps/filecount-540e5c648d65f765.d\n-rw-r--r-- root/root      8361 2026-08-28 10:07 ./cargo-target/debug/deps/libis_terminal_polyfill-9c7573639267fe8d.rmeta\n-rw-r--r-- root/root    201751 2026-08-28 10:08 ./cargo-target/debug/deps/libbitflags-ca8c5e0086f3c3cf.rmeta\n-rw-r--r-- root/root      1924 2026-08-28 10:07 ./cargo-target/debug/deps/bitflags-ef9541d159acadf6.d\n-rw-r--r-- root/root       291 2026-09-03 13:46 ./cargo-target/debug/deps/filecount-baedafc9954bfcb8.d\n-rw-r--r-- root/root      1502 2026-08-28 10:08 ./cargo-target/debug/deps/walkdir-5340530dcf8bedaf.d\n-rw-r--r-- root/root     22273 2026-08-28 10:08 ./cargo-target/debug/deps/clap_builder-e961d11c75aa25e0.d\n-rw-r--r-- root/root     12761 2026-08-28 10:08 ./cargo-target/debug/deps/libcolorchoice-4b170734103dc5f0.rmeta\n-rw-r--r-- root/root       653 2026-08-28 10:08 ./cargo-target/debug/deps/unit_prefix-d2850f1a5392769e.d\n-rw-r--r-- root/root    136144 2026-08-28 10:07 ./cargo-target/debug/deps/libanstyle_parse-6771b1bf6e984b17.rmeta\n-rw-r--r-- root/root      7724 2026-08-28 10:07 ./cargo-target/debug/deps/libanstyle_query-198fbfe849ab02d0.rmeta\n-rw-r--r-- root/root      3337 2026-08-28 10:08 ./cargo-target/debug/deps/indicatif-e8e827ff1c149eee.d\n-rw-r--r-- root/root      3663 2026-08-28 10:08 ./cargo-target/debug/deps/anstream-b6ac5dcc1d25c2fe.d\n-rw-r--r-- root/root      9992 2026-08-28 10:07 ./cargo-target/debug/deps/rustix-83d6e17a6e84a398.d\n-rw-r--r-- root/root       675 2026-08-28 10:07 ./cargo-target/debug/deps/anstyle_query-198fbfe849ab02d0.d\n-rw-r--r-- root/root     13335 2026-08-28 10:08 ./cargo-target/debug/deps/rustix-0e92ee9bdef408d9.d\n-rw-r--r-- root/root      1725 2026-08-28 10:08 ./cargo-target/debug/deps/serde-1f84ea849cb28baa.d\n-rw-r--r-- root/root       902 2026-08-28 10:08 ./cargo-target/debug/deps/once_cell-6d84a9d35194e4b4.d\n-rw-r--r-- root/root    165878 2026-08-28 10:07 ./cargo-target/debug/deps/libanstream-bf1aacbe7d54c374.rmeta\n-rw-r--r-- root/root     60732 2026-08-28 10:08 ./cargo-target/debug/deps/libitoa-43444eaacc0727d6.rmeta\n-rw-r--r-- root/root     16699 2026-08-28 10:08 ./cargo-target/debug/deps/clap_builder-3dc3f4f4110a1b3c.d\n-rw-r--r-- root/root    165944 2026-08-28 10:08 ./cargo-target/debug/deps/libanstyle_parse-de7ba1ab5f110919.rmeta\n-rw-r--r-- root/root     38436 2026-08-28 10:08 ./cargo-target/debug/deps/libcolorchoice-4b170734103dc5f0.rlib\n-rw-r--r-- root/root    196532 2026-08-28 10:08 ./cargo-target/debug/deps/libitoa-43444eaacc0727d6.rlib\n-rw-r--r-- root/root   4559982 2026-08-28 10:08 ./cargo-target/debug/deps/libindicatif-e8e827ff1c149eee.rlib\n-rw-r--r-- root/root    515344 2026-08-28 10:07 ./cargo-target/debug/deps/libquote-58c9686b0e89a703.rlib\n-rw-r--r-- root/root       551 2026-08-28 10:08 ./cargo-target/debug/deps/colorchoice-4b170734103dc5f0.d\n-rw-r--r-- root/root     14885 2026-08-28 10:07 ./cargo-target/debug/deps/libterminal_size-88321ec22adc71e4.rmeta\n-rw-r--r-- root/root    946098 2026-08-28 10:08 ./cargo-target/debug/deps/libunicode_width-5dcb97b189617948.rlib\n-rw-r--r-- root/root      2200 2026-08-28 10:08 ./cargo-target/debug/deps/anstyle-717f8d844e892cbf.d\n-rw-r--r-- root/root    138266 2026-08-28 10:08 ./cargo-target/debug/deps/libonce_cell-6d84a9d35194e4b4.rmeta\n-rw-r--r-- root/root    856980 2026-08-28 10:08 ./cargo-target/debug/deps/libunicode_width-5dcb97b189617948.rmeta\n-rw-r--r-- root/root       839 2026-08-28 10:08 ./cargo-target/debug/deps/itoa-43444eaacc0727d6.d\n-rw-r--r-- root/root   2654811 2026-08-28 10:07 ./cargo-target/debug/deps/libserde_core-7369bbef0ddde4fa.rmeta\n-rw-r--r-- root/root      2588 2026-08-28 10:08 ./cargo-target/debug/deps/bitflags-ca8c5e0086f3c3cf.d\n-rw-r--r-- root/root       896 2026-08-28 10:08 ./cargo-target/debug/deps/unit_prefix-661dc44c7e384825.d\n-rw-r--r-- root/root       637 2026-08-28 10:07 ./cargo-target/debug/deps/utf8parse-5c2360a30268ac05.d\n-rw-r--r-- root/root    974642 2026-08-28 10:08 ./cargo-target/debug/deps/libmemchr-50f95ebf8aa3ed81.rmeta\n-rw-r--r-- root/root   1539296 2026-08-28 10:08 ./cargo-target/debug/deps/librustix-0e92ee9bdef408d9.rmeta\n-rw-r--r-- root/root    291372 2026-08-28 10:08 ./cargo-target/debug/deps/libonce_cell-ca424a7c1403b4cb.rlib\n-rw-r--r-- root/root     14886 2026-08-28 10:08 ./cargo-target/debug/deps/libclap-f92b0b450e69f601.rlib\n-rw-r--r-- root/root      5082 2026-08-28 10:08 ./cargo-target/debug/deps/portable_atomic-c68246ef83343abb.d\n-rw-r--r-- root/root       520 2026-08-28 10:08 ./cargo-target/debug/deps/strsim-3f1ca007c91986d3.d\n-rw-r--r-- root/root    305926 2026-08-28 10:08 ./cargo-target/debug/deps/libindicatif-40f5795ac8278760.rmeta\n-rw-r--r-- root/root     49527 2026-08-28 10:08 ./cargo-target/debug/deps/libitoa-7685dba7fc388658.rmeta\n-rw-r--r-- root/root    193833 2026-08-28 10:08 ./cargo-target/debug/deps/libonce_cell-ca424a7c1403b4cb.rmeta\n-rw-r--r-- root/root  21583578 2026-08-28 10:08 ./cargo-target/debug/deps/libclap_builder-e961d11c75aa25e0.rlib\n-rw-r--r-- root/root   1661022 2026-08-28 10:08 ./cargo-target/debug/deps/libportable_atomic-1d49fff76bae0776.rlib\n-rwxr-xr-x root/root  20742256 2026-09-03 13:46 ./cargo-target/debug/deps/filecount-540e5c648d65f765\n-rw-r--r-- root/root      2486 2026-08-28 10:08 ./cargo-target/debug/deps/indicatif-40f5795ac8278760.d\n-rw-r--r-- root/root     11473 2026-08-28 10:08 ./cargo-target/debug/deps/libanstyle_query-a513904800864744.rmeta\n-rw-r--r-- root/root     22686 2026-08-28 10:08 ./cargo-target/debug/deps/libanstyle_query-a513904800864744.rlib\n-rw-r--r-- root/root    695598 2026-08-28 10:08 ./cargo-target/debug/deps/libanstream-b6ac5dcc1d25c2fe.rlib\n-rw-r--r-- root/root    421708 2026-08-28 10:08 ./cargo-target/debug/deps/libconsole-130ca6e9cf03cd4e.rmeta\n-rw-r--r-- root/root   3916678 2026-08-28 10:08 ./cargo-target/debug/deps/liblibc-51af4c07ef0369c3.rlib\n-rwxr-xr-x root/root   7149728 2026-09-03 13:46 ./cargo-target/debug/deps/filecount-3fabc278663dcb7a\n-rw-r--r-- root/root     69881 2026-08-28 10:08 ./cargo-target/debug/deps/libstrsim-3f1ca007c91986d3.rmeta\n-rw-r--r-- root/root    318908 2026-08-28 10:08 ./cargo-target/debug/deps/libheck-9e7d86b5b43a0416.rlib\n-rw-r--r-- root/root   2553568 2026-08-28 10:08 ./cargo-target/debug/deps/libmemchr-758d26ba49117321.rlib\n-rw-r--r-- root/root   2752110 2026-08-28 10:08 ./cargo-target/debug/deps/librustix-0e92ee9bdef408d9.rlib\n-rwxr-xr-x root/root   9452392 2026-08-28 10:08 ./cargo-target/debug/deps/libclap_derive-4d19da3e6e3666b8.so\n-rw-r--r-- root/root     50231 2026-08-28 10:08 ./cargo-target/debug/deps/libzmij-2f285f973c7aee55.rmeta\n-rw-r--r-- root/root    102078 2026-08-28 10:08 ./cargo-target/debug/deps/libwalkdir-5340530dcf8bedaf.rmeta\n-rw-r--r-- root/root       623 2026-08-28 10:08 ./cargo-target/debug/deps/clap_lex-b0ffff2ebc0cd617.d\n-rw-r--r-- root/root       926 2026-08-28 10:08 ./cargo-target/debug/deps/anstyle_query-a513904800864744.d\n-rw-r--r-- root/root      7580 2026-08-28 10:08 ./cargo-target/debug/deps/memchr-50f95ebf8aa3ed81.d\n-rw-r--r-- root/root     15561 2026-08-28 10:07 ./cargo-target/debug/deps/syn-00944c1069f5fa82.d\n-rw-r--r-- root/root    831903 2026-08-28 10:08 ./cargo-target/debug/deps/libserde-6c6a1007c8b0b81d.rmeta\n-rw-r--r-- root/root     97222 2026-08-28 10:08 ./cargo-target/debug/deps/libunit_prefix-661dc44c7e384825.rlib\n-rw-r--r-- root/root   3871761 2026-08-28 10:08 ./cargo-target/debug/deps/liblibc-51af4c07ef0369c3.rmeta\n-rw-r--r-- root/root     49963 2026-08-28 10:08 ./cargo-target/debug/deps/libunit_prefix-661dc44c7e384825.rmeta\n-rw-r--r-- root/root       600 2026-08-28 10:08 ./cargo-target/debug/deps/zmij-75872c2fcc3f1638.d\n-rw-r--r-- root/root      9560 2026-08-28 10:08 ./cargo-target/debug/deps/libis_terminal_polyfill-cec1cb8ad672ff05.rmeta\n-rw-r--r-- root/root     35383 2026-08-28 10:08 ./cargo-target/debug/deps/libstrsim-350539075733e214.rmeta\n-rw-r--r-- root/root      1892 2026-08-28 10:08 ./cargo-target/debug/deps/console-0dc3733b9fceec3c.d\n-rw-r--r-- root/root       914 2026-08-28 10:08 ./cargo-target/debug/deps/terminal_size-d215978d50643888.d\n-rw-r--r-- root/root   1433146 2026-08-28 10:08 ./cargo-target/debug/deps/libserde_json-72d1003fb119d2db.rmeta\n-rw-r--r-- root/root     20611 2026-08-28 10:07 ./cargo-target/debug/deps/libutf8parse-5c2360a30268ac05.rmeta\n-rw-r--r-- root/root   1140689 2026-08-28 10:07 ./cargo-target/debug/deps/liblinux_raw_sys-b45069db06ed8eb3.rmeta\n-rw-r--r-- root/root      2731 2026-08-28 10:07 ./cargo-target/debug/deps/anstream-bf1aacbe7d54c374.d\n-rw-r--r-- root/root      1227 2026-08-28 10:08 ./cargo-target/debug/deps/once_cell-ca424a7c1403b4cb.d\n-rw-r--r-- root/root      1533 2026-08-28 10:07 ./cargo-target/debug/deps/anstyle_parse-6771b1bf6e984b17.d\n-rwxr-xr-x root/root  10327368 2026-08-28 10:08 ./cargo-target/debug/deps/libserde_derive-6ef9bf0fa671d689.so\n-rw-r--r-- root/root      1236 2026-08-28 10:08 ./cargo-target/debug/deps/clap-f92b0b450e69f601.d\n-rw-r--r-- root/root       291 2026-09-03 13:46 ./cargo-target/debug/deps/filecount-03faf0db0aabb720.d\n-rw-r--r-- root/root       672 2026-08-28 10:08 ./cargo-target/debug/deps/unicode_width-61c784d25cab2c40.d\n-rw-r--r-- root/root       618 2026-08-28 10:08 ./cargo-target/debug/deps/is_terminal_polyfill-cec1cb8ad672ff05.d\n-rw-r--r-- root/root     13755 2026-08-28 10:08 ./cargo-target/debug/deps/libc-51af4c07ef0369c3.d\n-rw-r--r-- root/root         0 2026-09-03 13:46 ./cargo-target/debug/deps/libfilecount-03faf0db0aabb720.rmeta\n-rw-r--r-- root/root    484784 2026-08-28 10:08 ./cargo-target/debug/deps/libbitflags-ca8c5e0086f3c3cf.rlib\n-rw-r--r-- root/root   1249286 2026-08-28 10:07 ./cargo-target/debug/deps/libproc_macro2-17071dc385286db1.rlib\n-rw-r--r-- root/root    240040 2026-08-28 10:08 ./cargo-target/debug/deps/libconsole-0dc3733b9fceec3c.rmeta\n-rw-r--r-- root/root      2545 2026-08-28 10:08 ./cargo-target/debug/deps/console-130ca6e9cf03cd4e.d\n-rw-r--r-- root/root   1187230 2026-08-28 10:08 ./cargo-target/debug/deps/libserde-6c6a1007c8b0b81d.rlib\n-rw-r--r-- root/root    271932 2026-08-28 10:08 ./cargo-target/debug/deps/libzmij-2f285f973c7aee55.rlib\n-rw-r--r-- root/root       910 2026-08-28 10:08 ./cargo-target/debug/deps/clap-c7f13c470629d00c.d\n-rw-r--r-- root/root    269624 2026-08-28 10:07 ./cargo-target/debug/deps/libquote-58c9686b0e89a703.rmeta\n-rw-r--r-- root/root      2295 2026-08-28 10:08 ./cargo-target/debug/deps/serde-6c6a1007c8b0b81d.d\n-rw-r--r-- root/root   1291392 2026-08-28 10:08 ./cargo-target/debug/deps/libmemchr-758d26ba49117321.rmeta\n-rw-r--r-- root/root     12683 2026-08-28 10:08 ./cargo-target/debug/deps/libclap-c7f13c470629d00c.rmeta\n-rw-r--r-- root/root    205588 2026-08-28 10:08 ./cargo-target/debug/deps/libanstyle-717f8d844e892cbf.rmeta\n-rw-r--r-- root/root   5275562 2026-08-28 10:08 ./cargo-target/debug/deps/libserde_core-c315f8adcc0781da.rlib\n-rw-r--r-- root/root      7244 2026-08-28 10:08 ./cargo-target/debug/deps/serde_core-c315f8adcc0781da.d\n-rw-r--r-- root/root   1321055 2026-08-28 10:08 ./cargo-target/debug/deps/liblinux_raw_sys-2e7d774a4e4d5ff6.rmeta\n-rw-r--r-- root/root       165 2026-09-03 13:46 ./cargo-target/debug/deps/filecount-3fabc278663dcb7a.d\n-rw-r--r-- root/root   4774450 2026-08-28 10:08 ./cargo-target/debug/deps/libserde_core-c315f8adcc0781da.rmeta\n-rw-r--r-- root/root   2143860 2026-08-28 10:08 ./cargo-target/debug/deps/libclap_builder-e961d11c75aa25e0.rmeta\n-rw-r--r-- root/root       666 2026-08-28 10:07 ./cargo-target/debug/deps/terminal_size-88321ec22adc71e4.d\n-rw-r--r-- root/root     19677 2026-08-28 10:08 ./cargo-target/debug/deps/libterminal_size-d215978d50643888.rmeta\n-rw-r--r-- root/root     11838 2026-08-28 10:08 ./cargo-target/debug/deps/libis_terminal_polyfill-cec1cb8ad672ff05.rlib\n-rw-r--r-- root/root   2705465 2026-08-28 10:07 ./cargo-target/debug/deps/libsyn-00944c1069f5fa82.rmeta\n-rw-r--r-- root/root     55647 2026-08-28 10:08 ./cargo-target/debug/deps/libclap_lex-b0ffff2ebc0cd617.rmeta\n-rw-r--r-- root/root   2212284 2026-08-28 10:08 ./cargo-target/debug/deps/libconsole-130ca6e9cf03cd4e.rlib\n-rw-r--r-- root/root     46816 2026-08-28 10:08 ./cargo-target/debug/deps/libzmij-75872c2fcc3f1638.rmeta\n-rw-r--r-- root/root      8193 2026-08-28 10:08 ./cargo-target/debug/deps/serde_derive-6ef9bf0fa671d689.d\n-rw-r--r-- root/root    478406 2026-08-28 10:08 ./cargo-target/debug/deps/libclap_lex-a37efa45f4c66e07.rlib\n-rw-r--r-- root/root    947584 2026-08-28 10:08 ./cargo-target/debug/deps/libserde_json-a3ee79e5afaaf4fe.rmeta\n-rw-r--r-- root/root     98880 2026-08-28 10:08 ./cargo-target/debug/deps/libterminal_size-d215978d50643888.rlib\n-rw-r--r-- root/root     65552 2026-08-28 10:08 ./cargo-target/debug/deps/libclap_lex-a37efa45f4c66e07.rmeta\n-rw-r--r-- root/root   1189138 2026-08-28 10:07 ./cargo-target/debug/deps/librustix-83d6e17a6e84a398.rmeta\n-rw-r--r-- root/root      6798 2026-08-28 10:08 ./cargo-target/debug/deps/portable_atomic-1d49fff76bae0776.d\n-rw-r--r-- root/root      4406 2026-08-28 10:08 ./cargo-target/debug/deps/serde_json-a3ee79e5afaaf4fe.d\n-rw-r--r-- root/root     56214 2026-08-28 10:07 ./cargo-target/debug/deps/libunicode_ident-4867c6df2646e718.rlib\n-rw-r--r-- root/root       394 2026-08-28 10:07 ./cargo-target/debug/deps/colorchoice-3d676ec3ba8687db.d\n-rw-r--r-- root/root      4880 2026-08-28 10:08 ./cargo-target/debug/deps/clap_derive-4d19da3e6e3666b8.d\n-rw-r--r-- root/root       823 2026-08-28 10:08 ./cargo-target/debug/deps/zmij-2f285f973c7aee55.d\n-rw-r--r-- root/root    157919 2026-08-28 10:07 ./cargo-target/debug/deps/libbitflags-ef9541d159acadf6.rmeta\n-rw-r--r-- root/root     37507 2026-08-28 10:08 ./cargo-target/debug/deps/libunit_prefix-d2850f1a5392769e.rmeta\n-rw-r--r-- root/root   1400697 2026-08-28 10:08 ./cargo-target/debug/deps/libportable_atomic-1d49fff76bae0776.rmeta\n-rw-r--r-- root/root     78176 2026-08-28 10:08 ./cargo-target/debug/deps/libheck-9e7d86b5b43a0416.rmeta\n-rw-r--r-- root/root       930 2026-08-28 10:07 ./cargo-target/debug/deps/unicode_ident-4867c6df2646e718.d\n-rw-r--r-- root/root     35022 2026-08-28 10:08 ./cargo-target/debug/deps/libutf8parse-cb3c3b5db9af1162.rlib\n-rw-r--r-- root/root      2470 2026-08-28 10:08 ./cargo-target/debug/deps/linux_raw_sys-2e7d774a4e4d5ff6.d\n-rw-r--r-- root/root   1364240 2026-08-28 10:08 ./cargo-target/debug/deps/libstrsim-3f1ca007c91986d3.rlib\n-rw-r--r-- root/root      1633 2026-08-28 10:07 ./cargo-target/debug/deps/anstyle-e78a0849de95a740.d\n-rw-r--r-- root/root       874 2026-08-28 10:08 ./cargo-target/debug/deps/utf8parse-cb3c3b5db9af1162.d\n-rw-r--r-- root/root   1642841 2026-08-28 10:08 ./cargo-target/debug/deps/libclap_builder-3dc3f4f4110a1b3c.rmeta\n-rw-r--r-- root/root   3430974 2026-08-28 10:07 ./cargo-target/debug/deps/liblibc-e4e309fd9792fa72.rmeta\n-rw-r--r-- root/root      5440 2026-08-28 10:07 ./cargo-target/debug/deps/serde_core-7369bbef0ddde4fa.d\n-rw-r--r-- root/root    516358 2026-08-28 10:08 ./cargo-target/debug/deps/libserde-1f84ea849cb28baa.rmeta\n-rw-r--r-- root/root      1834 2026-08-28 10:07 ./cargo-target/debug/deps/linux_raw_sys-b45069db06ed8eb3.d\n-rw-r--r-- root/root      2069 2026-08-28 10:08 ./cargo-target/debug/deps/anstyle_parse-de7ba1ab5f110919.d\n-rw-r--r-- root/root      5895 2026-08-28 10:08 ./cargo-target/debug/deps/serde_json-72d1003fb119d2db.d\n-rw-r--r-- root/root     10122 2026-08-28 10:08 ./cargo-target/debug/deps/memchr-758d26ba49117321.d\n-rw-r--r-- root/root   9243914 2026-08-28 10:08 ./cargo-target/debug/deps/libsyn-00944c1069f5fa82.rlib\n-rw-r--r-- root/root      3142 2026-08-28 10:08 ./cargo-target/debug/deps/heck-9e7d86b5b43a0416.d\n-rw-r--r-- root/root       855 2026-08-28 10:08 ./cargo-target/debug/deps/clap_lex-a37efa45f4c66e07.d\n-rw-r--r-- root/root     30148 2026-08-28 10:08 ./cargo-target/debug/deps/libutf8parse-cb3c3b5db9af1162.rmeta\n-rw-r--r-- root/root    338742 2026-08-28 10:07 ./cargo-target/debug/deps/libproc_macro2-17071dc385286db1.rmeta\n-rw-r--r-- root/root    395578 2026-08-28 10:08 ./cargo-target/debug/deps/libindicatif-e8e827ff1c149eee.rmeta\n-rw-r--r-- root/root         0 2026-09-03 13:46 ./cargo-target/debug/deps/libfilecount-baedafc9954bfcb8.rmeta\n-rw-r--r-- root/root   1169936 2026-08-28 10:08 ./cargo-target/debug/deps/libwalkdir-5340530dcf8bedaf.rlib\n-rw-r--r-- root/root     33225 2026-08-28 10:08 ./cargo-target/debug/deps/libsame_file-4e4796d0efd5db1b.rmeta\n-rw-r--r-- root/root         0 2026-08-28 10:07 ./cargo-target/debug/.cargo-lock\nhrwxr-xr-x root/root         0 2026-09-03 13:46 ./cargo-target/debug/filecount link to ./cargo-target/debug/deps/filecount-540e5c648d65f765\ndrwxr-xr-x root/root         0 2026-08-28 10:07 ./cargo-target/debug/examples/\n-rw-r--r-- root/root       177 2026-08-28 10:07 ./cargo-target/CACHEDIR.TAG\n-rw-r--r-- root/root      1264 2026-09-03 13:46 ./cargo-target/.rustc_info.json\ndrwxr-xr-x root/root         0 2026-09-03 13:46 ./cargo-target/release/\n-rw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/release/.cargo-artifact-lock\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-6ab7b92ec066407a/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-6ab7b92ec066407a/run-build-script-build-script-build\n-rw-r--r-- root/root       326 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-6ab7b92ec066407a/run-build-script-build-script-build.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/dep-build-script-build-script-build\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/invoked.timestamp\n-rw-r--r-- root/root       378 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/build-script-build-script-build.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/build-script-build-script-build\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/dep-lib-terminal_size\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/invoked.timestamp\n-rw-r--r-- root/root       419 2026-08-28 10:08 ./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/lib-terminal_size.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/lib-terminal_size\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/dep-build-script-build-script-build\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/invoked.timestamp\n-rw-r--r-- root/root       539 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/build-script-build-script-build.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/build-script-build-script-build\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/\n-rw-r--r-- root/root       694 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/lib-clap_derive.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/lib-clap_derive\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/invoked.timestamp\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/dep-lib-clap_derive\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/\n-rw-r--r-- root/root       574 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/lib-proc_macro2.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/lib-proc_macro2\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/invoked.timestamp\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/dep-lib-proc_macro2\ndrwxr-xr-x root/root         0 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/\n-rw-r--r-- root/root       997 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/lib-clap_builder.json\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/dep-lib-clap_builder\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/invoked.timestamp\n-rw-r--r-- root/root        16 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/lib-clap_builder\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-b55fa271062ab0ce/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-b55fa271062ab0ce/run-build-script-build-script-build\n-rw-r--r-- root/root       325 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-b55fa271062ab0ce/run-build-script-build-script-build.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/lib-once_cell\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/dep-lib-once_cell\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/invoked.timestamp\n-rw-r--r-- root/root       531 2026-08-28 10:08 ./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/lib-once_cell.json\ndrwxr-xr-x root/root         0 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde-3629bc852049c1da/\n-rw-r--r-- root/root        71 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde-3629bc852049c1da/dep-lib-serde\n-rw-r--r-- root/root        48 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde-3629bc852049c1da/invoked.timestamp\n-rw-r--r-- root/root        16 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde-3629bc852049c1da/lib-serde\n-rw-r--r-- root/root       673 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde-3629bc852049c1da/lib-serde.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/\n-rw-r--r-- root/root       509 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/lib-serde_core.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/lib-serde_core\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/invoked.timestamp\n-rw-r--r-- root/root        76 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/dep-lib-serde_core\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/dep-lib-syn\n-rw-r--r-- root/root       771 2026-08-28 10:08 ./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/lib-syn.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/lib-syn\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/dep-build-script-build-script-build\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/invoked.timestamp\n-rw-r--r-- root/root       886 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/build-script-build-script-build.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/build-script-build-script-build\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/\n-rw-r--r-- root/root       455 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/lib-unicode_width.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/lib-unicode_width\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/invoked.timestamp\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/dep-lib-unicode_width\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-ce199174567cb54e/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-ce199174567cb54e/run-build-script-build-script-build\n-rw-r--r-- root/root       333 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_json-ce199174567cb54e/run-build-script-build-script-build.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/dep-lib-utf8parse\n-rw-r--r-- root/root       388 2026-08-28 10:08 ./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/lib-utf8parse.json\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/invoked.timestamp\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/lib-utf8parse\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/lib-quote\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/invoked.timestamp\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/dep-lib-quote\n-rw-r--r-- root/root       530 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/lib-quote.json\ndrwxr-xr-x root/root         0 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/\n-rw-r--r-- root/root        16 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/lib-clap\n-rw-r--r-- root/root       896 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/lib-clap.json\n-rw-r--r-- root/root        48 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/invoked.timestamp\n-rw-r--r-- root/root        14 2026-08-28 10:09 ./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/dep-lib-clap\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/\n-rw-r--r-- root/root       362 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/lib-anstyle_query.json\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/invoked.timestamp\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/dep-lib-anstyle_query\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/lib-anstyle_query\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/dep-build-script-build-script-build\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/invoked.timestamp\n-rw-r--r-- root/root       460 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/build-script-build-script-build.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/build-script-build-script-build\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/\n-rw-r--r-- root/root       350 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/lib-clap_lex.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/lib-clap_lex\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/invoked.timestamp\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/dep-lib-clap_lex\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/dep-lib-colorchoice\n-rw-r--r-- root/root       357 2026-08-28 10:08 ./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/lib-colorchoice.json\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/invoked.timestamp\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/lib-colorchoice\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/lib-anstyle\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/invoked.timestamp\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/dep-lib-anstyle\n-rw-r--r-- root/root       388 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/lib-anstyle.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/\n-rw-r--r-- root/root       473 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/lib-anstyle_parse.json\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/invoked.timestamp\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/lib-anstyle_parse\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/dep-lib-anstyle_parse\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/\n-rw-r--r-- root/root       343 2026-08-28 10:08 ./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/lib-heck.json\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/dep-lib-heck\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/lib-heck\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/\n-rw-r--r-- root/root        14 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/dep-lib-serde_json\n-rw-r--r-- root/root        16 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/lib-serde_json\n-rw-r--r-- root/root        48 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/invoked.timestamp\n-rw-r--r-- root/root       819 2026-08-28 10:09 ./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/lib-serde_json.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/\n-rw-r--r-- root/root       352 2026-08-28 10:08 ./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/lib-same_file.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/lib-same_file\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/dep-lib-same_file\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/dep-lib-bitflags\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/invoked.timestamp\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/lib-bitflags\n-rw-r--r-- root/root       442 2026-08-28 10:08 ./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/lib-bitflags.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/lib-linux_raw_sys\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/invoked.timestamp\n-rw-r--r-- root/root       764 2026-08-28 10:08 ./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/lib-linux_raw_sys.json\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/dep-lib-linux_raw_sys\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-453ccb314de1ceca/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-453ccb314de1ceca/run-build-script-build-script-build\n-rw-r--r-- root/root       332 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-453ccb314de1ceca/run-build-script-build-script-build.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/lib-unit_prefix\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/dep-lib-unit_prefix\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/invoked.timestamp\n-rw-r--r-- root/root       397 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/lib-unit_prefix.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/dep-lib-memchr\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/lib-memchr\n-rw-r--r-- root/root       465 2026-08-28 10:08 ./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/lib-memchr.json\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/\n-rw-r--r-- root/root       810 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/lib-anstream.json\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/dep-lib-anstream\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/lib-anstream\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-389560db9e61ef57/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-389560db9e61ef57/dep-build-script-build-script-build\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-389560db9e61ef57/invoked.timestamp\n-rw-r--r-- root/root       521 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-389560db9e61ef57/build-script-build-script-build.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-389560db9e61ef57/build-script-build-script-build\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/console-d431110703700aca/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/console-d431110703700aca/dep-lib-console\n-rw-r--r-- root/root       680 2026-08-28 10:08 ./cargo-target/release/.fingerprint/console-d431110703700aca/lib-console.json\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/console-d431110703700aca/invoked.timestamp\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/console-d431110703700aca/lib-console\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-0d9da4dfacec7eff/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-0d9da4dfacec7eff/run-build-script-build-script-build\n-rw-r--r-- root/root       369 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-0d9da4dfacec7eff/run-build-script-build-script-build.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/lib-zmij\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/invoked.timestamp\n-rw-r--r-- root/root       424 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/lib-zmij.json\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/dep-lib-zmij\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/dep-build-script-build-script-build\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/invoked.timestamp\n-rw-r--r-- root/root       422 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/build-script-build-script-build.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/build-script-build-script-build\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/dep-lib-strsim\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/invoked.timestamp\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/lib-strsim\n-rw-r--r-- root/root       347 2026-08-28 10:08 ./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/lib-strsim.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/dep-build-script-build-script-build\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/invoked.timestamp\n-rw-r--r-- root/root       498 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/build-script-build-script-build.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/build-script-build-script-build\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/dep-build-script-build-script-build\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/invoked.timestamp\n-rw-r--r-- root/root       603 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/build-script-build-script-build.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/build-script-build-script-build\ndrwxr-xr-x root/root         0 2026-08-28 10:09 ./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/\n-rw-r--r-- root/root        48 2026-08-28 10:09 ./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/invoked.timestamp\n-rw-r--r-- root/root       408 2026-08-28 10:09 ./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/lib-walkdir.json\n-rw-r--r-- root/root        16 2026-08-28 10:09 ./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/lib-walkdir\n-rw-r--r-- root/root        14 2026-08-28 10:09 ./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/dep-lib-walkdir\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-31b138c731e29f26/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-31b138c731e29f26/run-build-script-build-script-build\n-rw-r--r-- root/root       488 2026-08-28 10:08 ./cargo-target/release/.fingerprint/proc-macro2-31b138c731e29f26/run-build-script-build-script-build.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-391a88266db9a2d2/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-391a88266db9a2d2/run-build-script-build-script-build\n-rw-r--r-- root/root       717 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-391a88266db9a2d2/run-build-script-build-script-build.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/dep-build-script-build-script-build\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/invoked.timestamp\n-rw-r--r-- root/root       456 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/build-script-build-script-build.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/build-script-build-script-build\ndrwxr-xr-x root/root         0 2026-08-28 10:09 ./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/invoked.timestamp\n-rw-r--r-- root/root       775 2026-08-28 10:09 ./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/lib-indicatif.json\n-rw-r--r-- root/root        16 2026-08-28 10:09 ./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/lib-indicatif\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/dep-lib-indicatif\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/dep-lib-unicode_ident\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/lib-unicode_ident\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/invoked.timestamp\n-rw-r--r-- root/root       361 2026-08-28 10:08 ./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/lib-unicode_ident.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/lib-serde_derive\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/dep-lib-serde_derive\n-rw-r--r-- root/root       579 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/lib-serde_derive.json\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-539e715fb9177003/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-539e715fb9177003/run-build-script-build-script-build\n-rw-r--r-- root/root       677 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-539e715fb9177003/run-build-script-build-script-build.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/dep-lib-portable_atomic\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/invoked.timestamp\n-rw-r--r-- root/root       659 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/lib-portable_atomic.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/lib-portable_atomic\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-86fab83030af3d1d/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-86fab83030af3d1d/run-build-script-build-script-build\n-rw-r--r-- root/root       327 2026-08-28 10:08 ./cargo-target/release/.fingerprint/serde-86fab83030af3d1d/run-build-script-build-script-build.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/lib-itoa\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/dep-lib-itoa\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/invoked.timestamp\n-rw-r--r-- root/root       356 2026-08-28 10:08 ./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/lib-itoa.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/dep-lib-is_terminal_polyfill\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/invoked.timestamp\n-rw-r--r-- root/root       398 2026-08-28 10:08 ./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/lib-is_terminal_polyfill.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/lib-is_terminal_polyfill\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/lib-libc\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/invoked.timestamp\n-rw-r--r-- root/root       565 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/lib-libc.json\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/dep-lib-libc\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/\n-rw-r--r-- root/root        14 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/dep-lib-rustix\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/invoked.timestamp\n-rw-r--r-- root/root      1063 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/lib-rustix.json\n-rw-r--r-- root/root        16 2026-08-28 10:08 ./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/lib-rustix\ndrwxr-xr-x root/root         0 2026-08-28 10:09 ./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/\n-rw-r--r-- root/root        31 2026-09-03 13:46 ./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/dep-bin-filecount\n-rw-r--r-- root/root        16 2026-09-03 13:46 ./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/bin-filecount\n-rw-r--r-- root/root        48 2026-09-03 13:46 ./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/invoked.timestamp\n-rw-r--r-- root/root       649 2026-09-03 13:46 ./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/bin-filecount.json\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/quote-6ab7b92ec066407a/\n-rw-r--r-- root/root        63 2026-08-28 10:08 ./cargo-target/release/build/quote-6ab7b92ec066407a/root-output\n-rw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/release/build/quote-6ab7b92ec066407a/stderr\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/build/quote-6ab7b92ec066407a/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/quote-6ab7b92ec066407a/out/\n-rw-r--r-- root/root        83 2026-08-28 10:08 ./cargo-target/release/build/quote-6ab7b92ec066407a/output\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/\n-rwxr-xr-x root/root    562696 2026-08-28 10:08 ./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/build-script-build\nhrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/build_script_build-3a9b45dfdb1c3cfb link to ./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/build-script-build\n-rw-r--r-- root/root       422 2026-08-28 10:08 ./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/build_script_build-3a9b45dfdb1c3cfb.d\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/serde_json-5b8acb2e93af171c/\n-rwxr-xr-x root/root    463600 2026-08-28 10:08 ./cargo-target/release/build/serde_json-5b8acb2e93af171c/build_script_build-5b8acb2e93af171c\nhrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/serde_json-5b8acb2e93af171c/build-script-build link to ./cargo-target/release/build/serde_json-5b8acb2e93af171c/build_script_build-5b8acb2e93af171c\n-rw-r--r-- root/root       458 2026-08-28 10:08 ./cargo-target/release/build/serde_json-5b8acb2e93af171c/build_script_build-5b8acb2e93af171c.d\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/zmij-b55fa271062ab0ce/\n-rw-r--r-- root/root        62 2026-08-28 10:08 ./cargo-target/release/build/zmij-b55fa271062ab0ce/root-output\n-rw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/release/build/zmij-b55fa271062ab0ce/stderr\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/build/zmij-b55fa271062ab0ce/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/zmij-b55fa271062ab0ce/out/\n-rw-r--r-- root/root       126 2026-08-28 10:08 ./cargo-target/release/build/zmij-b55fa271062ab0ce/output\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/rustix-5de9323b30dd8142/\n-rwxr-xr-x root/root    618048 2026-08-28 10:08 ./cargo-target/release/build/rustix-5de9323b30dd8142/build_script_build-5de9323b30dd8142\n-rw-r--r-- root/root       432 2026-08-28 10:08 ./cargo-target/release/build/rustix-5de9323b30dd8142/build_script_build-5de9323b30dd8142.d\nhrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/rustix-5de9323b30dd8142/build-script-build link to ./cargo-target/release/build/rustix-5de9323b30dd8142/build_script_build-5de9323b30dd8142\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/serde_json-ce199174567cb54e/\n-rw-r--r-- root/root        68 2026-08-28 10:08 ./cargo-target/release/build/serde_json-ce199174567cb54e/root-output\n-rw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/release/build/serde_json-ce199174567cb54e/stderr\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/build/serde_json-ce199174567cb54e/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/serde_json-ce199174567cb54e/out/\n-rw-r--r-- root/root       132 2026-08-28 10:08 ./cargo-target/release/build/serde_json-ce199174567cb54e/output\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/\n-rw-r--r-- root/root       463 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/build_script_build-78009b6b2755a3d8.d\n-rwxr-xr-x root/root    617408 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/build-script-build\nhrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/build_script_build-78009b6b2755a3d8 link to ./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/build-script-build\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/serde_core-453ccb314de1ceca/\n-rw-r--r-- root/root        68 2026-08-28 10:08 ./cargo-target/release/build/serde_core-453ccb314de1ceca/root-output\n-rw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/release/build/serde_core-453ccb314de1ceca/stderr\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/build/serde_core-453ccb314de1ceca/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/serde_core-453ccb314de1ceca/out/\n-rw-r--r-- root/root        90 2026-08-28 10:08 ./cargo-target/release/build/serde_core-453ccb314de1ceca/out/private.rs\n-rw-r--r-- root/root       484 2026-08-28 10:08 ./cargo-target/release/build/serde_core-453ccb314de1ceca/output\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/libc-389560db9e61ef57/\n-rw-r--r-- root/root       428 2026-08-28 10:08 ./cargo-target/release/build/libc-389560db9e61ef57/build_script_build-389560db9e61ef57.d\n-rwxr-xr-x root/root    631584 2026-08-28 10:08 ./cargo-target/release/build/libc-389560db9e61ef57/build-script-build\nhrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/libc-389560db9e61ef57/build_script_build-389560db9e61ef57 link to ./cargo-target/release/build/libc-389560db9e61ef57/build-script-build\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/\n-rw-r--r-- root/root        73 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/root-output\n-rw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/stderr\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/out/\n-rw-r--r-- root/root      1783 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/output\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/quote-aff4c397d0dabeaa/\n-rw-r--r-- root/root       430 2026-08-28 10:08 ./cargo-target/release/build/quote-aff4c397d0dabeaa/build_script_build-aff4c397d0dabeaa.d\n-rwxr-xr-x root/root    558584 2026-08-28 10:08 ./cargo-target/release/build/quote-aff4c397d0dabeaa/build-script-build\nhrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/quote-aff4c397d0dabeaa/build_script_build-aff4c397d0dabeaa link to ./cargo-target/release/build/quote-aff4c397d0dabeaa/build-script-build\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/serde-b3a6a5f6be6dd29d/\n-rwxr-xr-x root/root    585872 2026-08-28 10:08 ./cargo-target/release/build/serde-b3a6a5f6be6dd29d/build-script-build\nhrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/serde-b3a6a5f6be6dd29d/build_script_build-b3a6a5f6be6dd29d link to ./cargo-target/release/build/serde-b3a6a5f6be6dd29d/build-script-build\n-rw-r--r-- root/root       433 2026-08-28 10:08 ./cargo-target/release/build/serde-b3a6a5f6be6dd29d/build_script_build-b3a6a5f6be6dd29d.d\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-e222423cff2cd533/\n-rwxr-xr-x root/root    690024 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-e222423cff2cd533/build-script-build\nhrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-e222423cff2cd533/build_script_build-e222423cff2cd533 link to ./cargo-target/release/build/portable-atomic-e222423cff2cd533/build-script-build\n-rw-r--r-- root/root      1076 2026-08-28 10:08 ./cargo-target/release/build/portable-atomic-e222423cff2cd533/build_script_build-e222423cff2cd533.d\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-31b138c731e29f26/\n-rw-r--r-- root/root        69 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-31b138c731e29f26/root-output\n-rw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-31b138c731e29f26/stderr\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-31b138c731e29f26/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-31b138c731e29f26/out/\n-rw-r--r-- root/root      1061 2026-08-28 10:08 ./cargo-target/release/build/proc-macro2-31b138c731e29f26/output\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/libc-391a88266db9a2d2/\n-rw-r--r-- root/root        62 2026-08-28 10:08 ./cargo-target/release/build/libc-391a88266db9a2d2/root-output\n-rw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/release/build/libc-391a88266db9a2d2/stderr\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/build/libc-391a88266db9a2d2/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/libc-391a88266db9a2d2/out/\n-rw-r--r-- root/root      1249 2026-08-28 10:08 ./cargo-target/release/build/libc-391a88266db9a2d2/output\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/serde_core-239394e4c069d446/\n-rw-r--r-- root/root       458 2026-08-28 10:08 ./cargo-target/release/build/serde_core-239394e4c069d446/build_script_build-239394e4c069d446.d\n-rwxr-xr-x root/root    588680 2026-08-28 10:08 ./cargo-target/release/build/serde_core-239394e4c069d446/build_script_build-239394e4c069d446\nhrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/serde_core-239394e4c069d446/build-script-build link to ./cargo-target/release/build/serde_core-239394e4c069d446/build_script_build-239394e4c069d446\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/rustix-539e715fb9177003/\n-rw-r--r-- root/root        64 2026-08-28 10:08 ./cargo-target/release/build/rustix-539e715fb9177003/root-output\n-rw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/release/build/rustix-539e715fb9177003/stderr\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/build/rustix-539e715fb9177003/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/rustix-539e715fb9177003/out/\n-rw-r--r-- root/root      2157 2026-08-28 10:08 ./cargo-target/release/build/rustix-539e715fb9177003/out/rustix_test_can_compile\n-rw-r--r-- root/root       525 2026-08-28 10:08 ./cargo-target/release/build/rustix-539e715fb9177003/output\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/serde-86fab83030af3d1d/\n-rw-r--r-- root/root        63 2026-08-28 10:08 ./cargo-target/release/build/serde-86fab83030af3d1d/root-output\n-rw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/release/build/serde-86fab83030af3d1d/stderr\n-rw-r--r-- root/root        48 2026-08-28 10:08 ./cargo-target/release/build/serde-86fab83030af3d1d/invoked.timestamp\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/build/serde-86fab83030af3d1d/out/\n-rw-r--r-- root/root       142 2026-08-28 10:08 ./cargo-target/release/build/serde-86fab83030af3d1d/out/private.rs\n-rw-r--r-- root/root       582 2026-08-28 10:08 ./cargo-target/release/build/serde-86fab83030af3d1d/output\n-rw-r--r-- root/root        62 2026-08-28 10:09 ./cargo-target/release/filecount.d\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/incremental/\n-rw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/release/.cargo-build-lock\ndrwxr-xr-x root/root         0 2026-09-03 13:46 ./cargo-target/release/deps/\n-rw-r--r-- root/root    868971 2026-08-28 10:08 ./cargo-target/release/deps/libunicode_width-ea74a36a53b64452.rmeta\n-rw-r--r-- root/root      4319 2026-08-28 10:08 ./cargo-target/release/deps/proc_macro2-b9963ff11ae7668b.d\n-rw-r--r-- root/root    970014 2026-08-28 10:09 ./cargo-target/release/deps/libserde-3629bc852049c1da.rmeta\n-rw-r--r-- root/root     74453 2026-08-28 10:08 ./cargo-target/release/deps/libstrsim-d9554b4734921b7c.rmeta\n-rw-r--r-- root/root    267473 2026-08-28 10:08 ./cargo-target/release/deps/libanstream-4ef7222b69d1da74.rmeta\n-rw-r--r-- root/root      2206 2026-08-28 10:08 ./cargo-target/release/deps/anstyle-b25e69b984bcaa4a.d\n-rw-r--r-- root/root   3961545 2026-08-28 10:08 ./cargo-target/release/deps/liblibc-d08669cc7cb3b24b.rmeta\n-rw-r--r-- root/root      2594 2026-08-28 10:08 ./cargo-target/release/deps/bitflags-84a8a53f920e85fb.d\n-rw-r--r-- root/root   3973538 2026-08-28 10:08 ./cargo-target/release/deps/liblibc-d08669cc7cb3b24b.rlib\n-rw-r--r-- root/root       920 2026-08-28 10:08 ./cargo-target/release/deps/terminal_size-a7f45f19706590f2.d\n-rw-r--r-- root/root    244792 2026-08-28 10:08 ./cargo-target/release/deps/libonce_cell-26d30c93d8c7a2ae.rlib\n-rw-r--r-- root/root    290920 2026-08-28 10:08 ./cargo-target/release/deps/libheck-313a2ad31909d0ad.rlib\n-rw-r--r-- root/root      4884 2026-08-28 10:08 ./cargo-target/release/deps/clap_derive-8a179cbf9e32af15.d\n-rw-r--r-- root/root     34065 2026-08-28 10:08 ./cargo-target/release/deps/libunicode_ident-dbdd73b4c82907f6.rmeta\n-rw-r--r-- root/root   1603272 2026-08-28 10:08 ./cargo-target/release/deps/libportable_atomic-df4d6b6423a57b4c.rlib\n-rw-r--r-- root/root       845 2026-08-28 10:08 ./cargo-target/release/deps/itoa-5a7ece7454b24b24.d\n-rw-r--r-- root/root    117774 2026-08-28 10:09 ./cargo-target/release/deps/libwalkdir-7905677f597ec379.rmeta\n-rw-r--r-- root/root     29602 2026-08-28 10:08 ./cargo-target/release/deps/libutf8parse-e5c779f350c6b992.rmeta\n-rw-r--r-- root/root    878122 2026-08-28 10:08 ./cargo-target/release/deps/libconsole-d431110703700aca.rlib\n-rw-r--r-- root/root   1448044 2026-08-28 10:08 ./cargo-target/release/deps/libmemchr-0f3fa92d3d0fbb17.rlib\n-rw-r--r-- root/root     13761 2026-08-28 10:08 ./cargo-target/release/deps/libc-d08669cc7cb3b24b.d\n-rw-r--r-- root/root      2551 2026-08-28 10:08 ./cargo-target/release/deps/console-d431110703700aca.d\n-rw-r--r-- root/root       624 2026-08-28 10:08 ./cargo-target/release/deps/is_terminal_polyfill-d28475b24725bf33.d\n-rw-r--r-- root/root     16812 2026-08-28 10:08 ./cargo-target/release/deps/libcolorchoice-9cc885dc20138687.rlib\n-rw-r--r-- root/root     31840 2026-08-28 10:08 ./cargo-target/release/deps/libutf8parse-e5c779f350c6b992.rlib\n-rw-r--r-- root/root   1715537 2026-08-28 10:09 ./cargo-target/release/deps/libserde_json-2f74d718813f54f5.rmeta\n-rw-r--r-- root/root     13341 2026-08-28 10:08 ./cargo-target/release/deps/rustix-67750beee1ec3fd7.d\n-rw-r--r-- root/root      2533 2026-08-28 10:08 ./cargo-target/release/deps/quote-ddea29ab556978ac.d\n-rw-r--r-- root/root     21862 2026-08-28 10:08 ./cargo-target/release/deps/clap_builder-6a73b8b54ebec844.d\n-rw-r--r-- root/root     81197 2026-08-28 10:08 ./cargo-target/release/deps/libclap_lex-20384d8ec24dace5.rmeta\n-rw-r--r-- root/root     10128 2026-08-28 10:08 ./cargo-target/release/deps/memchr-0f3fa92d3d0fbb17.d\n-rw-r--r-- root/root       861 2026-08-28 10:08 ./cargo-target/release/deps/clap_lex-20384d8ec24dace5.d\n-rw-r--r-- root/root     86722 2026-08-28 10:08 ./cargo-target/release/deps/libitoa-5a7ece7454b24b24.rlib\n-rw-r--r-- root/root   2702873 2026-08-28 10:08 ./cargo-target/release/deps/libsyn-b5617815f0a02c50.rmeta\n-rw-r--r-- root/root    996188 2026-08-28 10:09 ./cargo-target/release/deps/libserde-3629bc852049c1da.rlib\n-rw-r--r-- root/root    226892 2026-08-28 10:08 ./cargo-target/release/deps/libanstyle-b25e69b984bcaa4a.rmeta\n-rw-r--r-- root/root       557 2026-08-28 10:08 ./cargo-target/release/deps/colorchoice-9cc885dc20138687.d\n-rw-r--r-- root/root      7260 2026-08-28 10:08 ./cargo-target/release/deps/serde_core-394e72e429afbbef.d\n-rw-r--r-- root/root     19674 2026-08-28 10:08 ./cargo-target/release/deps/libanstyle_query-c3902ac7e5a9ff9c.rmeta\n-rw-r--r-- root/root     78342 2026-08-28 10:08 ./cargo-target/release/deps/libitoa-5a7ece7454b24b24.rmeta\n-rw-r--r-- root/root     69432 2026-08-28 10:08 ./cargo-target/release/deps/libzmij-4ee6bdb28bb72843.rlib\n-rw-r--r-- root/root   2040682 2026-08-28 10:09 ./cargo-target/release/deps/libserde_json-2f74d718813f54f5.rlib\n-rw-r--r-- root/root      8197 2026-08-28 10:08 ./cargo-target/release/deps/serde_derive-a4d68b660f21d9a1.d\n-rw-r--r-- root/root    505144 2026-08-28 10:08 ./cargo-target/release/deps/libquote-ddea29ab556978ac.rlib\n-rw-r--r-- root/root      2075 2026-08-28 10:08 ./cargo-target/release/deps/anstyle_parse-85e9f4b5cb1cf89e.d\n-rw-r--r-- root/root       169 2026-09-03 13:46 ./cargo-target/release/deps/filecount-ac2daad50651c2d5.d\n-rw-r--r-- root/root    338730 2026-08-28 10:08 ./cargo-target/release/deps/libproc_macro2-b9963ff11ae7668b.rmeta\n-rw-r--r-- root/root    269624 2026-08-28 10:08 ./cargo-target/release/deps/libquote-ddea29ab556978ac.rmeta\n-rw-r--r-- root/root    111092 2026-08-28 10:08 ./cargo-target/release/deps/libclap_lex-20384d8ec24dace5.rlib\n-rw-r--r-- root/root       876 2026-08-28 10:08 ./cargo-target/release/deps/same_file-3ba7bddfadca5e94.d\n-rw-r--r-- root/root   1363538 2026-08-28 10:08 ./cargo-target/release/deps/liblinux_raw_sys-0d2d901aa4573cc3.rmeta\n-rw-r--r-- root/root   9004686 2026-08-28 10:08 ./cargo-target/release/deps/libsyn-b5617815f0a02c50.rlib\n-rw-r--r-- root/root   5470778 2026-08-28 10:08 ./cargo-target/release/deps/libserde_core-394e72e429afbbef.rlib\n-rw-r--r-- root/root     65546 2026-08-28 10:08 ./cargo-target/release/deps/libunit_prefix-90ac74a1db971ce4.rmeta\n-rw-r--r-- root/root      3148 2026-08-28 10:08 ./cargo-target/release/deps/heck-313a2ad31909d0ad.d\n-rw-r--r-- root/root       902 2026-08-28 10:08 ./cargo-target/release/deps/unit_prefix-90ac74a1db971ce4.d\n-rw-r--r-- root/root      2311 2026-08-28 10:09 ./cargo-target/release/deps/serde-3629bc852049c1da.d\n-rw-r--r-- root/root    307178 2026-08-28 10:08 ./cargo-target/release/deps/libanstream-4ef7222b69d1da74.rlib\n-rw-r--r-- root/root     52102 2026-08-28 10:08 ./cargo-target/release/deps/libunicode_ident-dbdd73b4c82907f6.rlib\n-rw-r--r-- root/root       526 2026-08-28 10:08 ./cargo-target/release/deps/strsim-d9554b4734921b7c.d\n-rw-r--r-- root/root   1557242 2026-08-28 10:08 ./cargo-target/release/deps/libportable_atomic-df4d6b6423a57b4c.rmeta\n-rw-r--r-- root/root   1168146 2026-08-28 10:08 ./cargo-target/release/deps/libproc_macro2-b9963ff11ae7668b.rlib\n-rw-r--r-- root/root   1746775 2026-08-28 10:08 ./cargo-target/release/deps/librustix-67750beee1ec3fd7.rmeta\n-rw-r--r-- root/root     13469 2026-08-28 10:08 ./cargo-target/release/deps/libcolorchoice-9cc885dc20138687.rmeta\n-rw-r--r-- root/root    990772 2026-08-28 10:09 ./cargo-target/release/deps/libindicatif-42c43ffa084f5166.rlib\n-rw-r--r-- root/root      6804 2026-08-28 10:08 ./cargo-target/release/deps/portable_atomic-df4d6b6423a57b4c.d\n-rw-r--r-- root/root    687506 2026-08-28 10:08 ./cargo-target/release/deps/libconsole-d431110703700aca.rmeta\n-rw-r--r-- root/root   5391191 2026-08-28 10:08 ./cargo-target/release/deps/libserde_core-394e72e429afbbef.rmeta\n-rw-r--r-- root/root    183011 2026-08-28 10:08 ./cargo-target/release/deps/libanstyle_parse-85e9f4b5cb1cf89e.rmeta\n-rw-r--r-- root/root       829 2026-08-28 10:08 ./cargo-target/release/deps/zmij-4ee6bdb28bb72843.d\n-rw-r--r-- root/root      5901 2026-08-28 10:09 ./cargo-target/release/deps/serde_json-2f74d718813f54f5.d\n-rw-r--r-- root/root    223464 2026-08-28 10:08 ./cargo-target/release/deps/libbitflags-84a8a53f920e85fb.rmeta\n-rw-r--r-- root/root      3343 2026-08-28 10:08 ./cargo-target/release/deps/indicatif-42c43ffa084f5166.d\n-rw-r--r-- root/root      1508 2026-08-28 10:09 ./cargo-target/release/deps/walkdir-7905677f597ec379.d\n-rw-r--r-- root/root    418366 2026-08-28 10:08 ./cargo-target/release/deps/libindicatif-42c43ffa084f5166.rmeta\n-rw-r--r-- root/root     20181 2026-08-28 10:08 ./cargo-target/release/deps/libterminal_size-a7f45f19706590f2.rmeta\n-rw-r--r-- root/root     48566 2026-08-28 10:08 ./cargo-target/release/deps/libsame_file-3ba7bddfadca5e94.rlib\n-rw-r--r-- root/root   4235950 2026-08-28 10:09 ./cargo-target/release/deps/libclap_builder-6a73b8b54ebec844.rlib\n-rw-r--r-- root/root    140710 2026-08-28 10:08 ./cargo-target/release/deps/libstrsim-d9554b4734921b7c.rlib\n-rw-r--r-- root/root       880 2026-08-28 10:08 ./cargo-target/release/deps/utf8parse-e5c779f350c6b992.d\n-rw-r--r-- root/root      1233 2026-08-28 10:08 ./cargo-target/release/deps/once_cell-26d30c93d8c7a2ae.d\n-rw-r--r-- root/root   2573725 2026-08-28 10:08 ./cargo-target/release/deps/libclap_builder-6a73b8b54ebec844.rmeta\n-rw-r--r-- root/root      9813 2026-08-28 10:08 ./cargo-target/release/deps/libis_terminal_polyfill-d28475b24725bf33.rmeta\n-rw-r--r-- root/root     52786 2026-08-28 10:08 ./cargo-target/release/deps/libzmij-4ee6bdb28bb72843.rmeta\n-rw-r--r-- root/root       932 2026-08-28 10:08 ./cargo-target/release/deps/anstyle_query-c3902ac7e5a9ff9c.d\n-rw-r--r-- root/root     78164 2026-08-28 10:08 ./cargo-target/release/deps/libheck-313a2ad31909d0ad.rmeta\n-rw-r--r-- root/root     14886 2026-08-28 10:09 ./cargo-target/release/deps/libclap-cd4b757ce892d4bb.rlib\n-rw-r--r-- root/root   1931934 2026-08-28 10:08 ./cargo-target/release/deps/librustix-67750beee1ec3fd7.rlib\n-rw-r--r-- root/root     21928 2026-08-28 10:08 ./cargo-target/release/deps/libanstyle_query-c3902ac7e5a9ff9c.rlib\n-rw-r--r-- root/root    227106 2026-08-28 10:09 ./cargo-target/release/deps/libwalkdir-7905677f597ec379.rlib\n-rw-r--r-- root/root      2476 2026-08-28 10:08 ./cargo-target/release/deps/linux_raw_sys-0d2d901aa4573cc3.d\n-rw-r--r-- root/root    239594 2026-08-28 10:08 ./cargo-target/release/deps/libbitflags-84a8a53f920e85fb.rlib\n-rw-r--r-- root/root     15567 2026-08-28 10:08 ./cargo-target/release/deps/syn-b5617815f0a02c50.d\n-rw-r--r-- root/root   1379572 2026-08-28 10:08 ./cargo-target/release/deps/libmemchr-0f3fa92d3d0fbb17.rmeta\n-rw-r--r-- root/root     36377 2026-08-28 10:08 ./cargo-target/release/deps/libsame_file-3ba7bddfadca5e94.rmeta\n-rw-r--r-- root/root    192164 2026-08-28 10:08 ./cargo-target/release/deps/libanstyle_parse-85e9f4b5cb1cf89e.rlib\n-rwxr-xr-x root/root   4126424 2026-08-28 10:08 ./cargo-target/release/deps/libclap_derive-8a179cbf9e32af15.so\n-rw-r--r-- root/root       928 2026-08-28 10:08 ./cargo-target/release/deps/unicode_width-ea74a36a53b64452.d\n-rwxr-xr-x root/root   4992096 2026-08-28 10:08 ./cargo-target/release/deps/libserde_derive-a4d68b660f21d9a1.so\n-rw-r--r-- root/root     24630 2026-08-28 10:08 ./cargo-target/release/deps/libterminal_size-a7f45f19706590f2.rlib\n-rw-r--r-- root/root      3669 2026-08-28 10:08 ./cargo-target/release/deps/anstream-4ef7222b69d1da74.d\n-rw-r--r-- root/root    237842 2026-08-28 10:08 ./cargo-target/release/deps/libonce_cell-26d30c93d8c7a2ae.rmeta\n-rw-r--r-- root/root   1365792 2026-08-28 10:08 ./cargo-target/release/deps/liblinux_raw_sys-0d2d901aa4573cc3.rlib\n-rw-r--r-- root/root     73286 2026-08-28 10:08 ./cargo-target/release/deps/libunit_prefix-90ac74a1db971ce4.rlib\n-rw-r--r-- root/root       936 2026-08-28 10:08 ./cargo-target/release/deps/unicode_ident-dbdd73b4c82907f6.d\n-rwxr-xr-x root/root   1419424 2026-09-03 13:46 ./cargo-target/release/deps/filecount-ac2daad50651c2d5\n-rw-r--r-- root/root     12683 2026-08-28 10:09 ./cargo-target/release/deps/libclap-cd4b757ce892d4bb.rmeta\n-rw-r--r-- root/root    250380 2026-08-28 10:08 ./cargo-target/release/deps/libanstyle-b25e69b984bcaa4a.rlib\n-rw-r--r-- root/root      1242 2026-08-28 10:09 ./cargo-target/release/deps/clap-cd4b757ce892d4bb.d\n-rw-r--r-- root/root     12094 2026-08-28 10:08 ./cargo-target/release/deps/libis_terminal_polyfill-d28475b24725bf33.rlib\n-rw-r--r-- root/root    890190 2026-08-28 10:08 ./cargo-target/release/deps/libunicode_width-ea74a36a53b64452.rlib\n-rw-r--r-- root/root         0 2026-08-28 10:08 ./cargo-target/release/.cargo-lock\nhrwxr-xr-x root/root         0 2026-09-03 13:46 ./cargo-target/release/filecount link to ./cargo-target/release/deps/filecount-ac2daad50651c2d5\ndrwxr-xr-x root/root         0 2026-08-28 10:08 ./cargo-target/release/examples/\n","stderr":"","timestamp":{"secs_since_epoch":1788446920,"nanos_since_epoch":668914317}}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1788446925,"nanos_since_epoch":93055320}}
{"type":"trace","title":"Execute action","msg":"TarExtract(\n    TarExtract {\n        archive: \"/dev/vdd\",\n        directory: \"/ci/artifacts\",\n    },\n)","timestamp":{"secs_since_epoch":1788446925,"nanos_since_epoch":93326954}}
{"type":"trace","title":"Start program tar","msg":"Command {\n    program: \"tar\",\n    args: [\n        \"tar\",\n        \"-xvvvf\",\n        \"/dev/vdd\",\n        \"-C\",\n        \"/ci/artifacts\",\n        \"--no-same-owner\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \".\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446925,"nanos_since_epoch":93749227}}
{"type":"program_succeeded","program_name":"tar","exit_code":0,"stdout":"drwxr-xr-x root/root         0 2026-09-03 14:47 ./\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./rsync/\ndrwxr-xr-x root/root         0 2026-09-03 14:47 ./debian/\n","stderr":"","timestamp":{"secs_since_epoch":1788446925,"nanos_since_epoch":134001606}}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1788446925,"nanos_since_epoch":134046967}}
{"type":"trace","title":"Execute action","msg":"TarExtract(\n    TarExtract {\n        archive: \"/dev/vdg\",\n        directory: \"/ci/secrets\",\n    },\n)","timestamp":{"secs_since_epoch":1788446925,"nanos_since_epoch":134389404}}
{"type":"trace","title":"Start program tar","msg":"Command {\n    program: \"tar\",\n    args: [\n        \"tar\",\n        \"-xvvvf\",\n        \"/dev/vdg\",\n        \"-C\",\n        \"/ci/secrets\",\n        \"--no-same-owner\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \".\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446925,"nanos_since_epoch":134770578}}
{"type":"program_succeeded","program_name":"tar","exit_code":0,"stdout":"drwxr-xr-x ci/ci             0 2026-09-03 14:47 ./\n","stderr":"","timestamp":{"secs_since_epoch":1788446925,"nanos_since_epoch":137597710}}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1788446925,"nanos_since_epoch":137778040}}
{"type":"trace","title":"Execute action","msg":"Symlink(\n    Symlink {\n        target: \"/ci\",\n        link_name: \"/workspace\",\n    },\n)","timestamp":{"secs_since_epoch":1788446925,"nanos_since_epoch":138163102}}
{"type":"trace","title":"symlink target exists","msg":"/ci","timestamp":{"secs_since_epoch":1788446925,"nanos_since_epoch":138561699}}
{"type":"action_succeeded","action":"symlink","target":"/ci","link_name":"/workspace","timestamp":{"secs_since_epoch":1788446925,"nanos_since_epoch":140788889}}
{"type":"trace","title":"Execute action","msg":"CreateFile(\n    CreateFile {\n        filename: \"/root/.ssh/config\",\n        content: \"Host *\\nStrictHostKeyChecking accept-new\\nIdentityFile /ci/secrets/ssh_key\\n                \",\n        overwrite: true,\n    },\n)","timestamp":{"secs_since_epoch":1788446925,"nanos_since_epoch":141075736}}
{"type":"action_succeeded","action":"create_file","filename":"/root/.ssh/config","content":"Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                ","overwrite":true,"timestamp":{"secs_since_epoch":1788446925,"nanos_since_epoch":141768668}}
{"type":"trace","title":"Execute action","msg":"CargoClippy(\n    CargoClippy {\n        deps: true,\n    },\n)","timestamp":{"secs_since_epoch":1788446925,"nanos_since_epoch":141858638}}
{"type":"trace","title":"Start program cargo","msg":"Command {\n    program: \"cargo\",\n    args: [\n        \"cargo\",\n        \"--version\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446925,"nanos_since_epoch":142214939}}
{"type":"program_succeeded","program_name":"cargo","exit_code":0,"stdout":"cargo 1.98.0 (797e8a9bc 2026-08-05)\n","stderr":"","timestamp":{"secs_since_epoch":1788446925,"nanos_since_epoch":307524226}}
{"type":"trace","title":"Start program cargo","msg":"Command {\n    program: \"cargo\",\n    args: [\n        \"cargo\",\n        \"clippy\",\n        \"--version\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446925,"nanos_since_epoch":312317142}}
{"type":"program_succeeded","program_name":"cargo","exit_code":0,"stdout":"clippy 0.1.98 (88d9e12ae1 2026-08-18)\n","stderr":"","timestamp":{"secs_since_epoch":1788446925,"nanos_since_epoch":442984769}}
{"type":"trace","title":"Start program rustc","msg":"Command {\n    program: \"rustc\",\n    args: [\n        \"rustc\",\n        \"--version\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446925,"nanos_since_epoch":447170835}}
{"type":"program_succeeded","program_name":"rustc","exit_code":0,"stdout":"rustc 1.98.0 (88d9e12ae 2026-08-18)\n","stderr":"","timestamp":{"secs_since_epoch":1788446925,"nanos_since_epoch":490554039}}
{"type":"trace","title":"Start program cargo","msg":"Command {\n    program: \"cargo\",\n    args: [\n        \"cargo\",\n        \"clippy\",\n        \"--offline\",\n        \"--workspace\",\n        \"--all-targets\",\n        \"--verbose\",\n        \"--locked\",\n        \"--\",\n        \"--deny=warnings\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446925,"nanos_since_epoch":490655229}}
{"type":"program_succeeded","program_name":"cargo","exit_code":0,"stdout":"","stderr":"       Fresh unicode-ident v1.0.22\n       Fresh proc-macro2 v1.0.104\n       Fresh quote v1.0.42\n       Fresh syn v2.0.111\n       Fresh linux-raw-sys v0.11.0\n       Fresh utf8parse v0.2.2\n       Fresh bitflags v2.10.0\n       Fresh rustix v1.1.3\n       Fresh anstyle-parse v0.2.7\n       Fresh is_terminal_polyfill v1.70.2\n       Fresh anstyle-query v1.1.5\n       Fresh colorchoice v1.0.4\n       Fresh anstyle v1.0.13\n       Fresh anstream v0.6.21\n       Fresh libc v0.2.178\n       Fresh terminal_size v0.4.3\n       Fresh serde_core v1.0.228\n       Fresh once_cell v1.21.3\n       Fresh strsim v0.11.1\n       Fresh unicode-width v0.2.2\n       Fresh clap_lex v0.7.6\n       Fresh heck v0.5.0\n       Fresh clap_derive v4.5.49\n       Fresh clap_builder v4.5.53\n       Fresh console v0.16.2\n       Fresh zmij v1.0.2\n       Fresh portable-atomic v1.13.1\n       Fresh serde_derive v1.0.228\n       Fresh memchr v2.7.6\n       Fresh itoa v1.0.17\n       Fresh same-file v1.0.6\n       Fresh unit-prefix v0.5.2\n       Fresh indicatif v0.18.3\n       Fresh walkdir v2.5.0\n       Fresh serde_json v1.0.148\n       Fresh serde v1.0.228\n       Fresh clap v4.5.53\n       Dirty filecount v0.1.0 (/ci/src): the file `src/main.rs` has changed (1788446859.000000000s, 1h 1m 34s after last build at 1788443165.000000000s)\n    Checking filecount v0.1.0 (/ci/src)\n     Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/clippy-driver /root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name filecount --edition=2024 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=242b8df8c9398d8c -C extra-filename=-03faf0db0aabb720 --out-dir /ci/cache/cargo-target/debug/deps -C incremental=/ci/cache/cargo-target/debug/incremental -L dependency=/ci/cache/cargo-target/debug/deps --extern clap=/ci/cache/cargo-target/debug/deps/libclap-c7f13c470629d00c.rmeta --extern indicatif=/ci/cache/cargo-target/debug/deps/libindicatif-40f5795ac8278760.rmeta --extern serde=/ci/cache/cargo-target/debug/deps/libserde-1f84ea849cb28baa.rmeta --extern serde_json=/ci/cache/cargo-target/debug/deps/libserde_json-a3ee79e5afaaf4fe.rmeta --extern walkdir=/ci/cache/cargo-target/debug/deps/libwalkdir-a9fe914427991f4e.rmeta`\n     Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/clippy-driver /root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name filecount --edition=2024 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b24d548a603e822 -C extra-filename=-baedafc9954bfcb8 --out-dir /ci/cache/cargo-target/debug/deps -C incremental=/ci/cache/cargo-target/debug/incremental -L dependency=/ci/cache/cargo-target/debug/deps --extern clap=/ci/cache/cargo-target/debug/deps/libclap-c7f13c470629d00c.rmeta --extern indicatif=/ci/cache/cargo-target/debug/deps/libindicatif-40f5795ac8278760.rmeta --extern serde=/ci/cache/cargo-target/debug/deps/libserde-1f84ea849cb28baa.rmeta --extern serde_json=/ci/cache/cargo-target/debug/deps/libserde_json-a3ee79e5afaaf4fe.rmeta --extern walkdir=/ci/cache/cargo-target/debug/deps/libwalkdir-a9fe914427991f4e.rmeta`\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s\n","timestamp":{"secs_since_epoch":1788446926,"nanos_since_epoch":84706251}}
{"type":"action_succeeded","action":"cargo_clippy","deps":true,"timestamp":{"secs_since_epoch":1788446926,"nanos_since_epoch":84852251}}
{"type":"trace","title":"Execute action","msg":"CargoBuild(\n    CargoBuild,\n)","timestamp":{"secs_since_epoch":1788446926,"nanos_since_epoch":84864464}}
{"type":"trace","title":"Start program cargo","msg":"Command {\n    program: \"cargo\",\n    args: [\n        \"cargo\",\n        \"--version\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446926,"nanos_since_epoch":84903334}}
{"type":"program_succeeded","program_name":"cargo","exit_code":0,"stdout":"cargo 1.98.0 (797e8a9bc 2026-08-05)\n","stderr":"","timestamp":{"secs_since_epoch":1788446926,"nanos_since_epoch":206956811}}
{"type":"trace","title":"Start program cargo","msg":"Command {\n    program: \"cargo\",\n    args: [\n        \"cargo\",\n        \"clippy\",\n        \"--version\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446926,"nanos_since_epoch":211316280}}
{"type":"program_succeeded","program_name":"cargo","exit_code":0,"stdout":"clippy 0.1.98 (88d9e12ae1 2026-08-18)\n","stderr":"","timestamp":{"secs_since_epoch":1788446926,"nanos_since_epoch":280725466}}
{"type":"trace","title":"Start program rustc","msg":"Command {\n    program: \"rustc\",\n    args: [\n        \"rustc\",\n        \"--version\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446926,"nanos_since_epoch":285310926}}
{"type":"program_succeeded","program_name":"rustc","exit_code":0,"stdout":"rustc 1.98.0 (88d9e12ae 2026-08-18)\n","stderr":"","timestamp":{"secs_since_epoch":1788446926,"nanos_since_epoch":325342886}}
{"type":"trace","title":"Start program cargo","msg":"Command {\n    program: \"cargo\",\n    args: [\n        \"cargo\",\n        \"build\",\n        \"--offline\",\n        \"--locked\",\n        \"--workspace\",\n        \"--all-targets\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446926,"nanos_since_epoch":329883824}}
{"type":"program_succeeded","program_name":"cargo","exit_code":0,"stdout":"","stderr":"   Compiling filecount v0.1.0 (/ci/src)\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s\n","timestamp":{"secs_since_epoch":1788446926,"nanos_since_epoch":865140700}}
{"type":"action_succeeded","action":"cargo_build","timestamp":{"secs_since_epoch":1788446926,"nanos_since_epoch":870231714}}
{"type":"trace","title":"Execute action","msg":"CargoTest(\n    CargoTest,\n)","timestamp":{"secs_since_epoch":1788446926,"nanos_since_epoch":872564501}}
{"type":"trace","title":"Start program cargo","msg":"Command {\n    program: \"cargo\",\n    args: [\n        \"cargo\",\n        \"--version\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446926,"nanos_since_epoch":875684540}}
{"type":"program_succeeded","program_name":"cargo","exit_code":0,"stdout":"cargo 1.98.0 (797e8a9bc 2026-08-05)\n","stderr":"","timestamp":{"secs_since_epoch":1788446926,"nanos_since_epoch":901447172}}
{"type":"trace","title":"Start program cargo","msg":"Command {\n    program: \"cargo\",\n    args: [\n        \"cargo\",\n        \"clippy\",\n        \"--version\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446926,"nanos_since_epoch":905152949}}
{"type":"program_succeeded","program_name":"cargo","exit_code":0,"stdout":"clippy 0.1.98 (88d9e12ae1 2026-08-18)\n","stderr":"","timestamp":{"secs_since_epoch":1788446926,"nanos_since_epoch":961843973}}
{"type":"trace","title":"Start program rustc","msg":"Command {\n    program: \"rustc\",\n    args: [\n        \"rustc\",\n        \"--version\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446926,"nanos_since_epoch":967336528}}
{"type":"program_succeeded","program_name":"rustc","exit_code":0,"stdout":"rustc 1.98.0 (88d9e12ae 2026-08-18)\n","stderr":"","timestamp":{"secs_since_epoch":1788446927,"nanos_since_epoch":5274947}}
{"type":"trace","title":"Start program cargo","msg":"Command {\n    program: \"cargo\",\n    args: [\n        \"cargo\",\n        \"test\",\n        \"--offline\",\n        \"--locked\",\n        \"--workspace\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446927,"nanos_since_epoch":9079065}}
{"type":"program_succeeded","program_name":"cargo","exit_code":0,"stdout":"\nrunning 0 tests\n\ntest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s\n\n","stderr":"    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s\n     Running unittests src/main.rs (/ci/cache/cargo-target/debug/deps/filecount-3fabc278663dcb7a)\n","timestamp":{"secs_since_epoch":1788446927,"nanos_since_epoch":102931465}}
{"type":"action_succeeded","action":"cargo_test","timestamp":{"secs_since_epoch":1788446927,"nanos_since_epoch":112096843}}
{"type":"trace","title":"Execute action","msg":"Custom(\n    Custom {\n        name: \"dch\",\n        args: {\n            \"debfullname\": String(\"Lars Wirzenius\"),\n            \"debemail\": String(\"liw@liw.fi\"),\n        },\n    },\n)","timestamp":{"secs_since_epoch":1788446927,"nanos_since_epoch":114840917}}
{"type":"custom_action_starts","source":"/ci/src","custom":{"name":"dch","args":{"debfullname":"Lars Wirzenius","debemail":"liw@liw.fi"}},"exe":"/ci/src/.ambient/dch","exe_exists":true,"timestamp":{"secs_since_epoch":1788446927,"nanos_since_epoch":121452287}}
XYZZY Ok(
    Output {
        status: ExitStatus(
            unix_wait_status(
                0,
            ),
        ),
        stdout: "HEAD is now at 8cdf713 build: add Makefile\n",
        stderr: "+ export 'DEBEMAIL=\"liw@liw.fi\"'\n+ DEBEMAIL='\"liw@liw.fi\"'\n+ export 'DEBFULLNAME=\"Lars Wirzenius\"'\n+ DEBFULLNAME='\"Lars Wirzenius\"'\n+ export CARGO_TARGET_DIR=/workspace/cache\n+ CARGO_TARGET_DIR=/workspace/cache\n+ export CARGO_HOME=/workspace/deps\n+ CARGO_HOME=/workspace/deps\n+ export HOME=/root\n+ HOME=/root\n+ export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\n+ PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\n+ git reset --hard\n+ git clean -fdx\n++ dpkg-parsechangelog -SVersion\n++ sed 's/-[^-]*$//'\n+ V=0.1.0\n++ date -u +%Y%m%dT%H%M%S\n+ T=20260903T144847\n+ version=0.1.0.ci20260903T144847-1\n+ dch -v 0.1.0.ci20260903T144847-1 'CI build under Ambient.'\n+ dch -r ''\n",
    },
)
"HEAD is now at 8cdf713 build: add Makefile\n"
{"type":"custom_action_output","stdout":[72,69,65,68,32,105,115,32,110,111,119,32,97,116,32,56,99,100,102,55,49,51,32,98,117,105,108,100,58,32,97,100,100,32,77,97,107,101,102,105,108,101,10],"stderr":[43,32,101,120,112,111,114,116,32,39,68,69,66,69,77,65,73,76,61,34,108,105,119,64,108,105,119,46,102,105,34,39,10,43,32,68,69,66,69,77,65,73,76,61,39,34,108,105,119,64,108,105,119,46,102,105,34,39,10,43,32,101,120,112,111,114,116,32,39,68,69,66,70,85,76,76,78,65,77,69,61,34,76,97,114,115,32,87,105,114,122,101,110,105,117,115,34,39,10,43,32,68,69,66,70,85,76,76,78,65,77,69,61,39,34,76,97,114,115,32,87,105,114,122,101,110,105,117,115,34,39,10,43,32,101,120,112,111,114,116,32,67,65,82,71,79,95,84,65,82,71,69,84,95,68,73,82,61,47,119,111,114,107,115,112,97,99,101,47,99,97,99,104,101,10,43,32,67,65,82,71,79,95,84,65,82,71,69,84,95,68,73,82,61,47,119,111,114,107,115,112,97,99,101,47,99,97,99,104,101,10,43,32,101,120,112,111,114,116,32,67,65,82,71,79,95,72,79,77,69,61,47,119,111,114,107,115,112,97,99,101,47,100,101,112,115,10,43,32,67,65,82,71,79,95,72,79,77,69,61,47,119,111,114,107,115,112,97,99,101,47,100,101,112,115,10,43,32,101,120,112,111,114,116,32,72,79,77,69,61,47,114,111,111,116,10,43,32,72,79,77,69,61,47,114,111,111,116,10,43,32,101,120,112,111,114,116,32,80,65,84,72,61,47,114,111,111,116,47,46,99,97,114,103,111,47,98,105,110,58,47,114,111,111,116,47,46,99,97,114,103,111,47,98,105,110,58,47,117,115,114,47,108,111,99,97,108,47,115,98,105,110,58,47,117,115,114,47,108,111,99,97,108,47,98,105,110,58,47,117,115,114,47,115,98,105,110,58,47,117,115,114,47,98,105,110,10,43,32,80,65,84,72,61,47,114,111,111,116,47,46,99,97,114,103,111,47,98,105,110,58,47,114,111,111,116,47,46,99,97,114,103,111,47,98,105,110,58,47,117,115,114,47,108,111,99,97,108,47,115,98,105,110,58,47,117,115,114,47,108,111,99,97,108,47,98,105,110,58,47,117,115,114,47,115,98,105,110,58,47,117,115,114,47,98,105,110,10,43,32,103,105,116,32,114,101,115,101,116,32,45,45,104,97,114,100,10,43,32,103,105,116,32,99,108,101,97,110,32,45,102,100,120,10,43,43,32,100,112,107,103,45,112,97,114,115,101,99,104,97,110,103,101,108,111,103,32,45,83,86,101,114,115,105,111,110,10,43,43,32,115,101,100,32,39,115,47,45,91,94,45,93,42,36,47,47,39,10,43,32,86,61,48,46,49,46,48,10,43,43,32,100,97,116,101,32,45,117,32,43,37,89,37,109,37,100,84,37,72,37,77,37,83,10,43,32,84,61,50,48,50,54,48,57,48,51,84,49,52,52,56,52,55,10,43,32,118,101,114,115,105,111,110,61,48,46,49,46,48,46,99,105,50,48,50,54,48,57,48,51,84,49,52,52,56,52,55,45,49,10,43,32,100,99,104,32,45,118,32,48,46,49,46,48,46,99,105,50,48,50,54,48,57,48,51,84,49,52,52,56,52,55,45,49,32,39,67,73,32,98,117,105,108,100,32,117,110,100,101,114,32,65,109,98,105,101,110,116,46,39,10,43,32,100,99,104,32,45,114,32,39,39,10],"timestamp":{"secs_since_epoch":1788446927,"nanos_since_epoch":544710194}}
{"type":"action_succeeded","action":"custom","name":"dch","args":{"debfullname":"Lars Wirzenius","debemail":"liw@liw.fi"},"timestamp":{"secs_since_epoch":1788446927,"nanos_since_epoch":600970022}}
{"type":"trace","title":"Execute action","msg":"Deb(\n    Deb {\n        packages: Some(\n            \".\",\n        ),\n    },\n)","timestamp":{"secs_since_epoch":1788446927,"nanos_since_epoch":605596693}}
{"type":"trace","title":"Start program /bin/bash","msg":"Command {\n    program: \"/bin/bash\",\n    args: [\n        \"/bin/bash\",\n        \"-c\",\n        \"#!/usr/bin/env bash\\nset -xeuo pipefail\\n\\necho \\\"PATH at start: $PATH\\\"\\nexport PATH=\\\"/root/.cargo/bin:$PATH\\\"\\nexport CARGO_HOME=/ci/deps\\nexport DEBEMAIL=liw@liw.fi\\nexport DEBFULLNAME=\\\"Lars Wirzenius\\\"\\n/bin/env\\n\\ncommand -v cargo\\ncommand -v rustc\\n\\ncargo --version\\nrustc --version\\n\\n# Get name and version of source package.\\nname=\\\"$(dpkg-parsechangelog -SSource)\\\"\\nversion=\\\"$(dpkg-parsechangelog -SVersion)\\\"\\n\\n# Get upstream version: everything before the last dash.\\nuv=\\\"$(echo \\\"$version\\\" | sed \\'s/-[^-]*$//\\')\\\"\\n\\n# Files that will be created.\\narch=\\\"$(dpkg --print-architecture)\\\"\\norig=\\\"../${name}_${uv}.orig.tar.xz\\\"\\ndeb=\\\"../${name}_${version}_${arch}.deb\\\"\\nchanges=\\\"../${name}_${version}_${arch}.changes\\\"\\n\\n# Create \\\"upstream tarball\\\".\\ngit archive HEAD | xz >\\\"$orig\\\"\\n\\n# Build package.\\ndpkg-buildpackage -us -uc\\n\\n# Dump some information to make it easier to visually verify\\n# everything looks OK. Also, test the package with the lintian tool.\\n\\nls -l ..\\nfor x in ../*.deb; do dpkg -c \\\"$x\\\"; done\\n# FIXME: disabled while this prevents radicle-native-ci deb from being built.\\n# lintian -i --allow-root --fail-on warning ../*.changes\\n\\n# Move files to artifacts directory.\\nmv ../*_* /ci/artifacts/.\\n        \",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \"/ci/src\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446927,"nanos_since_epoch":611072270}}
{"type":"program_succeeded","program_name":"/bin/bash","exit_code":0,"stdout":"PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\nMEMORY_PRESSURE_WRITE=c29tZSAyMDAwMDAgMjAwMDAwMAA=\nDEBFULLNAME=Lars Wirzenius\nCARGO_TARGET_DIR=/ci/cache/cargo-target\nPWD=/ci/src\nSYSTEMD_EXEC_PID=375\nHOME=/root\nLANG=C.UTF-8\nCARGO_HOME=/ci/deps\nMEMORY_PRESSURE_WATCH=/sys/fs/cgroup/system.slice/ambient.service/memory.pressure\nDEBEMAIL=liw@liw.fi\nINVOCATION_ID=e6bd672ae56a434bb3ca421da4dc69a2\nUSER=root\nSHLVL=2\nJOURNAL_STREAM=9:3511\nPATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\nOLDPWD=/\n_=/bin/env\n/root/.cargo/bin/cargo\n/root/.cargo/bin/rustc\ncargo 1.98.0 (797e8a9bc 2026-08-05)\nrustc 1.98.0 (88d9e12ae 2026-08-18)\ndpkg-buildpackage: info: source package filecount\ndpkg-buildpackage: info: source version 0.1.0.ci20260903T144847-1\ndpkg-buildpackage: info: source distribution unstable\ndpkg-buildpackage: info: source changed by \"Lars Wirzenius\" <\"liw@liw.fi\">\ndpkg-buildpackage: info: host architecture amd64\ndh clean\n   dh_auto_clean\n   dh_clean\ndpkg-source: info: using source format '3.0 (quilt)'\ndpkg-source: info: building filecount using existing ./filecount_0.1.0.ci20260903T144847.orig.tar.xz\ndpkg-source: info: building filecount in filecount_0.1.0.ci20260903T144847-1.debian.tar.xz\ndpkg-source: info: building filecount in filecount_0.1.0.ci20260903T144847-1.dsc\ndh binary\n   dh_update_autotools_config\n   dh_autoreconf\n   dh_auto_configure\n   debian/rules override_dh_auto_build\nmake[1]: Entering directory '/ci/src'\ntrue\nmake[1]: Leaving directory '/ci/src'\n   debian/rules override_dh_auto_test\nmake[1]: Entering directory '/ci/src'\necho tests are disabled, for now\ntests are disabled, for now\nmake[1]: Leaving directory '/ci/src'\n   create-stamp debian/debhelper-build-stamp\n   dh_prep\n   debian/rules override_dh_auto_install\nmake[1]: Entering directory '/ci/src'\ncargo install --offline --locked --path=. --root=debian/filecount/usr\nfind debian -name '.crates*.*' -delete\nmake[1]: Leaving directory '/ci/src'\n   dh_installdocs\n   dh_installchangelogs\n   dh_perl\n   dh_link\n   dh_strip_nondeterminism\n   dh_compress\n   dh_fixperms\n   dh_missing\n   dh_strip\n   dh_makeshlibs\n   dh_shlibdeps\n   dh_installdeb\n   dh_gencontrol\n   dh_md5sums\n   dh_builddeb\ndpkg-deb: building package 'filecount-dbgsym' in '../filecount-dbgsym_0.1.0.ci20260903T144847-1_amd64.deb'.\ndpkg-deb: building package 'filecount' in '../filecount_0.1.0.ci20260903T144847-1_amd64.deb'.\ndpkg-genchanges: info: including full source code in upload\ndpkg-buildpackage: info: full upload (original source is included)\ntotal 472\ndrwxr-xr-x 4 root root   4096 Sep  3 14:47 artifacts\ndrwxr-xr-x 3 root root   4096 Aug 28 10:07 cache\ndrwxr-xr-x 3 root root   4096 Sep  3 14:48 deps\n-rw-r--r-- 1 root root  46316 Sep  3 14:48 filecount-dbgsym_0.1.0.ci20260903T144847-1_amd64.deb\n-rw-r--r-- 1 root root   1560 Sep  3 14:48 filecount_0.1.0.ci20260903T144847-1.debian.tar.xz\n-rw-r--r-- 1 root root    904 Sep  3 14:48 filecount_0.1.0.ci20260903T144847-1.dsc\n-rw-r--r-- 1 root root   5231 Sep  3 14:48 filecount_0.1.0.ci20260903T144847-1_amd64.buildinfo\n-rw-r--r-- 1 root root   2387 Sep  3 14:48 filecount_0.1.0.ci20260903T144847-1_amd64.changes\n-rw-r--r-- 1 root root 384620 Sep  3 14:48 filecount_0.1.0.ci20260903T144847-1_amd64.deb\n-rw-r--r-- 1 root root   7204 Sep  3 14:48 filecount_0.1.0.ci20260903T144847.orig.tar.xz\ndrwxr-xr-x 2 root root   4096 Sep  3 14:47 secrets\ndrwxr-xr-x 7 root root   4096 Sep  3 14:48 src\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./usr/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./usr/lib/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./usr/lib/debug/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./usr/lib/debug/.build-id/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./usr/lib/debug/.build-id/73/\n-rw-r--r-- root/root    314016 2026-09-03 14:48 ./usr/lib/debug/.build-id/73/84dc6ded83d537658772a30781f7bbf5e7fe79.debug\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./usr/share/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./usr/share/doc/\nlrwxrwxrwx root/root         0 2026-09-03 14:48 ./usr/share/doc/filecount-dbgsym -> filecount\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./usr/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./usr/bin/\n-rwxr-xr-x root/root   1079280 2026-09-03 14:48 ./usr/bin/filecount\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./usr/share/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./usr/share/doc/\ndrwxr-xr-x root/root         0 2026-09-03 14:48 ./usr/share/doc/filecount/\n-rw-r--r-- root/root       219 2026-09-03 14:48 ./usr/share/doc/filecount/changelog.Debian.gz\n-rw-r--r-- root/root       372 2026-09-03 14:48 ./usr/share/doc/filecount/copyright\n","stderr":"+ echo 'PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin'\n+ export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\n+ PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\n+ export CARGO_HOME=/ci/deps\n+ CARGO_HOME=/ci/deps\n+ export DEBEMAIL=liw@liw.fi\n+ DEBEMAIL=liw@liw.fi\n+ export 'DEBFULLNAME=Lars Wirzenius'\n+ DEBFULLNAME='Lars Wirzenius'\n+ /bin/env\n+ command -v cargo\n+ command -v rustc\n+ cargo --version\n+ rustc --version\n++ dpkg-parsechangelog -SSource\n+ name=filecount\n++ dpkg-parsechangelog -SVersion\n+ version=0.1.0.ci20260903T144847-1\n++ echo 0.1.0.ci20260903T144847-1\n++ sed 's/-[^-]*$//'\n+ uv=0.1.0.ci20260903T144847\n++ dpkg --print-architecture\n+ arch=amd64\n+ orig=../filecount_0.1.0.ci20260903T144847.orig.tar.xz\n+ deb=../filecount_0.1.0.ci20260903T144847-1_amd64.deb\n+ changes=../filecount_0.1.0.ci20260903T144847-1_amd64.changes\n+ xz\n+ git archive HEAD\n+ dpkg-buildpackage -us -uc\n dpkg-source --before-build .\n debian/rules clean\n dpkg-source -b .\n debian/rules binary\n  Installing filecount v0.1.0 (/ci/src)\n   Compiling filecount v0.1.0 (/ci/src)\n    Finished `release` profile [optimized] target(s) in 2.31s\n  Installing /ci/src/debian/filecount/usr/bin/filecount\n   Installed package `filecount v0.1.0 (/ci/src)` (executable `filecount`)\nwarning: be sure to add `/ci/src/debian/filecount/usr/bin` to your PATH to be able to run the installed binaries\ndpkg-shlibdeps: warning: diversions involved - output may be incorrect\n diversion by libc6 from: /lib64/ld-linux-x86-64.so.2\ndpkg-shlibdeps: warning: diversions involved - output may be incorrect\n diversion by libc6 to: /lib64/ld-linux-x86-64.so.2.usr-is-merged\n dpkg-genbuildinfo -O../filecount_0.1.0.ci20260903T144847-1_amd64.buildinfo\n dpkg-genchanges -O../filecount_0.1.0.ci20260903T144847-1_amd64.changes\n dpkg-source --after-build .\n+ ls -l ..\n+ for x in ../*.deb\n+ dpkg -c ../filecount-dbgsym_0.1.0.ci20260903T144847-1_amd64.deb\n+ for x in ../*.deb\n+ dpkg -c ../filecount_0.1.0.ci20260903T144847-1_amd64.deb\n+ mv ../filecount-dbgsym_0.1.0.ci20260903T144847-1_amd64.deb ../filecount_0.1.0.ci20260903T144847-1.debian.tar.xz ../filecount_0.1.0.ci20260903T144847-1.dsc ../filecount_0.1.0.ci20260903T144847-1_amd64.buildinfo ../filecount_0.1.0.ci20260903T144847-1_amd64.changes ../filecount_0.1.0.ci20260903T144847-1_amd64.deb ../filecount_0.1.0.ci20260903T144847.orig.tar.xz /ci/artifacts/.\n","timestamp":{"secs_since_epoch":1788446936,"nanos_since_epoch":574291543}}
{"type":"action_succeeded","action":"deb","packages":".","timestamp":{"secs_since_epoch":1788446936,"nanos_since_epoch":653723897}}
{"type":"trace","title":"Execute action","msg":"TarCreate(\n    TarCreate {\n        archive: \"/dev/vde\",\n        directory: \"/ci/cache\",\n    },\n)","timestamp":{"secs_since_epoch":1788446936,"nanos_since_epoch":653929516}}
{"type":"trace","title":"Start program tar","msg":"Command {\n    program: \"tar\",\n    args: [\n        \"tar\",\n        \"-cvf\",\n        \"/dev/vde\",\n        \"-C\",\n        \"/ci/cache\",\n        \".\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \".\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446936,"nanos_since_epoch":654305946}}
{"type":"program_succeeded","program_name":"tar","exit_code":0,"stdout":"./\n./cargo-target/\n./cargo-target/debug/\n./cargo-target/debug/.cargo-artifact-lock\n./cargo-target/debug/.fingerprint/\n./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/\n./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/dep-lib-colorchoice\n./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/lib-colorchoice.json\n./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/invoked.timestamp\n./cargo-target/debug/.fingerprint/colorchoice-4b170734103dc5f0/lib-colorchoice\n./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/\n./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/dep-lib-console\n./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/lib-console.json\n./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/invoked.timestamp\n./cargo-target/debug/.fingerprint/console-0dc3733b9fceec3c/lib-console\n./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/\n./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/dep-build-script-build-script-build\n./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/invoked.timestamp\n./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/libc-221c449f1c0c59f9/build-script-build-script-build\n./cargo-target/debug/.fingerprint/libc-7a998dd5d2eacb14/\n./cargo-target/debug/.fingerprint/libc-7a998dd5d2eacb14/run-build-script-build-script-build\n./cargo-target/debug/.fingerprint/libc-7a998dd5d2eacb14/run-build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/\n./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/lib-zmij\n./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/invoked.timestamp\n./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/lib-zmij.json\n./cargo-target/debug/.fingerprint/zmij-2f285f973c7aee55/dep-lib-zmij\n./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/\n./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/lib-anstream.json\n./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/dep-lib-anstream\n./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/lib-anstream\n./cargo-target/debug/.fingerprint/anstream-bf1aacbe7d54c374/invoked.timestamp\n./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/\n./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/lib-clap\n./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/lib-clap.json\n./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/invoked.timestamp\n./cargo-target/debug/.fingerprint/clap-c7f13c470629d00c/dep-lib-clap\n./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/\n./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/lib-serde_core.json\n./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/lib-serde_core\n./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/invoked.timestamp\n./cargo-target/debug/.fingerprint/serde_core-7369bbef0ddde4fa/dep-lib-serde_core\n./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/\n./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/dep-lib-memchr\n./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/lib-memchr\n./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/lib-memchr.json\n./cargo-target/debug/.fingerprint/memchr-50f95ebf8aa3ed81/invoked.timestamp\n./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/\n./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/dep-lib-console\n./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/lib-console.json\n./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/invoked.timestamp\n./cargo-target/debug/.fingerprint/console-130ca6e9cf03cd4e/lib-console\n./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/\n./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/lib-same_file.json\n./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/lib-same_file\n./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/dep-lib-same_file\n./cargo-target/debug/.fingerprint/same-file-94c88d1787851e6a/invoked.timestamp\n./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/\n./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/lib-anstyle_query.json\n./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/invoked.timestamp\n./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/dep-lib-anstyle_query\n./cargo-target/debug/.fingerprint/anstyle-query-198fbfe849ab02d0/lib-anstyle_query\n./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/\n./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/lib-anstyle_parse.json\n./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/invoked.timestamp\n./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/lib-anstyle_parse\n./cargo-target/debug/.fingerprint/anstyle-parse-de7ba1ab5f110919/dep-lib-anstyle_parse\n./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/\n./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/lib-anstyle\n./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/invoked.timestamp\n./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/dep-lib-anstyle\n./cargo-target/debug/.fingerprint/anstyle-717f8d844e892cbf/lib-anstyle.json\n./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/\n./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/dep-lib-serde\n./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/invoked.timestamp\n./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/lib-serde\n./cargo-target/debug/.fingerprint/serde-6c6a1007c8b0b81d/lib-serde.json\n./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/\n./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/lib-serde_derive\n./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/dep-lib-serde_derive\n./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/lib-serde_derive.json\n./cargo-target/debug/.fingerprint/serde_derive-6ef9bf0fa671d689/invoked.timestamp\n./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/\n./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/dep-lib-terminal_size\n./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/invoked.timestamp\n./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/lib-terminal_size.json\n./cargo-target/debug/.fingerprint/terminal_size-d215978d50643888/lib-terminal_size\n./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/\n./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/invoked.timestamp\n./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/lib-indicatif.json\n./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/lib-indicatif\n./cargo-target/debug/.fingerprint/indicatif-40f5795ac8278760/dep-lib-indicatif\n./cargo-target/debug/.fingerprint/proc-macro2-331a3c244e3c25bf/\n./cargo-target/debug/.fingerprint/proc-macro2-331a3c244e3c25bf/run-build-script-build-script-build\n./cargo-target/debug/.fingerprint/proc-macro2-331a3c244e3c25bf/run-build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/\n./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/test-bin-filecount.json\n./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/test-bin-filecount\n./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/invoked.timestamp\n./cargo-target/debug/.fingerprint/filecount-03faf0db0aabb720/dep-test-bin-filecount\n./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/\n./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/dep-build-script-build-script-build\n./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/invoked.timestamp\n./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/serde-70e51348ce6d6017/build-script-build-script-build\n./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/\n./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/lib-anstyle\n./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/invoked.timestamp\n./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/dep-lib-anstyle\n./cargo-target/debug/.fingerprint/anstyle-e78a0849de95a740/lib-anstyle.json\n./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/\n./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/dep-lib-rustix\n./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/invoked.timestamp\n./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/lib-rustix.json\n./cargo-target/debug/.fingerprint/rustix-83d6e17a6e84a398/lib-rustix\n./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/\n./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/dep-bin-filecount\n./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/bin-filecount\n./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/invoked.timestamp\n./cargo-target/debug/.fingerprint/filecount-540e5c648d65f765/bin-filecount.json\n./cargo-target/debug/.fingerprint/portable-atomic-da62ae0f8f5d731b/\n./cargo-target/debug/.fingerprint/portable-atomic-da62ae0f8f5d731b/run-build-script-build-script-build\n./cargo-target/debug/.fingerprint/portable-atomic-da62ae0f8f5d731b/run-build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/\n./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/dep-lib-portable_atomic\n./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/invoked.timestamp\n./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/lib-portable_atomic.json\n./cargo-target/debug/.fingerprint/portable-atomic-1d49fff76bae0776/lib-portable_atomic\n./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/\n./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/lib-anstyle_parse.json\n./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/invoked.timestamp\n./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/lib-anstyle_parse\n./cargo-target/debug/.fingerprint/anstyle-parse-6771b1bf6e984b17/dep-lib-anstyle_parse\n./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/\n./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/test-bin-filecount.json\n./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/test-bin-filecount\n./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/invoked.timestamp\n./cargo-target/debug/.fingerprint/filecount-3fabc278663dcb7a/dep-test-bin-filecount\n./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/\n./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/dep-lib-bitflags\n./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/invoked.timestamp\n./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/lib-bitflags\n./cargo-target/debug/.fingerprint/bitflags-ca8c5e0086f3c3cf/lib-bitflags.json\n./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/\n./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/lib-unicode_width.json\n./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/lib-unicode_width\n./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/invoked.timestamp\n./cargo-target/debug/.fingerprint/unicode-width-5dcb97b189617948/dep-lib-unicode_width\n./cargo-target/debug/.fingerprint/serde-4e36ccfdf11c5ecd/\n./cargo-target/debug/.fingerprint/serde-4e36ccfdf11c5ecd/run-build-script-build-script-build\n./cargo-target/debug/.fingerprint/serde-4e36ccfdf11c5ecd/run-build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/\n./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/lib-clap_builder.json\n./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/dep-lib-clap_builder\n./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/invoked.timestamp\n./cargo-target/debug/.fingerprint/clap_builder-3dc3f4f4110a1b3c/lib-clap_builder\n./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/\n./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/dep-lib-colorchoice\n./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/lib-colorchoice.json\n./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/invoked.timestamp\n./cargo-target/debug/.fingerprint/colorchoice-3d676ec3ba8687db/lib-colorchoice\n./cargo-target/debug/.fingerprint/quote-a7e35c59b67bb804/\n./cargo-target/debug/.fingerprint/quote-a7e35c59b67bb804/run-build-script-build-script-build\n./cargo-target/debug/.fingerprint/quote-a7e35c59b67bb804/run-build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/\n./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/dep-lib-memchr\n./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/lib-memchr\n./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/lib-memchr.json\n./cargo-target/debug/.fingerprint/memchr-758d26ba49117321/invoked.timestamp\n./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/\n./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/lib-quote\n./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/invoked.timestamp\n./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/dep-lib-quote\n./cargo-target/debug/.fingerprint/quote-58c9686b0e89a703/lib-quote.json\n./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/\n./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/lib-clap_lex.json\n./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/lib-clap_lex\n./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/invoked.timestamp\n./cargo-target/debug/.fingerprint/clap_lex-a37efa45f4c66e07/dep-lib-clap_lex\n./cargo-target/debug/.fingerprint/serde_json-cebbdeadc6d1451c/\n./cargo-target/debug/.fingerprint/serde_json-cebbdeadc6d1451c/run-build-script-build-script-build\n./cargo-target/debug/.fingerprint/serde_json-cebbdeadc6d1451c/run-build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/\n./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/dep-lib-is_terminal_polyfill\n./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/invoked.timestamp\n./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/lib-is_terminal_polyfill.json\n./cargo-target/debug/.fingerprint/is_terminal_polyfill-cec1cb8ad672ff05/lib-is_terminal_polyfill\n./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/\n./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/lib-libc\n./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/invoked.timestamp\n./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/lib-libc.json\n./cargo-target/debug/.fingerprint/libc-e4e309fd9792fa72/dep-lib-libc\n./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/\n./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/dep-lib-serde\n./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/invoked.timestamp\n./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/lib-serde\n./cargo-target/debug/.fingerprint/serde-1f84ea849cb28baa/lib-serde.json\n./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/\n./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/lib-same_file.json\n./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/lib-same_file\n./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/dep-lib-same_file\n./cargo-target/debug/.fingerprint/same-file-4e4796d0efd5db1b/invoked.timestamp\n./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/\n./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/lib-libc\n./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/invoked.timestamp\n./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/lib-libc.json\n./cargo-target/debug/.fingerprint/libc-51af4c07ef0369c3/dep-lib-libc\n./cargo-target/debug/.fingerprint/zmij-e72495a7b11d41dc/\n./cargo-target/debug/.fingerprint/zmij-e72495a7b11d41dc/run-build-script-build-script-build\n./cargo-target/debug/.fingerprint/zmij-e72495a7b11d41dc/run-build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/\n./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/lib-unicode_width.json\n./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/lib-unicode_width\n./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/invoked.timestamp\n./cargo-target/debug/.fingerprint/unicode-width-61c784d25cab2c40/dep-lib-unicode_width\n./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/\n./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/lib-anstream.json\n./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/dep-lib-anstream\n./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/lib-anstream\n./cargo-target/debug/.fingerprint/anstream-b6ac5dcc1d25c2fe/invoked.timestamp\n./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/\n./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/invoked.timestamp\n./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/lib-indicatif.json\n./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/lib-indicatif\n./cargo-target/debug/.fingerprint/indicatif-e8e827ff1c149eee/dep-lib-indicatif\n./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/\n./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/lib-clap_lex.json\n./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/lib-clap_lex\n./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/invoked.timestamp\n./cargo-target/debug/.fingerprint/clap_lex-b0ffff2ebc0cd617/dep-lib-clap_lex\n./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/\n./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/dep-lib-terminal_size\n./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/invoked.timestamp\n./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/lib-terminal_size.json\n./cargo-target/debug/.fingerprint/terminal_size-88321ec22adc71e4/lib-terminal_size\n./cargo-target/debug/.fingerprint/serde_core-476e5eeb5f852bfb/\n./cargo-target/debug/.fingerprint/serde_core-476e5eeb5f852bfb/run-build-script-build-script-build\n./cargo-target/debug/.fingerprint/serde_core-476e5eeb5f852bfb/run-build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/\n./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/lib-heck.json\n./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/dep-lib-heck\n./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/lib-heck\n./cargo-target/debug/.fingerprint/heck-9e7d86b5b43a0416/invoked.timestamp\n./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/\n./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/dep-lib-bitflags\n./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/invoked.timestamp\n./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/lib-bitflags\n./cargo-target/debug/.fingerprint/bitflags-ef9541d159acadf6/lib-bitflags.json\n./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/\n./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/lib-serde_core.json\n./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/lib-serde_core\n./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/invoked.timestamp\n./cargo-target/debug/.fingerprint/serde_core-c315f8adcc0781da/dep-lib-serde_core\n./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/\n./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/dep-lib-utf8parse\n./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/lib-utf8parse.json\n./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/invoked.timestamp\n./cargo-target/debug/.fingerprint/utf8parse-5c2360a30268ac05/lib-utf8parse\n./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/\n./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/dep-lib-unicode_ident\n./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/lib-unicode_ident\n./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/invoked.timestamp\n./cargo-target/debug/.fingerprint/unicode-ident-4867c6df2646e718/lib-unicode_ident.json\n./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/\n./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/dep-lib-utf8parse\n./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/lib-utf8parse.json\n./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/invoked.timestamp\n./cargo-target/debug/.fingerprint/utf8parse-cb3c3b5db9af1162/lib-utf8parse\n./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/\n./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/lib-once_cell\n./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/dep-lib-once_cell\n./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/invoked.timestamp\n./cargo-target/debug/.fingerprint/once_cell-6d84a9d35194e4b4/lib-once_cell.json\n./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/\n./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/lib-clap_builder.json\n./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/dep-lib-clap_builder\n./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/invoked.timestamp\n./cargo-target/debug/.fingerprint/clap_builder-e961d11c75aa25e0/lib-clap_builder\n./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/\n./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/invoked.timestamp\n./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/lib-walkdir.json\n./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/lib-walkdir\n./cargo-target/debug/.fingerprint/walkdir-a9fe914427991f4e/dep-lib-walkdir\n./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/\n./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/dep-build-script-build-script-build\n./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/invoked.timestamp\n./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/serde_json-d93e2101947be180/build-script-build-script-build\n./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/\n./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/dep-build-script-build-script-build\n./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/invoked.timestamp\n./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/portable-atomic-cad29f225c08c9de/build-script-build-script-build\n./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/\n./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/lib-once_cell\n./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/dep-lib-once_cell\n./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/invoked.timestamp\n./cargo-target/debug/.fingerprint/once_cell-ca424a7c1403b4cb/lib-once_cell.json\n./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/\n./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/lib-itoa\n./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/dep-lib-itoa\n./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/invoked.timestamp\n./cargo-target/debug/.fingerprint/itoa-7685dba7fc388658/lib-itoa.json\n./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/\n./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/lib-linux_raw_sys\n./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/invoked.timestamp\n./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/lib-linux_raw_sys.json\n./cargo-target/debug/.fingerprint/linux-raw-sys-2e7d774a4e4d5ff6/dep-lib-linux_raw_sys\n./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/\n./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/dep-lib-is_terminal_polyfill\n./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/invoked.timestamp\n./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/lib-is_terminal_polyfill.json\n./cargo-target/debug/.fingerprint/is_terminal_polyfill-9c7573639267fe8d/lib-is_terminal_polyfill\n./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/\n./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/lib-unit_prefix\n./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/dep-lib-unit_prefix\n./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/invoked.timestamp\n./cargo-target/debug/.fingerprint/unit-prefix-661dc44c7e384825/lib-unit_prefix.json\n./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/\n./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/dep-lib-strsim\n./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/invoked.timestamp\n./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/lib-strsim\n./cargo-target/debug/.fingerprint/strsim-3f1ca007c91986d3/lib-strsim.json\n./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/\n./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/lib-linux_raw_sys\n./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/invoked.timestamp\n./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/lib-linux_raw_sys.json\n./cargo-target/debug/.fingerprint/linux-raw-sys-b45069db06ed8eb3/dep-lib-linux_raw_sys\n./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/\n./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/invoked.timestamp\n./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/lib-walkdir.json\n./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/lib-walkdir\n./cargo-target/debug/.fingerprint/walkdir-5340530dcf8bedaf/dep-lib-walkdir\n./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/\n./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/lib-itoa\n./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/dep-lib-itoa\n./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/invoked.timestamp\n./cargo-target/debug/.fingerprint/itoa-43444eaacc0727d6/lib-itoa.json\n./cargo-target/debug/.fingerprint/rustix-d94b876d0044dacd/\n./cargo-target/debug/.fingerprint/rustix-d94b876d0044dacd/run-build-script-build-script-build\n./cargo-target/debug/.fingerprint/rustix-d94b876d0044dacd/run-build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/\n./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/dep-build-script-build-script-build\n./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/invoked.timestamp\n./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/serde_core-15796e59bcea1517/build-script-build-script-build\n./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/\n./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/dep-lib-rustix\n./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/invoked.timestamp\n./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/lib-rustix.json\n./cargo-target/debug/.fingerprint/rustix-0e92ee9bdef408d9/lib-rustix\n./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/\n./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/dep-lib-syn\n./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/lib-syn.json\n./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/lib-syn\n./cargo-target/debug/.fingerprint/syn-00944c1069f5fa82/invoked.timestamp\n./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/\n./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/dep-lib-serde_json\n./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/lib-serde_json\n./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/invoked.timestamp\n./cargo-target/debug/.fingerprint/serde_json-72d1003fb119d2db/lib-serde_json.json\n./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/\n./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/dep-build-script-build-script-build\n./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/invoked.timestamp\n./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/quote-7311c8ec19e3ec40/build-script-build-script-build\n./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/\n./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/dep-lib-portable_atomic\n./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/invoked.timestamp\n./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/lib-portable_atomic.json\n./cargo-target/debug/.fingerprint/portable-atomic-c68246ef83343abb/lib-portable_atomic\n./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/\n./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/lib-unit_prefix\n./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/dep-lib-unit_prefix\n./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/invoked.timestamp\n./cargo-target/debug/.fingerprint/unit-prefix-d2850f1a5392769e/lib-unit_prefix.json\n./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/\n./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/lib-clap_derive.json\n./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/lib-clap_derive\n./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/invoked.timestamp\n./cargo-target/debug/.fingerprint/clap_derive-4d19da3e6e3666b8/dep-lib-clap_derive\n./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/\n./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/dep-lib-serde_json\n./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/lib-serde_json\n./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/invoked.timestamp\n./cargo-target/debug/.fingerprint/serde_json-a3ee79e5afaaf4fe/lib-serde_json.json\n./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/\n./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/dep-build-script-build-script-build\n./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/invoked.timestamp\n./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/zmij-ef045e1f10ec3882/build-script-build-script-build\n./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/\n./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/lib-anstyle_query.json\n./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/invoked.timestamp\n./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/dep-lib-anstyle_query\n./cargo-target/debug/.fingerprint/anstyle-query-a513904800864744/lib-anstyle_query\n./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/\n./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/dep-bin-filecount\n./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/bin-filecount\n./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/invoked.timestamp\n./cargo-target/debug/.fingerprint/filecount-baedafc9954bfcb8/bin-filecount.json\n./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/\n./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/dep-build-script-build-script-build\n./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/invoked.timestamp\n./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/proc-macro2-41f5b6717bfaf0a0/build-script-build-script-build\n./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/\n./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/lib-zmij\n./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/invoked.timestamp\n./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/lib-zmij.json\n./cargo-target/debug/.fingerprint/zmij-75872c2fcc3f1638/dep-lib-zmij\n./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/\n./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/lib-clap\n./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/lib-clap.json\n./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/invoked.timestamp\n./cargo-target/debug/.fingerprint/clap-f92b0b450e69f601/dep-lib-clap\n./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/\n./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/dep-build-script-build-script-build\n./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/invoked.timestamp\n./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/build-script-build-script-build.json\n./cargo-target/debug/.fingerprint/rustix-2057de68928b4f33/build-script-build-script-build\n./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/\n./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/lib-proc_macro2.json\n./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/lib-proc_macro2\n./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/invoked.timestamp\n./cargo-target/debug/.fingerprint/proc-macro2-17071dc385286db1/dep-lib-proc_macro2\n./cargo-target/debug/.fingerprint/strsim-350539075733e214/\n./cargo-target/debug/.fingerprint/strsim-350539075733e214/dep-lib-strsim\n./cargo-target/debug/.fingerprint/strsim-350539075733e214/invoked.timestamp\n./cargo-target/debug/.fingerprint/strsim-350539075733e214/lib-strsim\n./cargo-target/debug/.fingerprint/strsim-350539075733e214/lib-strsim.json\n./cargo-target/debug/build/\n./cargo-target/debug/build/libc-221c449f1c0c59f9/\n./cargo-target/debug/build/libc-221c449f1c0c59f9/build-script-build\n./cargo-target/debug/build/libc-221c449f1c0c59f9/build_script_build-221c449f1c0c59f9.d\n./cargo-target/debug/build/libc-221c449f1c0c59f9/build_script_build-221c449f1c0c59f9\n./cargo-target/debug/build/libc-7a998dd5d2eacb14/\n./cargo-target/debug/build/libc-7a998dd5d2eacb14/root-output\n./cargo-target/debug/build/libc-7a998dd5d2eacb14/stderr\n./cargo-target/debug/build/libc-7a998dd5d2eacb14/invoked.timestamp\n./cargo-target/debug/build/libc-7a998dd5d2eacb14/out/\n./cargo-target/debug/build/libc-7a998dd5d2eacb14/output\n./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/\n./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/root-output\n./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/stderr\n./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/invoked.timestamp\n./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/out/\n./cargo-target/debug/build/proc-macro2-331a3c244e3c25bf/output\n./cargo-target/debug/build/serde-70e51348ce6d6017/\n./cargo-target/debug/build/serde-70e51348ce6d6017/build-script-build\n./cargo-target/debug/build/serde-70e51348ce6d6017/build_script_build-70e51348ce6d6017.d\n./cargo-target/debug/build/serde-70e51348ce6d6017/build_script_build-70e51348ce6d6017\n./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/\n./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/root-output\n./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/stderr\n./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/invoked.timestamp\n./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/out/\n./cargo-target/debug/build/portable-atomic-da62ae0f8f5d731b/output\n./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/\n./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/root-output\n./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/stderr\n./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/invoked.timestamp\n./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/out/\n./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/out/private.rs\n./cargo-target/debug/build/serde-4e36ccfdf11c5ecd/output\n./cargo-target/debug/build/quote-a7e35c59b67bb804/\n./cargo-target/debug/build/quote-a7e35c59b67bb804/root-output\n./cargo-target/debug/build/quote-a7e35c59b67bb804/stderr\n./cargo-target/debug/build/quote-a7e35c59b67bb804/invoked.timestamp\n./cargo-target/debug/build/quote-a7e35c59b67bb804/out/\n./cargo-target/debug/build/quote-a7e35c59b67bb804/output\n./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/\n./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/root-output\n./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/stderr\n./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/invoked.timestamp\n./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/out/\n./cargo-target/debug/build/serde_json-cebbdeadc6d1451c/output\n./cargo-target/debug/build/zmij-e72495a7b11d41dc/\n./cargo-target/debug/build/zmij-e72495a7b11d41dc/root-output\n./cargo-target/debug/build/zmij-e72495a7b11d41dc/stderr\n./cargo-target/debug/build/zmij-e72495a7b11d41dc/invoked.timestamp\n./cargo-target/debug/build/zmij-e72495a7b11d41dc/out/\n./cargo-target/debug/build/zmij-e72495a7b11d41dc/output\n./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/\n./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/root-output\n./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/stderr\n./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/invoked.timestamp\n./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/out/\n./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/out/private.rs\n./cargo-target/debug/build/serde_core-476e5eeb5f852bfb/output\n./cargo-target/debug/build/serde_json-d93e2101947be180/\n./cargo-target/debug/build/serde_json-d93e2101947be180/build-script-build\n./cargo-target/debug/build/serde_json-d93e2101947be180/build_script_build-d93e2101947be180\n./cargo-target/debug/build/serde_json-d93e2101947be180/build_script_build-d93e2101947be180.d\n./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/\n./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/build-script-build\n./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/build_script_build-cad29f225c08c9de.d\n./cargo-target/debug/build/portable-atomic-cad29f225c08c9de/build_script_build-cad29f225c08c9de\n./cargo-target/debug/build/rustix-d94b876d0044dacd/\n./cargo-target/debug/build/rustix-d94b876d0044dacd/root-output\n./cargo-target/debug/build/rustix-d94b876d0044dacd/stderr\n./cargo-target/debug/build/rustix-d94b876d0044dacd/invoked.timestamp\n./cargo-target/debug/build/rustix-d94b876d0044dacd/out/\n./cargo-target/debug/build/rustix-d94b876d0044dacd/out/rustix_test_can_compile\n./cargo-target/debug/build/rustix-d94b876d0044dacd/output\n./cargo-target/debug/build/serde_core-15796e59bcea1517/\n./cargo-target/debug/build/serde_core-15796e59bcea1517/build_script_build-15796e59bcea1517\n./cargo-target/debug/build/serde_core-15796e59bcea1517/build-script-build\n./cargo-target/debug/build/serde_core-15796e59bcea1517/build_script_build-15796e59bcea1517.d\n./cargo-target/debug/build/quote-7311c8ec19e3ec40/\n./cargo-target/debug/build/quote-7311c8ec19e3ec40/build_script_build-7311c8ec19e3ec40\n./cargo-target/debug/build/quote-7311c8ec19e3ec40/build-script-build\n./cargo-target/debug/build/quote-7311c8ec19e3ec40/build_script_build-7311c8ec19e3ec40.d\n./cargo-target/debug/build/zmij-ef045e1f10ec3882/\n./cargo-target/debug/build/zmij-ef045e1f10ec3882/build_script_build-ef045e1f10ec3882.d\n./cargo-target/debug/build/zmij-ef045e1f10ec3882/build-script-build\n./cargo-target/debug/build/zmij-ef045e1f10ec3882/build_script_build-ef045e1f10ec3882\n./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/\n./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/build-script-build\n./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/build_script_build-41f5b6717bfaf0a0.d\n./cargo-target/debug/build/proc-macro2-41f5b6717bfaf0a0/build_script_build-41f5b6717bfaf0a0\n./cargo-target/debug/build/rustix-2057de68928b4f33/\n./cargo-target/debug/build/rustix-2057de68928b4f33/build-script-build\n./cargo-target/debug/build/rustix-2057de68928b4f33/build_script_build-2057de68928b4f33.d\n./cargo-target/debug/build/rustix-2057de68928b4f33/build_script_build-2057de68928b4f33\n./cargo-target/debug/filecount.d\n./cargo-target/debug/incremental/\n./cargo-target/debug/incremental/filecount-09ljh6edss13p/\n./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/\n./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/work-products.bin\n./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/query-cache.bin\n./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy-8w1ougi6dklta6jsgjovn1ejo/dep-graph.bin\n./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly96b9ynp-14aej7j.lock\n./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly7g49h7f-1jd1qgy.lock\n./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly96b9ynp-14aej7j-8w1ougi6dklta6jsgjovn1ejo/\n./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly96b9ynp-14aej7j-8w1ougi6dklta6jsgjovn1ejo/work-products.bin\n./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly96b9ynp-14aej7j-8w1ougi6dklta6jsgjovn1ejo/query-cache.bin\n./cargo-target/debug/incremental/filecount-09ljh6edss13p/s-hly96b9ynp-14aej7j-8w1ougi6dklta6jsgjovn1ejo/dep-graph.bin\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev.lock\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1v5cmqbytwgv3qrcfvq97t4q2.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/39b2r19rueesme5wxaekiv4ey.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4gpun5wrrvbyxncoux5jqvqj3.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1b4kugwjd254vmaut4gjr6bwf.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8z2ombrilcgoo94qi8t3d3upi.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2pmnha4p5olv34xuj7qtetqfs.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bpbcbehn7abylz62qoe23yx75.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2uf5ri4eqsgrc3a9hz6kityt8.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/499tu0tsa4j85onc61pxdcujm.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6uf2d9uwso220fjbx335mdj53.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bf7czx1a54d14h2035vlwx5ya.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/awx487b763l58hpr7mefxtxgh.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8ac5rw99vb2f5dypptuhapghk.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/3ndxm5octkrfknke0692dluc9.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dlm0amcvr6v8afwrad8mpdctj.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a8yjbfid3ue1p42lnuwfttva6.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0ugron1ij1frvpbx2akq6kmzv.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/esacx19qcejn927zvokbbb4qy.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/80u0wu4v5i109rs4c8pa5551h.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ar2y4ojqknkxswmzhxcbhod19.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5tne9ies2zf1xp4k4vb83dbjn.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5ykcoq4wwyg0175b2rb2vt07m.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5xa6i87y1r9yykkfv19mxw84i.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/308ghbyyfbv08twb27zph3l1h.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4mm1s00kptqnyqpfoiwsw2e77.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bo0ee5ypmmzssnlfduchw1owt.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/axepw7c0imbnfxduw2aufc7qr.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/20khnlyux5xpbntoi6sy4yd2q.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ca010hqhrvz7xuffekx5lsnoz.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/anbpr0b0n5tevm8c4n28as4sc.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ccb32161en9vvtyo1oylk14lb.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/alejo6yky3ttoxhf3w9bvj2or.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/d4sxebr9ff73pzbrbwkej729w.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dezu0neu7gqb4ezqva6oy8qml.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6a5d7d81d45dy7crwv0llui58.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a4fetmswi2qnbyjrp1mhf5141.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dbb308i80gtjej9f1lhnjvh8k.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7alb9ub47q78s3xgbhitcwza4.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6cf3b6b7xzz33pbikcrp7myuj.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/duo19gi5guegpyw0s7hdp2w5w.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/acomuvwi7wtrfxnczcsqwobbs.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/evj2o9iubk19q11bi1woh0alh.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0dz8a41qke0llahqk3d5ebxj4.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/f0c3l1e85mfaip3qdhii5t5p6.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/b0d48gh6rwhapyb4xrnun27es.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9bllklve89uhzrxlb30jdtj0a.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7s4rth6jnbxlrieavvsocev9e.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a85frv96m1scihpic8ne02tc4.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a1yrwdgxr8mxw53l3c9oz228v.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8vslxnohe97f8d0kb216z6hfs.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/44yghcewi22xouofxkbms21h1.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6n2jdugmxptfyad2nj8ckeco4.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0kvo9zwidbbi80elpiij36brw.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/eswr2c9186kvlbjk6zgzuc681.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6cfdnucee5oabkt6sj1tvlmpm.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/work-products.bin\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/bz51jxce8sv01s0lgpsszjvpu.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7y1nvsevrnzn5jj9gkgborw6g.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c9qnckuv369d8bid1nkvmkyc3.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/query-cache.bin\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/76iqvj0us1isbpk6s61mz75ef.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/abbcyzkwiqa0sd853aa4de6lm.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8qwuw58801mn1tl33n051j1ck.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/czllvpsk8nn8vtq2zf5h3znis.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5mak1ydh783dc8usotjaj54dx.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/79yuxm1v7kzh3116eslk4k0oq.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4cipqtmgqem2zbdhhdpn5kxuz.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2kzfdte79ykzje83u5e0m7wzc.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/a1gzo1lzwpv7cnle515ekjpni.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5wme9m4engb5guqnduepb96x4.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6e0mdp7q7usflwxl3dybkapuc.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/epy46wx146to9niz3trla2bn9.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9egnmpd0zub9ws4rtiozc38ef.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c0k9r3e9270dhkrnkmxpx93vq.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/8ycehe0r6n4gd0n8u8qe28aml.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ch5nr8gr20hw7ui09j1v7i1ds.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/11dphnyh3o6tf0voqxqnlvgze.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/5xl21jxiviiu8q7bh8kz5jql4.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1qf70z6bgfgx9ps7d2f7n11ak.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9q0578rvltw0vs142ejq995wb.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dep-graph.bin\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7ofbc9s5hkl5wheer5nj4y7ap.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/504dymql67jzf1sbl7vfk0u0k.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/71708mpeietiitb1qi9zdlpd8.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2zq5xglkeyyaw1o4ptgfvco4u.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/4lmfdjntjwe6e2w4jlvq9n25w.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/6xajr3k5e3md85k6g7jjdxefc.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c2nsc40b6ghfiimk26clfep2z.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/aq334ivi9xmzm965vclfca1q3.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0icxe7tp3tsyug6bygotc6y3x.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/2g568g2hhlcaavns2ansl73xi.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/es2jgya4so963n4e8jiy6a459.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/3u0m3vjef33e2pe11wp16qxd8.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dfsi2ort9r3gpyk2ibrab7jgn.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/dmzqcw3rxf0ie08tkosijggj6.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/9lvxanu7r0bkk8pzl13hin7k0.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/cifasyuom0g4nkfme4dxezjy5.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/1mw65vxnxb9a1lgim3tzylaqe.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/3ug0bsvixo20f272au8fvms5f.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/7fb1mk0vsz0v93lazib4yohck.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/ardjdyowh3qfti3esy81jzuy8.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0fr3352hvsg2g4xk1itc9syis.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/54jibrqgxliqv9nc306qjc8xr.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/cknnxasama73ns6u39mfmhzre.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/c1je1uf2is8i5j0dja6bc2fsn.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly7g4n8py-1p36dev-8601itmwhuq20l1zkgh6d351s/0i7o4mj0jymqyrc81l66203zf.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/1v5cmqbytwgv3qrcfvq97t4q2.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/39b2r19rueesme5wxaekiv4ey.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/4gpun5wrrvbyxncoux5jqvqj3.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/1b4kugwjd254vmaut4gjr6bwf.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/8z2ombrilcgoo94qi8t3d3upi.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/2pmnha4p5olv34xuj7qtetqfs.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/bpbcbehn7abylz62qoe23yx75.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/2uf5ri4eqsgrc3a9hz6kityt8.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/499tu0tsa4j85onc61pxdcujm.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/6uf2d9uwso220fjbx335mdj53.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/bf7czx1a54d14h2035vlwx5ya.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/awx487b763l58hpr7mefxtxgh.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/8ac5rw99vb2f5dypptuhapghk.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/3ndxm5octkrfknke0692dluc9.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/dlm0amcvr6v8afwrad8mpdctj.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/a8yjbfid3ue1p42lnuwfttva6.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/0ugron1ij1frvpbx2akq6kmzv.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/esacx19qcejn927zvokbbb4qy.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/80u0wu4v5i109rs4c8pa5551h.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/ar2y4ojqknkxswmzhxcbhod19.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/5tne9ies2zf1xp4k4vb83dbjn.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/5ykcoq4wwyg0175b2rb2vt07m.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/5xa6i87y1r9yykkfv19mxw84i.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/308ghbyyfbv08twb27zph3l1h.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/4mm1s00kptqnyqpfoiwsw2e77.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/bo0ee5ypmmzssnlfduchw1owt.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/axepw7c0imbnfxduw2aufc7qr.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/20khnlyux5xpbntoi6sy4yd2q.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/ca010hqhrvz7xuffekx5lsnoz.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/anbpr0b0n5tevm8c4n28as4sc.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/ccb32161en9vvtyo1oylk14lb.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/alejo6yky3ttoxhf3w9bvj2or.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/d4sxebr9ff73pzbrbwkej729w.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/dezu0neu7gqb4ezqva6oy8qml.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/6a5d7d81d45dy7crwv0llui58.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/a4fetmswi2qnbyjrp1mhf5141.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/dbb308i80gtjej9f1lhnjvh8k.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/7alb9ub47q78s3xgbhitcwza4.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/6cf3b6b7xzz33pbikcrp7myuj.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/duo19gi5guegpyw0s7hdp2w5w.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/acomuvwi7wtrfxnczcsqwobbs.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/evj2o9iubk19q11bi1woh0alh.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/0dz8a41qke0llahqk3d5ebxj4.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/f0c3l1e85mfaip3qdhii5t5p6.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/b0d48gh6rwhapyb4xrnun27es.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/9bllklve89uhzrxlb30jdtj0a.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/7s4rth6jnbxlrieavvsocev9e.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/a85frv96m1scihpic8ne02tc4.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/a1yrwdgxr8mxw53l3c9oz228v.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/8vslxnohe97f8d0kb216z6hfs.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/44yghcewi22xouofxkbms21h1.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/6n2jdugmxptfyad2nj8ckeco4.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/0kvo9zwidbbi80elpiij36brw.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/eswr2c9186kvlbjk6zgzuc681.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/6cfdnucee5oabkt6sj1tvlmpm.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/work-products.bin\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/bz51jxce8sv01s0lgpsszjvpu.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/7y1nvsevrnzn5jj9gkgborw6g.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/c9qnckuv369d8bid1nkvmkyc3.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/query-cache.bin\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/76iqvj0us1isbpk6s61mz75ef.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/abbcyzkwiqa0sd853aa4de6lm.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/8qwuw58801mn1tl33n051j1ck.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/czllvpsk8nn8vtq2zf5h3znis.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/5mak1ydh783dc8usotjaj54dx.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/79yuxm1v7kzh3116eslk4k0oq.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/4cipqtmgqem2zbdhhdpn5kxuz.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/2kzfdte79ykzje83u5e0m7wzc.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/a1gzo1lzwpv7cnle515ekjpni.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/5wme9m4engb5guqnduepb96x4.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/6e0mdp7q7usflwxl3dybkapuc.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/epy46wx146to9niz3trla2bn9.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/9egnmpd0zub9ws4rtiozc38ef.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/c0k9r3e9270dhkrnkmxpx93vq.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/8ycehe0r6n4gd0n8u8qe28aml.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/ch5nr8gr20hw7ui09j1v7i1ds.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/11dphnyh3o6tf0voqxqnlvgze.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/5xl21jxiviiu8q7bh8kz5jql4.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/1qf70z6bgfgx9ps7d2f7n11ak.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/9q0578rvltw0vs142ejq995wb.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/dep-graph.bin\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/7ofbc9s5hkl5wheer5nj4y7ap.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/504dymql67jzf1sbl7vfk0u0k.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/71708mpeietiitb1qi9zdlpd8.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/2zq5xglkeyyaw1o4ptgfvco4u.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/4lmfdjntjwe6e2w4jlvq9n25w.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/6xajr3k5e3md85k6g7jjdxefc.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/c2nsc40b6ghfiimk26clfep2z.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/aq334ivi9xmzm965vclfca1q3.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/0icxe7tp3tsyug6bygotc6y3x.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/2g568g2hhlcaavns2ansl73xi.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/es2jgya4so963n4e8jiy6a459.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/3u0m3vjef33e2pe11wp16qxd8.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/dfsi2ort9r3gpyk2ibrab7jgn.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/dmzqcw3rxf0ie08tkosijggj6.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/9lvxanu7r0bkk8pzl13hin7k0.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/cifasyuom0g4nkfme4dxezjy5.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/1mw65vxnxb9a1lgim3tzylaqe.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/3ug0bsvixo20f272au8fvms5f.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/7fb1mk0vsz0v93lazib4yohck.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/ardjdyowh3qfti3esy81jzuy8.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/0fr3352hvsg2g4xk1itc9syis.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/54jibrqgxliqv9nc306qjc8xr.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/cknnxasama73ns6u39mfmhzre.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/c1je1uf2is8i5j0dja6bc2fsn.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07-8601itmwhuq20l1zkgh6d351s/0i7o4mj0jymqyrc81l66203zf.o\n./cargo-target/debug/incremental/filecount-1ftpbwjj94fn9/s-hly96bpuxs-1ralz07.lock\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/a4lny3pgx6zyqobiexzbuqocc.o\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/7wwcndi7fkpr11mqho1v8q46d.o\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/4it2w4qp9pqfx1olnjtl4lk86.o\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/4fxhldviy5of1phoquypz3269.o\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/work-products.bin\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/query-cache.bin\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/dep-graph.bin\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk-1jutib1s51jcxgcwfg1rx0ppb/88wyhqzkwmi70ooofsv89aw3o.o\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly7g4n80e-0u48qrk.lock\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly96bpuxs-0rb1xd3.lock\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly96bpuxs-0rb1xd3-1jutib1s51jcxgcwfg1rx0ppb/\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly96bpuxs-0rb1xd3-1jutib1s51jcxgcwfg1rx0ppb/a4lny3pgx6zyqobiexzbuqocc.o\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly96bpuxs-0rb1xd3-1jutib1s51jcxgcwfg1rx0ppb/7wwcndi7fkpr11mqho1v8q46d.o\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly96bpuxs-0rb1xd3-1jutib1s51jcxgcwfg1rx0ppb/4it2w4qp9pqfx1olnjtl4lk86.o\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly96bpuxs-0rb1xd3-1jutib1s51jcxgcwfg1rx0ppb/4fxhldviy5of1phoquypz3269.o\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly96bpuxs-0rb1xd3-1jutib1s51jcxgcwfg1rx0ppb/work-products.bin\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly96bpuxs-0rb1xd3-1jutib1s51jcxgcwfg1rx0ppb/query-cache.bin\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly96bpuxs-0rb1xd3-1jutib1s51jcxgcwfg1rx0ppb/dep-graph.bin\n./cargo-target/debug/incremental/filecount-1tkspcuhi9ff7/s-hly96bpuxs-0rb1xd3-1jutib1s51jcxgcwfg1rx0ppb/88wyhqzkwmi70ooofsv89aw3o.o\n./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/\n./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly96b9ynn-0uq5iyi-728q9yrhov9a6yczzo9znkd75/\n./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly96b9ynn-0uq5iyi-728q9yrhov9a6yczzo9znkd75/work-products.bin\n./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly96b9ynn-0uq5iyi-728q9yrhov9a6yczzo9znkd75/query-cache.bin\n./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly96b9ynn-0uq5iyi-728q9yrhov9a6yczzo9znkd75/dep-graph.bin\n./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly96b9ynn-0uq5iyi.lock\n./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/\n./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/work-products.bin\n./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/query-cache.bin\n./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f-728q9yrhov9a6yczzo9znkd75/dep-graph.bin\n./cargo-target/debug/incremental/filecount-0s6kpdxrjxx2e/s-hly7g49h7m-145oj6f.lock\n./cargo-target/debug/.cargo-build-lock\n./cargo-target/debug/deps/\n./cargo-target/debug/deps/is_terminal_polyfill-9c7573639267fe8d.d\n./cargo-target/debug/deps/libsame_file-4e4796d0efd5db1b.rlib\n./cargo-target/debug/deps/libanstyle_parse-de7ba1ab5f110919.rlib\n./cargo-target/debug/deps/libanstyle-717f8d844e892cbf.rlib\n./cargo-target/debug/deps/quote-58c9686b0e89a703.d\n./cargo-target/debug/deps/libc-e4e309fd9792fa72.d\n./cargo-target/debug/deps/libanstream-b6ac5dcc1d25c2fe.rmeta\n./cargo-target/debug/deps/libanstyle-e78a0849de95a740.rmeta\n./cargo-target/debug/deps/libclap-f92b0b450e69f601.rmeta\n./cargo-target/debug/deps/proc_macro2-17071dc385286db1.d\n./cargo-target/debug/deps/libunicode_width-61c784d25cab2c40.rmeta\n./cargo-target/debug/deps/libunicode_ident-4867c6df2646e718.rmeta\n./cargo-target/debug/deps/strsim-350539075733e214.d\n./cargo-target/debug/deps/same_file-94c88d1787851e6a.d\n./cargo-target/debug/deps/libcolorchoice-3d676ec3ba8687db.rmeta\n./cargo-target/debug/deps/same_file-4e4796d0efd5db1b.d\n./cargo-target/debug/deps/walkdir-a9fe914427991f4e.d\n./cargo-target/debug/deps/libserde_json-72d1003fb119d2db.rlib\n./cargo-target/debug/deps/liblinux_raw_sys-2e7d774a4e4d5ff6.rlib\n./cargo-target/debug/deps/libsame_file-94c88d1787851e6a.rmeta\n./cargo-target/debug/deps/libportable_atomic-c68246ef83343abb.rmeta\n./cargo-target/debug/deps/itoa-7685dba7fc388658.d\n./cargo-target/debug/deps/unicode_width-5dcb97b189617948.d\n./cargo-target/debug/deps/libwalkdir-a9fe914427991f4e.rmeta\n./cargo-target/debug/deps/filecount-540e5c648d65f765.d\n./cargo-target/debug/deps/libis_terminal_polyfill-9c7573639267fe8d.rmeta\n./cargo-target/debug/deps/libbitflags-ca8c5e0086f3c3cf.rmeta\n./cargo-target/debug/deps/bitflags-ef9541d159acadf6.d\n./cargo-target/debug/deps/filecount-baedafc9954bfcb8.d\n./cargo-target/debug/deps/walkdir-5340530dcf8bedaf.d\n./cargo-target/debug/deps/clap_builder-e961d11c75aa25e0.d\n./cargo-target/debug/deps/libcolorchoice-4b170734103dc5f0.rmeta\n./cargo-target/debug/deps/unit_prefix-d2850f1a5392769e.d\n./cargo-target/debug/deps/libanstyle_parse-6771b1bf6e984b17.rmeta\n./cargo-target/debug/deps/libanstyle_query-198fbfe849ab02d0.rmeta\n./cargo-target/debug/deps/indicatif-e8e827ff1c149eee.d\n./cargo-target/debug/deps/anstream-b6ac5dcc1d25c2fe.d\n./cargo-target/debug/deps/rustix-83d6e17a6e84a398.d\n./cargo-target/debug/deps/anstyle_query-198fbfe849ab02d0.d\n./cargo-target/debug/deps/rustix-0e92ee9bdef408d9.d\n./cargo-target/debug/deps/serde-1f84ea849cb28baa.d\n./cargo-target/debug/deps/once_cell-6d84a9d35194e4b4.d\n./cargo-target/debug/deps/libanstream-bf1aacbe7d54c374.rmeta\n./cargo-target/debug/deps/libitoa-43444eaacc0727d6.rmeta\n./cargo-target/debug/deps/clap_builder-3dc3f4f4110a1b3c.d\n./cargo-target/debug/deps/libanstyle_parse-de7ba1ab5f110919.rmeta\n./cargo-target/debug/deps/libcolorchoice-4b170734103dc5f0.rlib\n./cargo-target/debug/deps/libitoa-43444eaacc0727d6.rlib\n./cargo-target/debug/deps/libindicatif-e8e827ff1c149eee.rlib\n./cargo-target/debug/deps/libquote-58c9686b0e89a703.rlib\n./cargo-target/debug/deps/colorchoice-4b170734103dc5f0.d\n./cargo-target/debug/deps/libterminal_size-88321ec22adc71e4.rmeta\n./cargo-target/debug/deps/libunicode_width-5dcb97b189617948.rlib\n./cargo-target/debug/deps/anstyle-717f8d844e892cbf.d\n./cargo-target/debug/deps/libonce_cell-6d84a9d35194e4b4.rmeta\n./cargo-target/debug/deps/libunicode_width-5dcb97b189617948.rmeta\n./cargo-target/debug/deps/itoa-43444eaacc0727d6.d\n./cargo-target/debug/deps/libserde_core-7369bbef0ddde4fa.rmeta\n./cargo-target/debug/deps/bitflags-ca8c5e0086f3c3cf.d\n./cargo-target/debug/deps/unit_prefix-661dc44c7e384825.d\n./cargo-target/debug/deps/utf8parse-5c2360a30268ac05.d\n./cargo-target/debug/deps/libmemchr-50f95ebf8aa3ed81.rmeta\n./cargo-target/debug/deps/librustix-0e92ee9bdef408d9.rmeta\n./cargo-target/debug/deps/libonce_cell-ca424a7c1403b4cb.rlib\n./cargo-target/debug/deps/libclap-f92b0b450e69f601.rlib\n./cargo-target/debug/deps/portable_atomic-c68246ef83343abb.d\n./cargo-target/debug/deps/strsim-3f1ca007c91986d3.d\n./cargo-target/debug/deps/libindicatif-40f5795ac8278760.rmeta\n./cargo-target/debug/deps/libitoa-7685dba7fc388658.rmeta\n./cargo-target/debug/deps/libonce_cell-ca424a7c1403b4cb.rmeta\n./cargo-target/debug/deps/libclap_builder-e961d11c75aa25e0.rlib\n./cargo-target/debug/deps/libportable_atomic-1d49fff76bae0776.rlib\n./cargo-target/debug/deps/filecount-540e5c648d65f765\n./cargo-target/debug/deps/indicatif-40f5795ac8278760.d\n./cargo-target/debug/deps/libanstyle_query-a513904800864744.rmeta\n./cargo-target/debug/deps/libanstyle_query-a513904800864744.rlib\n./cargo-target/debug/deps/libanstream-b6ac5dcc1d25c2fe.rlib\n./cargo-target/debug/deps/libconsole-130ca6e9cf03cd4e.rmeta\n./cargo-target/debug/deps/liblibc-51af4c07ef0369c3.rlib\n./cargo-target/debug/deps/filecount-3fabc278663dcb7a\n./cargo-target/debug/deps/libstrsim-3f1ca007c91986d3.rmeta\n./cargo-target/debug/deps/libheck-9e7d86b5b43a0416.rlib\n./cargo-target/debug/deps/libmemchr-758d26ba49117321.rlib\n./cargo-target/debug/deps/librustix-0e92ee9bdef408d9.rlib\n./cargo-target/debug/deps/libclap_derive-4d19da3e6e3666b8.so\n./cargo-target/debug/deps/libzmij-2f285f973c7aee55.rmeta\n./cargo-target/debug/deps/libwalkdir-5340530dcf8bedaf.rmeta\n./cargo-target/debug/deps/clap_lex-b0ffff2ebc0cd617.d\n./cargo-target/debug/deps/anstyle_query-a513904800864744.d\n./cargo-target/debug/deps/memchr-50f95ebf8aa3ed81.d\n./cargo-target/debug/deps/syn-00944c1069f5fa82.d\n./cargo-target/debug/deps/libserde-6c6a1007c8b0b81d.rmeta\n./cargo-target/debug/deps/libunit_prefix-661dc44c7e384825.rlib\n./cargo-target/debug/deps/liblibc-51af4c07ef0369c3.rmeta\n./cargo-target/debug/deps/libunit_prefix-661dc44c7e384825.rmeta\n./cargo-target/debug/deps/zmij-75872c2fcc3f1638.d\n./cargo-target/debug/deps/libis_terminal_polyfill-cec1cb8ad672ff05.rmeta\n./cargo-target/debug/deps/libstrsim-350539075733e214.rmeta\n./cargo-target/debug/deps/console-0dc3733b9fceec3c.d\n./cargo-target/debug/deps/terminal_size-d215978d50643888.d\n./cargo-target/debug/deps/libserde_json-72d1003fb119d2db.rmeta\n./cargo-target/debug/deps/libutf8parse-5c2360a30268ac05.rmeta\n./cargo-target/debug/deps/liblinux_raw_sys-b45069db06ed8eb3.rmeta\n./cargo-target/debug/deps/anstream-bf1aacbe7d54c374.d\n./cargo-target/debug/deps/once_cell-ca424a7c1403b4cb.d\n./cargo-target/debug/deps/anstyle_parse-6771b1bf6e984b17.d\n./cargo-target/debug/deps/libserde_derive-6ef9bf0fa671d689.so\n./cargo-target/debug/deps/clap-f92b0b450e69f601.d\n./cargo-target/debug/deps/filecount-03faf0db0aabb720.d\n./cargo-target/debug/deps/unicode_width-61c784d25cab2c40.d\n./cargo-target/debug/deps/is_terminal_polyfill-cec1cb8ad672ff05.d\n./cargo-target/debug/deps/libc-51af4c07ef0369c3.d\n./cargo-target/debug/deps/libfilecount-03faf0db0aabb720.rmeta\n./cargo-target/debug/deps/libbitflags-ca8c5e0086f3c3cf.rlib\n./cargo-target/debug/deps/libproc_macro2-17071dc385286db1.rlib\n./cargo-target/debug/deps/libconsole-0dc3733b9fceec3c.rmeta\n./cargo-target/debug/deps/console-130ca6e9cf03cd4e.d\n./cargo-target/debug/deps/libserde-6c6a1007c8b0b81d.rlib\n./cargo-target/debug/deps/libzmij-2f285f973c7aee55.rlib\n./cargo-target/debug/deps/clap-c7f13c470629d00c.d\n./cargo-target/debug/deps/libquote-58c9686b0e89a703.rmeta\n./cargo-target/debug/deps/serde-6c6a1007c8b0b81d.d\n./cargo-target/debug/deps/libmemchr-758d26ba49117321.rmeta\n./cargo-target/debug/deps/libclap-c7f13c470629d00c.rmeta\n./cargo-target/debug/deps/libanstyle-717f8d844e892cbf.rmeta\n./cargo-target/debug/deps/libserde_core-c315f8adcc0781da.rlib\n./cargo-target/debug/deps/serde_core-c315f8adcc0781da.d\n./cargo-target/debug/deps/liblinux_raw_sys-2e7d774a4e4d5ff6.rmeta\n./cargo-target/debug/deps/filecount-3fabc278663dcb7a.d\n./cargo-target/debug/deps/libserde_core-c315f8adcc0781da.rmeta\n./cargo-target/debug/deps/libclap_builder-e961d11c75aa25e0.rmeta\n./cargo-target/debug/deps/terminal_size-88321ec22adc71e4.d\n./cargo-target/debug/deps/libterminal_size-d215978d50643888.rmeta\n./cargo-target/debug/deps/libis_terminal_polyfill-cec1cb8ad672ff05.rlib\n./cargo-target/debug/deps/libsyn-00944c1069f5fa82.rmeta\n./cargo-target/debug/deps/libclap_lex-b0ffff2ebc0cd617.rmeta\n./cargo-target/debug/deps/libconsole-130ca6e9cf03cd4e.rlib\n./cargo-target/debug/deps/libzmij-75872c2fcc3f1638.rmeta\n./cargo-target/debug/deps/serde_derive-6ef9bf0fa671d689.d\n./cargo-target/debug/deps/libclap_lex-a37efa45f4c66e07.rlib\n./cargo-target/debug/deps/libserde_json-a3ee79e5afaaf4fe.rmeta\n./cargo-target/debug/deps/libterminal_size-d215978d50643888.rlib\n./cargo-target/debug/deps/libclap_lex-a37efa45f4c66e07.rmeta\n./cargo-target/debug/deps/librustix-83d6e17a6e84a398.rmeta\n./cargo-target/debug/deps/portable_atomic-1d49fff76bae0776.d\n./cargo-target/debug/deps/serde_json-a3ee79e5afaaf4fe.d\n./cargo-target/debug/deps/libunicode_ident-4867c6df2646e718.rlib\n./cargo-target/debug/deps/colorchoice-3d676ec3ba8687db.d\n./cargo-target/debug/deps/clap_derive-4d19da3e6e3666b8.d\n./cargo-target/debug/deps/zmij-2f285f973c7aee55.d\n./cargo-target/debug/deps/libbitflags-ef9541d159acadf6.rmeta\n./cargo-target/debug/deps/libunit_prefix-d2850f1a5392769e.rmeta\n./cargo-target/debug/deps/libportable_atomic-1d49fff76bae0776.rmeta\n./cargo-target/debug/deps/libheck-9e7d86b5b43a0416.rmeta\n./cargo-target/debug/deps/unicode_ident-4867c6df2646e718.d\n./cargo-target/debug/deps/libutf8parse-cb3c3b5db9af1162.rlib\n./cargo-target/debug/deps/linux_raw_sys-2e7d774a4e4d5ff6.d\n./cargo-target/debug/deps/libstrsim-3f1ca007c91986d3.rlib\n./cargo-target/debug/deps/anstyle-e78a0849de95a740.d\n./cargo-target/debug/deps/utf8parse-cb3c3b5db9af1162.d\n./cargo-target/debug/deps/libclap_builder-3dc3f4f4110a1b3c.rmeta\n./cargo-target/debug/deps/liblibc-e4e309fd9792fa72.rmeta\n./cargo-target/debug/deps/serde_core-7369bbef0ddde4fa.d\n./cargo-target/debug/deps/libserde-1f84ea849cb28baa.rmeta\n./cargo-target/debug/deps/linux_raw_sys-b45069db06ed8eb3.d\n./cargo-target/debug/deps/anstyle_parse-de7ba1ab5f110919.d\n./cargo-target/debug/deps/serde_json-72d1003fb119d2db.d\n./cargo-target/debug/deps/memchr-758d26ba49117321.d\n./cargo-target/debug/deps/libsyn-00944c1069f5fa82.rlib\n./cargo-target/debug/deps/heck-9e7d86b5b43a0416.d\n./cargo-target/debug/deps/clap_lex-a37efa45f4c66e07.d\n./cargo-target/debug/deps/libutf8parse-cb3c3b5db9af1162.rmeta\n./cargo-target/debug/deps/libproc_macro2-17071dc385286db1.rmeta\n./cargo-target/debug/deps/libindicatif-e8e827ff1c149eee.rmeta\n./cargo-target/debug/deps/libfilecount-baedafc9954bfcb8.rmeta\n./cargo-target/debug/deps/libwalkdir-5340530dcf8bedaf.rlib\n./cargo-target/debug/deps/libsame_file-4e4796d0efd5db1b.rmeta\n./cargo-target/debug/.cargo-lock\n./cargo-target/debug/filecount\n./cargo-target/debug/examples/\n./cargo-target/CACHEDIR.TAG\n./cargo-target/.rustc_info.json\n./cargo-target/release/\n./cargo-target/release/.cargo-artifact-lock\n./cargo-target/release/.fingerprint/\n./cargo-target/release/.fingerprint/quote-6ab7b92ec066407a/\n./cargo-target/release/.fingerprint/quote-6ab7b92ec066407a/run-build-script-build-script-build\n./cargo-target/release/.fingerprint/quote-6ab7b92ec066407a/run-build-script-build-script-build.json\n./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/\n./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/dep-build-script-build-script-build\n./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/invoked.timestamp\n./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/build-script-build-script-build.json\n./cargo-target/release/.fingerprint/zmij-3a9b45dfdb1c3cfb/build-script-build-script-build\n./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/\n./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/dep-lib-terminal_size\n./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/invoked.timestamp\n./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/lib-terminal_size.json\n./cargo-target/release/.fingerprint/terminal_size-a7f45f19706590f2/lib-terminal_size\n./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/\n./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/dep-build-script-build-script-build\n./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/invoked.timestamp\n./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/build-script-build-script-build.json\n./cargo-target/release/.fingerprint/serde_json-5b8acb2e93af171c/build-script-build-script-build\n./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/\n./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/lib-clap_derive.json\n./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/lib-clap_derive\n./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/invoked.timestamp\n./cargo-target/release/.fingerprint/clap_derive-8a179cbf9e32af15/dep-lib-clap_derive\n./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/\n./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/lib-proc_macro2.json\n./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/lib-proc_macro2\n./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/invoked.timestamp\n./cargo-target/release/.fingerprint/proc-macro2-b9963ff11ae7668b/dep-lib-proc_macro2\n./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/\n./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/lib-clap_builder.json\n./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/dep-lib-clap_builder\n./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/invoked.timestamp\n./cargo-target/release/.fingerprint/clap_builder-6a73b8b54ebec844/lib-clap_builder\n./cargo-target/release/.fingerprint/zmij-b55fa271062ab0ce/\n./cargo-target/release/.fingerprint/zmij-b55fa271062ab0ce/run-build-script-build-script-build\n./cargo-target/release/.fingerprint/zmij-b55fa271062ab0ce/run-build-script-build-script-build.json\n./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/\n./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/lib-once_cell\n./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/dep-lib-once_cell\n./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/invoked.timestamp\n./cargo-target/release/.fingerprint/once_cell-26d30c93d8c7a2ae/lib-once_cell.json\n./cargo-target/release/.fingerprint/serde-3629bc852049c1da/\n./cargo-target/release/.fingerprint/serde-3629bc852049c1da/dep-lib-serde\n./cargo-target/release/.fingerprint/serde-3629bc852049c1da/invoked.timestamp\n./cargo-target/release/.fingerprint/serde-3629bc852049c1da/lib-serde\n./cargo-target/release/.fingerprint/serde-3629bc852049c1da/lib-serde.json\n./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/\n./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/lib-serde_core.json\n./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/lib-serde_core\n./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/invoked.timestamp\n./cargo-target/release/.fingerprint/serde_core-394e72e429afbbef/dep-lib-serde_core\n./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/\n./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/dep-lib-syn\n./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/lib-syn.json\n./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/lib-syn\n./cargo-target/release/.fingerprint/syn-b5617815f0a02c50/invoked.timestamp\n./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/\n./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/dep-build-script-build-script-build\n./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/invoked.timestamp\n./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/build-script-build-script-build.json\n./cargo-target/release/.fingerprint/rustix-5de9323b30dd8142/build-script-build-script-build\n./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/\n./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/lib-unicode_width.json\n./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/lib-unicode_width\n./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/invoked.timestamp\n./cargo-target/release/.fingerprint/unicode-width-ea74a36a53b64452/dep-lib-unicode_width\n./cargo-target/release/.fingerprint/serde_json-ce199174567cb54e/\n./cargo-target/release/.fingerprint/serde_json-ce199174567cb54e/run-build-script-build-script-build\n./cargo-target/release/.fingerprint/serde_json-ce199174567cb54e/run-build-script-build-script-build.json\n./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/\n./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/dep-lib-utf8parse\n./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/lib-utf8parse.json\n./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/invoked.timestamp\n./cargo-target/release/.fingerprint/utf8parse-e5c779f350c6b992/lib-utf8parse\n./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/\n./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/lib-quote\n./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/invoked.timestamp\n./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/dep-lib-quote\n./cargo-target/release/.fingerprint/quote-ddea29ab556978ac/lib-quote.json\n./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/\n./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/lib-clap\n./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/lib-clap.json\n./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/invoked.timestamp\n./cargo-target/release/.fingerprint/clap-cd4b757ce892d4bb/dep-lib-clap\n./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/\n./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/lib-anstyle_query.json\n./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/invoked.timestamp\n./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/dep-lib-anstyle_query\n./cargo-target/release/.fingerprint/anstyle-query-c3902ac7e5a9ff9c/lib-anstyle_query\n./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/\n./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/dep-build-script-build-script-build\n./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/invoked.timestamp\n./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/build-script-build-script-build.json\n./cargo-target/release/.fingerprint/proc-macro2-78009b6b2755a3d8/build-script-build-script-build\n./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/\n./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/lib-clap_lex.json\n./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/lib-clap_lex\n./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/invoked.timestamp\n./cargo-target/release/.fingerprint/clap_lex-20384d8ec24dace5/dep-lib-clap_lex\n./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/\n./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/dep-lib-colorchoice\n./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/lib-colorchoice.json\n./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/invoked.timestamp\n./cargo-target/release/.fingerprint/colorchoice-9cc885dc20138687/lib-colorchoice\n./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/\n./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/lib-anstyle\n./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/invoked.timestamp\n./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/dep-lib-anstyle\n./cargo-target/release/.fingerprint/anstyle-b25e69b984bcaa4a/lib-anstyle.json\n./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/\n./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/lib-anstyle_parse.json\n./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/invoked.timestamp\n./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/lib-anstyle_parse\n./cargo-target/release/.fingerprint/anstyle-parse-85e9f4b5cb1cf89e/dep-lib-anstyle_parse\n./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/\n./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/lib-heck.json\n./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/dep-lib-heck\n./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/lib-heck\n./cargo-target/release/.fingerprint/heck-313a2ad31909d0ad/invoked.timestamp\n./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/\n./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/dep-lib-serde_json\n./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/lib-serde_json\n./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/invoked.timestamp\n./cargo-target/release/.fingerprint/serde_json-2f74d718813f54f5/lib-serde_json.json\n./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/\n./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/lib-same_file.json\n./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/lib-same_file\n./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/dep-lib-same_file\n./cargo-target/release/.fingerprint/same-file-3ba7bddfadca5e94/invoked.timestamp\n./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/\n./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/dep-lib-bitflags\n./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/invoked.timestamp\n./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/lib-bitflags\n./cargo-target/release/.fingerprint/bitflags-84a8a53f920e85fb/lib-bitflags.json\n./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/\n./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/lib-linux_raw_sys\n./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/invoked.timestamp\n./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/lib-linux_raw_sys.json\n./cargo-target/release/.fingerprint/linux-raw-sys-0d2d901aa4573cc3/dep-lib-linux_raw_sys\n./cargo-target/release/.fingerprint/serde_core-453ccb314de1ceca/\n./cargo-target/release/.fingerprint/serde_core-453ccb314de1ceca/run-build-script-build-script-build\n./cargo-target/release/.fingerprint/serde_core-453ccb314de1ceca/run-build-script-build-script-build.json\n./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/\n./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/lib-unit_prefix\n./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/dep-lib-unit_prefix\n./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/invoked.timestamp\n./cargo-target/release/.fingerprint/unit-prefix-90ac74a1db971ce4/lib-unit_prefix.json\n./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/\n./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/dep-lib-memchr\n./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/lib-memchr\n./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/lib-memchr.json\n./cargo-target/release/.fingerprint/memchr-0f3fa92d3d0fbb17/invoked.timestamp\n./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/\n./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/lib-anstream.json\n./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/dep-lib-anstream\n./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/lib-anstream\n./cargo-target/release/.fingerprint/anstream-4ef7222b69d1da74/invoked.timestamp\n./cargo-target/release/.fingerprint/libc-389560db9e61ef57/\n./cargo-target/release/.fingerprint/libc-389560db9e61ef57/dep-build-script-build-script-build\n./cargo-target/release/.fingerprint/libc-389560db9e61ef57/invoked.timestamp\n./cargo-target/release/.fingerprint/libc-389560db9e61ef57/build-script-build-script-build.json\n./cargo-target/release/.fingerprint/libc-389560db9e61ef57/build-script-build-script-build\n./cargo-target/release/.fingerprint/console-d431110703700aca/\n./cargo-target/release/.fingerprint/console-d431110703700aca/dep-lib-console\n./cargo-target/release/.fingerprint/console-d431110703700aca/lib-console.json\n./cargo-target/release/.fingerprint/console-d431110703700aca/invoked.timestamp\n./cargo-target/release/.fingerprint/console-d431110703700aca/lib-console\n./cargo-target/release/.fingerprint/portable-atomic-0d9da4dfacec7eff/\n./cargo-target/release/.fingerprint/portable-atomic-0d9da4dfacec7eff/run-build-script-build-script-build\n./cargo-target/release/.fingerprint/portable-atomic-0d9da4dfacec7eff/run-build-script-build-script-build.json\n./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/\n./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/lib-zmij\n./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/invoked.timestamp\n./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/lib-zmij.json\n./cargo-target/release/.fingerprint/zmij-4ee6bdb28bb72843/dep-lib-zmij\n./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/\n./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/dep-build-script-build-script-build\n./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/invoked.timestamp\n./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/build-script-build-script-build.json\n./cargo-target/release/.fingerprint/quote-aff4c397d0dabeaa/build-script-build-script-build\n./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/\n./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/dep-lib-strsim\n./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/invoked.timestamp\n./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/lib-strsim\n./cargo-target/release/.fingerprint/strsim-d9554b4734921b7c/lib-strsim.json\n./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/\n./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/dep-build-script-build-script-build\n./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/invoked.timestamp\n./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/build-script-build-script-build.json\n./cargo-target/release/.fingerprint/serde-b3a6a5f6be6dd29d/build-script-build-script-build\n./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/\n./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/dep-build-script-build-script-build\n./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/invoked.timestamp\n./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/build-script-build-script-build.json\n./cargo-target/release/.fingerprint/portable-atomic-e222423cff2cd533/build-script-build-script-build\n./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/\n./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/invoked.timestamp\n./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/lib-walkdir.json\n./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/lib-walkdir\n./cargo-target/release/.fingerprint/walkdir-7905677f597ec379/dep-lib-walkdir\n./cargo-target/release/.fingerprint/proc-macro2-31b138c731e29f26/\n./cargo-target/release/.fingerprint/proc-macro2-31b138c731e29f26/run-build-script-build-script-build\n./cargo-target/release/.fingerprint/proc-macro2-31b138c731e29f26/run-build-script-build-script-build.json\n./cargo-target/release/.fingerprint/libc-391a88266db9a2d2/\n./cargo-target/release/.fingerprint/libc-391a88266db9a2d2/run-build-script-build-script-build\n./cargo-target/release/.fingerprint/libc-391a88266db9a2d2/run-build-script-build-script-build.json\n./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/\n./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/dep-build-script-build-script-build\n./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/invoked.timestamp\n./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/build-script-build-script-build.json\n./cargo-target/release/.fingerprint/serde_core-239394e4c069d446/build-script-build-script-build\n./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/\n./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/invoked.timestamp\n./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/lib-indicatif.json\n./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/lib-indicatif\n./cargo-target/release/.fingerprint/indicatif-42c43ffa084f5166/dep-lib-indicatif\n./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/\n./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/dep-lib-unicode_ident\n./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/lib-unicode_ident\n./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/invoked.timestamp\n./cargo-target/release/.fingerprint/unicode-ident-dbdd73b4c82907f6/lib-unicode_ident.json\n./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/\n./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/lib-serde_derive\n./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/dep-lib-serde_derive\n./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/lib-serde_derive.json\n./cargo-target/release/.fingerprint/serde_derive-a4d68b660f21d9a1/invoked.timestamp\n./cargo-target/release/.fingerprint/rustix-539e715fb9177003/\n./cargo-target/release/.fingerprint/rustix-539e715fb9177003/run-build-script-build-script-build\n./cargo-target/release/.fingerprint/rustix-539e715fb9177003/run-build-script-build-script-build.json\n./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/\n./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/dep-lib-portable_atomic\n./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/invoked.timestamp\n./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/lib-portable_atomic.json\n./cargo-target/release/.fingerprint/portable-atomic-df4d6b6423a57b4c/lib-portable_atomic\n./cargo-target/release/.fingerprint/serde-86fab83030af3d1d/\n./cargo-target/release/.fingerprint/serde-86fab83030af3d1d/run-build-script-build-script-build\n./cargo-target/release/.fingerprint/serde-86fab83030af3d1d/run-build-script-build-script-build.json\n./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/\n./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/lib-itoa\n./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/dep-lib-itoa\n./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/invoked.timestamp\n./cargo-target/release/.fingerprint/itoa-5a7ece7454b24b24/lib-itoa.json\n./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/\n./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/dep-lib-is_terminal_polyfill\n./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/invoked.timestamp\n./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/lib-is_terminal_polyfill.json\n./cargo-target/release/.fingerprint/is_terminal_polyfill-d28475b24725bf33/lib-is_terminal_polyfill\n./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/\n./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/lib-libc\n./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/invoked.timestamp\n./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/lib-libc.json\n./cargo-target/release/.fingerprint/libc-d08669cc7cb3b24b/dep-lib-libc\n./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/\n./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/dep-lib-rustix\n./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/invoked.timestamp\n./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/lib-rustix.json\n./cargo-target/release/.fingerprint/rustix-67750beee1ec3fd7/lib-rustix\n./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/\n./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/dep-bin-filecount\n./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/bin-filecount\n./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/invoked.timestamp\n./cargo-target/release/.fingerprint/filecount-ac2daad50651c2d5/bin-filecount.json\n./cargo-target/release/build/\n./cargo-target/release/build/quote-6ab7b92ec066407a/\n./cargo-target/release/build/quote-6ab7b92ec066407a/root-output\n./cargo-target/release/build/quote-6ab7b92ec066407a/stderr\n./cargo-target/release/build/quote-6ab7b92ec066407a/invoked.timestamp\n./cargo-target/release/build/quote-6ab7b92ec066407a/out/\n./cargo-target/release/build/quote-6ab7b92ec066407a/output\n./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/\n./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/build-script-build\n./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/build_script_build-3a9b45dfdb1c3cfb\n./cargo-target/release/build/zmij-3a9b45dfdb1c3cfb/build_script_build-3a9b45dfdb1c3cfb.d\n./cargo-target/release/build/serde_json-5b8acb2e93af171c/\n./cargo-target/release/build/serde_json-5b8acb2e93af171c/build_script_build-5b8acb2e93af171c\n./cargo-target/release/build/serde_json-5b8acb2e93af171c/build-script-build\n./cargo-target/release/build/serde_json-5b8acb2e93af171c/build_script_build-5b8acb2e93af171c.d\n./cargo-target/release/build/zmij-b55fa271062ab0ce/\n./cargo-target/release/build/zmij-b55fa271062ab0ce/root-output\n./cargo-target/release/build/zmij-b55fa271062ab0ce/stderr\n./cargo-target/release/build/zmij-b55fa271062ab0ce/invoked.timestamp\n./cargo-target/release/build/zmij-b55fa271062ab0ce/out/\n./cargo-target/release/build/zmij-b55fa271062ab0ce/output\n./cargo-target/release/build/rustix-5de9323b30dd8142/\n./cargo-target/release/build/rustix-5de9323b30dd8142/build_script_build-5de9323b30dd8142\n./cargo-target/release/build/rustix-5de9323b30dd8142/build_script_build-5de9323b30dd8142.d\n./cargo-target/release/build/rustix-5de9323b30dd8142/build-script-build\n./cargo-target/release/build/serde_json-ce199174567cb54e/\n./cargo-target/release/build/serde_json-ce199174567cb54e/root-output\n./cargo-target/release/build/serde_json-ce199174567cb54e/stderr\n./cargo-target/release/build/serde_json-ce199174567cb54e/invoked.timestamp\n./cargo-target/release/build/serde_json-ce199174567cb54e/out/\n./cargo-target/release/build/serde_json-ce199174567cb54e/output\n./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/\n./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/build_script_build-78009b6b2755a3d8.d\n./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/build-script-build\n./cargo-target/release/build/proc-macro2-78009b6b2755a3d8/build_script_build-78009b6b2755a3d8\n./cargo-target/release/build/serde_core-453ccb314de1ceca/\n./cargo-target/release/build/serde_core-453ccb314de1ceca/root-output\n./cargo-target/release/build/serde_core-453ccb314de1ceca/stderr\n./cargo-target/release/build/serde_core-453ccb314de1ceca/invoked.timestamp\n./cargo-target/release/build/serde_core-453ccb314de1ceca/out/\n./cargo-target/release/build/serde_core-453ccb314de1ceca/out/private.rs\n./cargo-target/release/build/serde_core-453ccb314de1ceca/output\n./cargo-target/release/build/libc-389560db9e61ef57/\n./cargo-target/release/build/libc-389560db9e61ef57/build_script_build-389560db9e61ef57.d\n./cargo-target/release/build/libc-389560db9e61ef57/build-script-build\n./cargo-target/release/build/libc-389560db9e61ef57/build_script_build-389560db9e61ef57\n./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/\n./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/root-output\n./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/stderr\n./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/invoked.timestamp\n./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/out/\n./cargo-target/release/build/portable-atomic-0d9da4dfacec7eff/output\n./cargo-target/release/build/quote-aff4c397d0dabeaa/\n./cargo-target/release/build/quote-aff4c397d0dabeaa/build_script_build-aff4c397d0dabeaa.d\n./cargo-target/release/build/quote-aff4c397d0dabeaa/build-script-build\n./cargo-target/release/build/quote-aff4c397d0dabeaa/build_script_build-aff4c397d0dabeaa\n./cargo-target/release/build/serde-b3a6a5f6be6dd29d/\n./cargo-target/release/build/serde-b3a6a5f6be6dd29d/build-script-build\n./cargo-target/release/build/serde-b3a6a5f6be6dd29d/build_script_build-b3a6a5f6be6dd29d\n./cargo-target/release/build/serde-b3a6a5f6be6dd29d/build_script_build-b3a6a5f6be6dd29d.d\n./cargo-target/release/build/portable-atomic-e222423cff2cd533/\n./cargo-target/release/build/portable-atomic-e222423cff2cd533/build-script-build\n./cargo-target/release/build/portable-atomic-e222423cff2cd533/build_script_build-e222423cff2cd533\n./cargo-target/release/build/portable-atomic-e222423cff2cd533/build_script_build-e222423cff2cd533.d\n./cargo-target/release/build/proc-macro2-31b138c731e29f26/\n./cargo-target/release/build/proc-macro2-31b138c731e29f26/root-output\n./cargo-target/release/build/proc-macro2-31b138c731e29f26/stderr\n./cargo-target/release/build/proc-macro2-31b138c731e29f26/invoked.timestamp\n./cargo-target/release/build/proc-macro2-31b138c731e29f26/out/\n./cargo-target/release/build/proc-macro2-31b138c731e29f26/output\n./cargo-target/release/build/libc-391a88266db9a2d2/\n./cargo-target/release/build/libc-391a88266db9a2d2/root-output\n./cargo-target/release/build/libc-391a88266db9a2d2/stderr\n./cargo-target/release/build/libc-391a88266db9a2d2/invoked.timestamp\n./cargo-target/release/build/libc-391a88266db9a2d2/out/\n./cargo-target/release/build/libc-391a88266db9a2d2/output\n./cargo-target/release/build/serde_core-239394e4c069d446/\n./cargo-target/release/build/serde_core-239394e4c069d446/build_script_build-239394e4c069d446.d\n./cargo-target/release/build/serde_core-239394e4c069d446/build_script_build-239394e4c069d446\n./cargo-target/release/build/serde_core-239394e4c069d446/build-script-build\n./cargo-target/release/build/rustix-539e715fb9177003/\n./cargo-target/release/build/rustix-539e715fb9177003/root-output\n./cargo-target/release/build/rustix-539e715fb9177003/stderr\n./cargo-target/release/build/rustix-539e715fb9177003/invoked.timestamp\n./cargo-target/release/build/rustix-539e715fb9177003/out/\n./cargo-target/release/build/rustix-539e715fb9177003/out/rustix_test_can_compile\n./cargo-target/release/build/rustix-539e715fb9177003/output\n./cargo-target/release/build/serde-86fab83030af3d1d/\n./cargo-target/release/build/serde-86fab83030af3d1d/root-output\n./cargo-target/release/build/serde-86fab83030af3d1d/stderr\n./cargo-target/release/build/serde-86fab83030af3d1d/invoked.timestamp\n./cargo-target/release/build/serde-86fab83030af3d1d/out/\n./cargo-target/release/build/serde-86fab83030af3d1d/out/private.rs\n./cargo-target/release/build/serde-86fab83030af3d1d/output\n./cargo-target/release/filecount.d\n./cargo-target/release/incremental/\n./cargo-target/release/.cargo-build-lock\n./cargo-target/release/deps/\n./cargo-target/release/deps/libunicode_width-ea74a36a53b64452.rmeta\n./cargo-target/release/deps/proc_macro2-b9963ff11ae7668b.d\n./cargo-target/release/deps/libserde-3629bc852049c1da.rmeta\n./cargo-target/release/deps/libstrsim-d9554b4734921b7c.rmeta\n./cargo-target/release/deps/libanstream-4ef7222b69d1da74.rmeta\n./cargo-target/release/deps/anstyle-b25e69b984bcaa4a.d\n./cargo-target/release/deps/liblibc-d08669cc7cb3b24b.rmeta\n./cargo-target/release/deps/bitflags-84a8a53f920e85fb.d\n./cargo-target/release/deps/liblibc-d08669cc7cb3b24b.rlib\n./cargo-target/release/deps/terminal_size-a7f45f19706590f2.d\n./cargo-target/release/deps/libonce_cell-26d30c93d8c7a2ae.rlib\n./cargo-target/release/deps/libheck-313a2ad31909d0ad.rlib\n./cargo-target/release/deps/clap_derive-8a179cbf9e32af15.d\n./cargo-target/release/deps/libunicode_ident-dbdd73b4c82907f6.rmeta\n./cargo-target/release/deps/libportable_atomic-df4d6b6423a57b4c.rlib\n./cargo-target/release/deps/itoa-5a7ece7454b24b24.d\n./cargo-target/release/deps/libwalkdir-7905677f597ec379.rmeta\n./cargo-target/release/deps/libutf8parse-e5c779f350c6b992.rmeta\n./cargo-target/release/deps/libconsole-d431110703700aca.rlib\n./cargo-target/release/deps/libmemchr-0f3fa92d3d0fbb17.rlib\n./cargo-target/release/deps/libc-d08669cc7cb3b24b.d\n./cargo-target/release/deps/console-d431110703700aca.d\n./cargo-target/release/deps/is_terminal_polyfill-d28475b24725bf33.d\n./cargo-target/release/deps/libcolorchoice-9cc885dc20138687.rlib\n./cargo-target/release/deps/libutf8parse-e5c779f350c6b992.rlib\n./cargo-target/release/deps/libserde_json-2f74d718813f54f5.rmeta\n./cargo-target/release/deps/rustix-67750beee1ec3fd7.d\n./cargo-target/release/deps/quote-ddea29ab556978ac.d\n./cargo-target/release/deps/clap_builder-6a73b8b54ebec844.d\n./cargo-target/release/deps/libclap_lex-20384d8ec24dace5.rmeta\n./cargo-target/release/deps/memchr-0f3fa92d3d0fbb17.d\n./cargo-target/release/deps/clap_lex-20384d8ec24dace5.d\n./cargo-target/release/deps/libitoa-5a7ece7454b24b24.rlib\n./cargo-target/release/deps/libsyn-b5617815f0a02c50.rmeta\n./cargo-target/release/deps/libserde-3629bc852049c1da.rlib\n./cargo-target/release/deps/libanstyle-b25e69b984bcaa4a.rmeta\n./cargo-target/release/deps/colorchoice-9cc885dc20138687.d\n./cargo-target/release/deps/serde_core-394e72e429afbbef.d\n./cargo-target/release/deps/libanstyle_query-c3902ac7e5a9ff9c.rmeta\n./cargo-target/release/deps/libitoa-5a7ece7454b24b24.rmeta\n./cargo-target/release/deps/libzmij-4ee6bdb28bb72843.rlib\n./cargo-target/release/deps/libserde_json-2f74d718813f54f5.rlib\n./cargo-target/release/deps/serde_derive-a4d68b660f21d9a1.d\n./cargo-target/release/deps/libquote-ddea29ab556978ac.rlib\n./cargo-target/release/deps/anstyle_parse-85e9f4b5cb1cf89e.d\n./cargo-target/release/deps/filecount-ac2daad50651c2d5.d\n./cargo-target/release/deps/libproc_macro2-b9963ff11ae7668b.rmeta\n./cargo-target/release/deps/libquote-ddea29ab556978ac.rmeta\n./cargo-target/release/deps/libclap_lex-20384d8ec24dace5.rlib\n./cargo-target/release/deps/same_file-3ba7bddfadca5e94.d\n./cargo-target/release/deps/liblinux_raw_sys-0d2d901aa4573cc3.rmeta\n./cargo-target/release/deps/libsyn-b5617815f0a02c50.rlib\n./cargo-target/release/deps/libserde_core-394e72e429afbbef.rlib\n./cargo-target/release/deps/libunit_prefix-90ac74a1db971ce4.rmeta\n./cargo-target/release/deps/heck-313a2ad31909d0ad.d\n./cargo-target/release/deps/unit_prefix-90ac74a1db971ce4.d\n./cargo-target/release/deps/serde-3629bc852049c1da.d\n./cargo-target/release/deps/libanstream-4ef7222b69d1da74.rlib\n./cargo-target/release/deps/libunicode_ident-dbdd73b4c82907f6.rlib\n./cargo-target/release/deps/strsim-d9554b4734921b7c.d\n./cargo-target/release/deps/libportable_atomic-df4d6b6423a57b4c.rmeta\n./cargo-target/release/deps/libproc_macro2-b9963ff11ae7668b.rlib\n./cargo-target/release/deps/librustix-67750beee1ec3fd7.rmeta\n./cargo-target/release/deps/libcolorchoice-9cc885dc20138687.rmeta\n./cargo-target/release/deps/libindicatif-42c43ffa084f5166.rlib\n./cargo-target/release/deps/portable_atomic-df4d6b6423a57b4c.d\n./cargo-target/release/deps/libconsole-d431110703700aca.rmeta\n./cargo-target/release/deps/libserde_core-394e72e429afbbef.rmeta\n./cargo-target/release/deps/libanstyle_parse-85e9f4b5cb1cf89e.rmeta\n./cargo-target/release/deps/zmij-4ee6bdb28bb72843.d\n./cargo-target/release/deps/serde_json-2f74d718813f54f5.d\n./cargo-target/release/deps/libbitflags-84a8a53f920e85fb.rmeta\n./cargo-target/release/deps/indicatif-42c43ffa084f5166.d\n./cargo-target/release/deps/walkdir-7905677f597ec379.d\n./cargo-target/release/deps/libindicatif-42c43ffa084f5166.rmeta\n./cargo-target/release/deps/libterminal_size-a7f45f19706590f2.rmeta\n./cargo-target/release/deps/libsame_file-3ba7bddfadca5e94.rlib\n./cargo-target/release/deps/libclap_builder-6a73b8b54ebec844.rlib\n./cargo-target/release/deps/libstrsim-d9554b4734921b7c.rlib\n./cargo-target/release/deps/utf8parse-e5c779f350c6b992.d\n./cargo-target/release/deps/once_cell-26d30c93d8c7a2ae.d\n./cargo-target/release/deps/libclap_builder-6a73b8b54ebec844.rmeta\n./cargo-target/release/deps/libis_terminal_polyfill-d28475b24725bf33.rmeta\n./cargo-target/release/deps/libzmij-4ee6bdb28bb72843.rmeta\n./cargo-target/release/deps/anstyle_query-c3902ac7e5a9ff9c.d\n./cargo-target/release/deps/libheck-313a2ad31909d0ad.rmeta\n./cargo-target/release/deps/libclap-cd4b757ce892d4bb.rlib\n./cargo-target/release/deps/librustix-67750beee1ec3fd7.rlib\n./cargo-target/release/deps/libanstyle_query-c3902ac7e5a9ff9c.rlib\n./cargo-target/release/deps/libwalkdir-7905677f597ec379.rlib\n./cargo-target/release/deps/linux_raw_sys-0d2d901aa4573cc3.d\n./cargo-target/release/deps/libbitflags-84a8a53f920e85fb.rlib\n./cargo-target/release/deps/syn-b5617815f0a02c50.d\n./cargo-target/release/deps/libmemchr-0f3fa92d3d0fbb17.rmeta\n./cargo-target/release/deps/libsame_file-3ba7bddfadca5e94.rmeta\n./cargo-target/release/deps/libanstyle_parse-85e9f4b5cb1cf89e.rlib\n./cargo-target/release/deps/libclap_derive-8a179cbf9e32af15.so\n./cargo-target/release/deps/unicode_width-ea74a36a53b64452.d\n./cargo-target/release/deps/libserde_derive-a4d68b660f21d9a1.so\n./cargo-target/release/deps/libterminal_size-a7f45f19706590f2.rlib\n./cargo-target/release/deps/anstream-4ef7222b69d1da74.d\n./cargo-target/release/deps/libonce_cell-26d30c93d8c7a2ae.rmeta\n./cargo-target/release/deps/liblinux_raw_sys-0d2d901aa4573cc3.rlib\n./cargo-target/release/deps/libunit_prefix-90ac74a1db971ce4.rlib\n./cargo-target/release/deps/unicode_ident-dbdd73b4c82907f6.d\n./cargo-target/release/deps/filecount-ac2daad50651c2d5\n./cargo-target/release/deps/libclap-cd4b757ce892d4bb.rmeta\n./cargo-target/release/deps/libanstyle-b25e69b984bcaa4a.rlib\n./cargo-target/release/deps/clap-cd4b757ce892d4bb.d\n./cargo-target/release/deps/libis_terminal_polyfill-d28475b24725bf33.rlib\n./cargo-target/release/deps/libunicode_width-ea74a36a53b64452.rlib\n./cargo-target/release/.cargo-lock\n./cargo-target/release/filecount\n./cargo-target/release/examples/\n","stderr":"","timestamp":{"secs_since_epoch":1788446937,"nanos_since_epoch":452222991}}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1788446939,"nanos_since_epoch":593550498}}
{"type":"trace","title":"Execute action","msg":"TarCreate(\n    TarCreate {\n        archive: \"/dev/vdd\",\n        directory: \"/ci/artifacts\",\n    },\n)","timestamp":{"secs_since_epoch":1788446939,"nanos_since_epoch":593715559}}
{"type":"trace","title":"Start program tar","msg":"Command {\n    program: \"tar\",\n    args: [\n        \"tar\",\n        \"-cvf\",\n        \"/dev/vdd\",\n        \"-C\",\n        \"/ci/artifacts\",\n        \".\",\n    ],\n    env: CommandEnv {\n        clear: false,\n        vars: {\n            \"CARGO_HOME\": Some(\n                \"/ci/deps\",\n            ),\n            \"CARGO_TARGET_DIR\": Some(\n                \"/ci/cache/cargo-target\",\n            ),\n            \"HOME\": Some(\n                \"/root\",\n            ),\n            \"PATH\": Some(\n                \"/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\",\n            ),\n        },\n    },\n    cwd: Some(\n        \".\",\n    ),\n    create_pidfd: false,\n}","timestamp":{"secs_since_epoch":1788446939,"nanos_since_epoch":594070767}}
{"type":"program_succeeded","program_name":"tar","exit_code":0,"stdout":"./\n./rsync/\n./filecount_0.1.0.ci20260903T144847-1.dsc\n./filecount-dbgsym_0.1.0.ci20260903T144847-1_amd64.deb\n./filecount_0.1.0.ci20260903T144847-1_amd64.changes\n./filecount_0.1.0.ci20260903T144847.orig.tar.xz\n./filecount_0.1.0.ci20260903T144847-1_amd64.deb\n./filecount_0.1.0.ci20260903T144847-1_amd64.buildinfo\n./debian/\n./filecount_0.1.0.ci20260903T144847-1.debian.tar.xz\n","stderr":"","timestamp":{"secs_since_epoch":1788446939,"nanos_since_epoch":600941764}}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1788446939,"nanos_since_epoch":601136293}}
{"type":"plan_succeeded","timestamp":{"secs_since_epoch":1788446939,"nanos_since_epoch":601411864}}
{"type":"executor_ends_successfully","timestamp":{"secs_since_epoch":1788446939,"nanos_since_epoch":601713501}}
EXIT CODE: 0

Post-plan VM

No log