chore: version 1.51.0, path-dep the wasm examples, README notes

- socktop, socktop_agent, socktop_connector -> 1.51.0.
- socktop_wasm_test and zellij_socktop_plugin consume the in-repo
  connector via path deps so wasm-feature API drift is caught at PR time
  instead of after publish. Immediately proved out: the wasm requests
  module needed the new sampled_at_ms field, invisible to native builds.
- zellij plugin gains the standalone [workspace] marker (it could not be
  cargo-checked in-tree at all before). NOTE: its lib.rs has pre-existing
  compile errors unrelated to the connector (static mut STATE conflicts
  with register_plugin!, missing BTreeMap import) — needs its own rework,
  out of scope here.
- README: sampled_at_ms in the example payload.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
jasonwitty
2026-08-19 14:58:39 -07:00
parent 0c800f83f9
commit bf6ac877c2
3586 changed files with 71893 additions and 10 deletions
@@ -0,0 +1,10 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/addr2line-3889f82da56c923e.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.25.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.25.1/src/frame.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.25.1/src/function.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.25.1/src/line.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.25.1/src/lookup.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.25.1/src/unit.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libaddr2line-3889f82da56c923e.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.25.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.25.1/src/frame.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.25.1/src/function.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.25.1/src/line.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.25.1/src/lookup.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.25.1/src/unit.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.25.1/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.25.1/src/frame.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.25.1/src/function.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.25.1/src/line.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.25.1/src/lookup.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.25.1/src/unit.rs:
@@ -0,0 +1,6 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/adler2-011fdb1c26934692.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/algo.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libadler2-011fdb1c26934692.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/algo.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/algo.rs:
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/aead-7ee386579ec9268b.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aead-0.3.2/src/lib.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libaead-7ee386579ec9268b.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aead-0.3.2/src/lib.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aead-0.3.2/src/lib.rs:
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/aes-7489e98965cdae79.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-0.6.0/src/lib.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libaes-7489e98965cdae79.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-0.6.0/src/lib.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-0.6.0/src/lib.rs:
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/aes_gcm-b94dfff3f8bb85bc.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-gcm-0.8.0/src/lib.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libaes_gcm-b94dfff3f8bb85bc.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-gcm-0.8.0/src/lib.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-gcm-0.8.0/src/lib.rs:
@@ -0,0 +1,7 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/aes_soft-222c8572dbe47aad.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-soft-0.6.4/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-soft-0.6.4/src/fixslice64.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-soft-0.6.4/src/impls.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libaes_soft-222c8572dbe47aad.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-soft-0.6.4/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-soft-0.6.4/src/fixslice64.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-soft-0.6.4/src/impls.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-soft-0.6.4/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-soft-0.6.4/src/fixslice64.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-soft-0.6.4/src/impls.rs:
@@ -0,0 +1,33 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/aho_corasick-2fedbb04f4493ff9.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/macros.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/ahocorasick.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/automaton.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/dfa.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/nfa/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/nfa/contiguous.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/nfa/noncontiguous.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/packed/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/packed/api.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/packed/ext.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/packed/pattern.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/packed/rabinkarp.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/packed/teddy/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/packed/teddy/builder.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/packed/teddy/generic.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/packed/vector.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/alphabet.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/buffer.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/byte_frequencies.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/debug.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/error.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/int.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/prefilter.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/primitives.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/remapper.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/search.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/special.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libaho_corasick-2fedbb04f4493ff9.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/macros.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/ahocorasick.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/automaton.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/dfa.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/nfa/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/nfa/contiguous.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/nfa/noncontiguous.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/packed/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/packed/api.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/packed/ext.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/packed/pattern.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/packed/rabinkarp.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/packed/teddy/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/packed/teddy/builder.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/packed/teddy/generic.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/packed/vector.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/alphabet.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/buffer.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/byte_frequencies.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/debug.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/error.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/int.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/prefilter.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/primitives.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/remapper.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/search.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/special.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/macros.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/ahocorasick.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/automaton.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/dfa.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/nfa/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/nfa/contiguous.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/nfa/noncontiguous.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/packed/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/packed/api.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/packed/ext.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/packed/pattern.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/packed/rabinkarp.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/packed/teddy/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/packed/teddy/builder.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/packed/teddy/generic.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/packed/vector.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/alphabet.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/buffer.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/byte_frequencies.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/debug.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/error.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/int.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/prefilter.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/primitives.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/remapper.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/search.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.5/src/util/special.rs:
@@ -0,0 +1,17 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/anyhow-0d4c9fbeaea12909.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/backtrace.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/chain.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/context.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/ensure.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/error.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/fmt.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/kind.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/macros.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/ptr.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/wrapper.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libanyhow-0d4c9fbeaea12909.rlib: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/backtrace.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/chain.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/context.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/ensure.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/error.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/fmt.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/kind.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/macros.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/ptr.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/wrapper.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libanyhow-0d4c9fbeaea12909.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/backtrace.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/chain.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/context.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/ensure.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/error.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/fmt.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/kind.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/macros.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/ptr.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/wrapper.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/backtrace.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/chain.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/context.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/ensure.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/error.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/fmt.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/kind.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/macros.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/ptr.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/wrapper.rs:
@@ -0,0 +1,15 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/anyhow-f33988e9ec2b740a.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/backtrace.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/chain.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/context.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/ensure.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/error.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/fmt.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/kind.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/macros.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/ptr.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/wrapper.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libanyhow-f33988e9ec2b740a.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/backtrace.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/chain.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/context.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/ensure.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/error.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/fmt.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/kind.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/macros.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/ptr.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/wrapper.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/backtrace.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/chain.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/context.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/ensure.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/error.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/fmt.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/kind.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/macros.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/ptr.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/wrapper.rs:
@@ -0,0 +1,21 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/arc_swap-0ed163a7351354fd.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/access.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/as_raw.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/cache.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/compile_fail_tests.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/debt/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/debt/fast.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/debt/helping.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/debt/list.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/docs/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/docs/internal.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/docs/limitations.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/docs/patterns.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/docs/performance.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/ref_cnt.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/strategy/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/strategy/hybrid.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libarc_swap-0ed163a7351354fd.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/access.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/as_raw.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/cache.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/compile_fail_tests.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/debt/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/debt/fast.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/debt/helping.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/debt/list.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/docs/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/docs/internal.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/docs/limitations.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/docs/patterns.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/docs/performance.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/ref_cnt.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/strategy/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/strategy/hybrid.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/access.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/as_raw.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/cache.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/compile_fail_tests.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/debt/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/debt/fast.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/debt/helping.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/debt/list.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/docs/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/docs/internal.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/docs/limitations.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/docs/patterns.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/docs/performance.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/ref_cnt.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/strategy/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.9.2/src/strategy/hybrid.rs:
@@ -0,0 +1,10 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/arrayvec-52d89aa39fe89d07.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.5.2/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.5.2/src/maybe_uninit.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.5.2/src/array.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.5.2/src/array_string.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.5.2/src/char.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.5.2/src/errors.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libarrayvec-52d89aa39fe89d07.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.5.2/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.5.2/src/maybe_uninit.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.5.2/src/array.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.5.2/src/array_string.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.5.2/src/char.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.5.2/src/errors.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.5.2/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.5.2/src/maybe_uninit.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.5.2/src/array.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.5.2/src/array_string.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.5.2/src/char.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.5.2/src/errors.rs:
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/async_attributes-f05e7bbc310d542c.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-attributes-1.1.2/src/lib.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libasync_attributes-f05e7bbc310d542c.so: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-attributes-1.1.2/src/lib.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-attributes-1.1.2/src/lib.rs:
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/async_channel-0a82030ded83e60e.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.5.0/src/lib.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libasync_channel-0a82030ded83e60e.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.5.0/src/lib.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.5.0/src/lib.rs:
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/async_channel-13bfe03c5c66b349.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-1.9.0/src/lib.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libasync_channel-13bfe03c5c66b349.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-1.9.0/src/lib.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-1.9.0/src/lib.rs:
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/async_executor-9d172fcf18ef1e5b.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.14.0/src/lib.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libasync_executor-9d172fcf18ef1e5b.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.14.0/src/lib.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.14.0/src/lib.rs:
@@ -0,0 +1,10 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/async_global_executor-753f2c4582f4179d.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/config.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/executor.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/init.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/reactor.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/threading.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libasync_global_executor-753f2c4582f4179d.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/config.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/executor.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/init.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/reactor.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/threading.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/config.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/executor.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/init.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/reactor.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/threading.rs:
@@ -0,0 +1,10 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/async_io-1cf7c98cfef87ac3.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/driver.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/reactor.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/os.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/os/unix.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/reactor/unix.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libasync_io-1cf7c98cfef87ac3.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/driver.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/reactor.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/os.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/os/unix.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/reactor/unix.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/driver.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/reactor.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/os.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/os/unix.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/reactor/unix.rs:
@@ -0,0 +1,12 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/async_lock-9978a6a340f12c69.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/barrier.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/mutex.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/once_cell.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/rwlock.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/rwlock/futures.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/rwlock/raw.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/semaphore.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libasync_lock-9978a6a340f12c69.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/barrier.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/mutex.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/once_cell.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/rwlock.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/rwlock/futures.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/rwlock/raw.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/semaphore.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/barrier.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/mutex.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/once_cell.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/rwlock.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/rwlock/futures.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/rwlock/raw.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/semaphore.rs:
@@ -0,0 +1,9 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/async_process-9429e2b7937c58c8.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-process-2.5.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-process-2.5.0/src/unix.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-process-2.5.0/src/reaper/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-process-2.5.0/src/reaper/wait.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-process-2.5.0/src/reaper/signal.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libasync_process-9429e2b7937c58c8.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-process-2.5.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-process-2.5.0/src/unix.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-process-2.5.0/src/reaper/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-process-2.5.0/src/reaper/wait.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-process-2.5.0/src/reaper/signal.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-process-2.5.0/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-process-2.5.0/src/unix.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-process-2.5.0/src/reaper/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-process-2.5.0/src/reaper/wait.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-process-2.5.0/src/reaper/signal.rs:
@@ -0,0 +1,6 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/async_signal-945d2c9049151c4c.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-signal-0.2.14/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-signal-0.2.14/src/pipe.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libasync_signal-945d2c9049151c4c.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-signal-0.2.14/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-signal-0.2.14/src/pipe.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-signal-0.2.14/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-signal-0.2.14/src/pipe.rs:
File diff suppressed because one or more lines are too long
@@ -0,0 +1,11 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/async_task-f1e47f1b7fa3d9fe.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/header.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/raw.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/runnable.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/state.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/task.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/utils.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libasync_task-f1e47f1b7fa3d9fe.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/header.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/raw.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/runnable.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/state.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/task.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/utils.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/header.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/raw.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/runnable.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/state.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/task.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/utils.rs:
@@ -0,0 +1,12 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/async_trait-8ce4cddf079e477d.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.92/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.92/src/args.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.92/src/bound.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.92/src/expand.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.92/src/lifetime.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.92/src/parse.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.92/src/receiver.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.92/src/verbatim.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libasync_trait-8ce4cddf079e477d.so: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.92/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.92/src/args.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.92/src/bound.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.92/src/expand.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.92/src/lifetime.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.92/src/parse.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.92/src/receiver.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.92/src/verbatim.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.92/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.92/src/args.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.92/src/bound.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.92/src/expand.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.92/src/lifetime.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.92/src/parse.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.92/src/receiver.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.92/src/verbatim.rs:
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/atomic_waker-7312adca75df78f3.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libatomic_waker-7312adca75df78f3.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs:
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/atty-ffef3509aa4445f2.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atty-0.2.14/src/lib.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libatty-ffef3509aa4445f2.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atty-0.2.14/src/lib.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atty-0.2.14/src/lib.rs:
@@ -0,0 +1,10 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/autocfg-03d23736f0cab9a1.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.1/src/error.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.1/src/rustc.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.1/src/version.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libautocfg-03d23736f0cab9a1.rlib: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.1/src/error.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.1/src/rustc.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.1/src/version.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libautocfg-03d23736f0cab9a1.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.1/src/error.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.1/src/rustc.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.1/src/version.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.1/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.1/src/error.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.1/src/rustc.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.1/src/version.rs:
@@ -0,0 +1,18 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/backtrace-9c75903d428155cc.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/backtrace/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/symbolize/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/types.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/print.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/backtrace/libunwind.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/symbolize/gimli.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/symbolize/gimli/lru.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/symbolize/gimli/stash.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/symbolize/gimli/mmap_unix.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/symbolize/gimli/elf.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/symbolize/gimli/libs_dl_iterate_phdr.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/symbolize/gimli/parse_running_mmaps_unix.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/capture.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libbacktrace-9c75903d428155cc.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/backtrace/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/symbolize/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/types.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/print.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/backtrace/libunwind.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/symbolize/gimli.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/symbolize/gimli/lru.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/symbolize/gimli/stash.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/symbolize/gimli/mmap_unix.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/symbolize/gimli/elf.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/symbolize/gimli/libs_dl_iterate_phdr.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/symbolize/gimli/parse_running_mmaps_unix.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/capture.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/backtrace/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/symbolize/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/types.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/print.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/backtrace/libunwind.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/symbolize/gimli.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/symbolize/gimli/lru.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/symbolize/gimli/stash.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/symbolize/gimli/mmap_unix.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/symbolize/gimli/elf.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/symbolize/gimli/libs_dl_iterate_phdr.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/symbolize/gimli/parse_running_mmaps_unix.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/capture.rs:
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/backtrace_ext-955692d450b1e927.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-ext-0.2.1/src/lib.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libbacktrace_ext-955692d450b1e927.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-ext-0.2.1/src/lib.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-ext-0.2.1/src/lib.rs:
@@ -0,0 +1,15 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/base64-1041b4afc82a7f64.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/chunked_encoder.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/display.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/read/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/read/decoder.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/tables.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/write/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/write/encoder.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/write/encoder_string_writer.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/encode.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/decode.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libbase64-1041b4afc82a7f64.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/chunked_encoder.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/display.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/read/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/read/decoder.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/tables.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/write/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/write/encoder.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/write/encoder_string_writer.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/encode.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/decode.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/chunked_encoder.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/display.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/read/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/read/decoder.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/tables.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/write/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/write/encoder.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/write/encoder_string_writer.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/encode.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/decode.rs:
@@ -0,0 +1,20 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/base64-e708fa4310aaf75d.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/chunked_encoder.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/display.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/read/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/read/decoder.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/write/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/write/encoder.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/write/encoder_string_writer.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/engine/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/engine/general_purpose/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/engine/general_purpose/decode.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/engine/general_purpose/decode_suffix.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/alphabet.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/encode.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/decode.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/prelude.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libbase64-e708fa4310aaf75d.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/chunked_encoder.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/display.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/read/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/read/decoder.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/write/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/write/encoder.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/write/encoder_string_writer.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/engine/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/engine/general_purpose/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/engine/general_purpose/decode.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/engine/general_purpose/decode_suffix.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/alphabet.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/encode.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/decode.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/prelude.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/chunked_encoder.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/display.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/read/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/read/decoder.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/write/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/write/encoder.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/write/encoder_string_writer.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/engine/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/engine/general_purpose/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/engine/general_purpose/decode.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/engine/general_purpose/decode_suffix.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/alphabet.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/encode.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/decode.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/prelude.rs:
@@ -0,0 +1,11 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/bitflags-5fd7546749b71834.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/iter.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/parser.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/traits.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/public.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/internal.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/external.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libbitflags-5fd7546749b71834.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/iter.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/parser.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/traits.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/public.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/internal.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/external.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/iter.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/parser.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/traits.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/public.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/internal.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/external.rs:
@@ -0,0 +1,13 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/bitflags-c6ed7aa595680d17.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/iter.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/parser.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/traits.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/public.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/internal.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/external.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libbitflags-c6ed7aa595680d17.rlib: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/iter.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/parser.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/traits.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/public.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/internal.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/external.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libbitflags-c6ed7aa595680d17.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/iter.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/parser.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/traits.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/public.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/internal.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/external.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/iter.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/parser.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/traits.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/public.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/internal.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.13.1/src/external.rs:
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/bitflags-dc8d7fb9af32a50c.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libbitflags-dc8d7fb9af32a50c.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs:
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/block_buffer-038bc6efa47879e6.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.9.0/src/lib.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libblock_buffer-038bc6efa47879e6.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.9.0/src/lib.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.9.0/src/lib.rs:
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/blocking-4ee48c2e8919edcb.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blocking-1.6.2/src/lib.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libblocking-4ee48c2e8919edcb.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blocking-1.6.2/src/lib.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blocking-1.6.2/src/lib.rs:
@@ -0,0 +1,9 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/bumpalo-2b990aa38a38d038.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.20.3/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.20.3/src/alloc.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.20.3/src/../README.md
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libbumpalo-2b990aa38a38d038.rlib: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.20.3/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.20.3/src/alloc.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.20.3/src/../README.md
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libbumpalo-2b990aa38a38d038.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.20.3/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.20.3/src/alloc.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.20.3/src/../README.md
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.20.3/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.20.3/src/alloc.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.20.3/src/../README.md:
@@ -0,0 +1,22 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/bytes-517c4620ef074dec.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/buf_impl.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/buf_mut.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/chain.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/iter.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/limit.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/reader.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/take.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/uninit_slice.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/vec_deque.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/writer.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/bytes.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/bytes_mut.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/fmt/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/fmt/debug.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/fmt/hex.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/loom.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libbytes-517c4620ef074dec.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/buf_impl.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/buf_mut.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/chain.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/iter.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/limit.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/reader.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/take.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/uninit_slice.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/vec_deque.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/writer.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/bytes.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/bytes_mut.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/fmt/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/fmt/debug.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/fmt/hex.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/loom.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/buf_impl.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/buf_mut.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/chain.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/iter.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/limit.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/reader.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/take.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/uninit_slice.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/vec_deque.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/writer.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/bytes.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/bytes_mut.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/fmt/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/fmt/debug.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/fmt/hex.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/loom.rs:
@@ -0,0 +1,22 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/bytes-905fe118b20699a6.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/buf_impl.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/buf_mut.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/ext/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/ext/chain.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/ext/limit.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/ext/reader.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/ext/take.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/ext/writer.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/iter.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/vec_deque.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/bytes.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/bytes_mut.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/fmt/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/fmt/debug.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/fmt/hex.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/loom.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libbytes-905fe118b20699a6.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/buf_impl.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/buf_mut.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/ext/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/ext/chain.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/ext/limit.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/ext/reader.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/ext/take.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/ext/writer.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/iter.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/vec_deque.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/bytes.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/bytes_mut.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/fmt/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/fmt/debug.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/fmt/hex.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/loom.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/buf_impl.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/buf_mut.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/ext/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/ext/chain.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/ext/limit.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/ext/reader.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/ext/take.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/ext/writer.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/iter.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/buf/vec_deque.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/bytes.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/bytes_mut.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/fmt/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/fmt/debug.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/fmt/hex.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-0.5.6/src/loom.rs:
@@ -0,0 +1,22 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/bytes-f5f70728e36ae634.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/buf_impl.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/buf_mut.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/chain.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/iter.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/limit.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/take.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/uninit_slice.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/vec_deque.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/bytes.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/bytes_mut.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/fmt/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/fmt/debug.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/fmt/hex.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/loom.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libbytes-f5f70728e36ae634.rlib: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/buf_impl.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/buf_mut.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/chain.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/iter.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/limit.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/take.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/uninit_slice.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/vec_deque.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/bytes.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/bytes_mut.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/fmt/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/fmt/debug.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/fmt/hex.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/loom.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libbytes-f5f70728e36ae634.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/buf_impl.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/buf_mut.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/chain.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/iter.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/limit.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/take.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/uninit_slice.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/vec_deque.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/bytes.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/bytes_mut.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/fmt/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/fmt/debug.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/fmt/hex.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/loom.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/buf_impl.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/buf_mut.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/chain.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/iter.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/limit.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/take.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/uninit_slice.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/buf/vec_deque.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/bytes.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/bytes_mut.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/fmt/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/fmt/debug.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/fmt/hex.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/loom.rs:
@@ -0,0 +1,18 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/cc-3fe066d6e3d02634.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/target.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/target/apple.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/target/generated.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/target/llvm.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/target/parser.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/command_helpers.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/tool.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/tempfile.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/utilities.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/flags.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/detect_compiler_family.c
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libcc-3fe066d6e3d02634.rlib: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/target.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/target/apple.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/target/generated.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/target/llvm.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/target/parser.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/command_helpers.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/tool.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/tempfile.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/utilities.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/flags.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/detect_compiler_family.c
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libcc-3fe066d6e3d02634.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/target.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/target/apple.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/target/generated.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/target/llvm.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/target/parser.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/command_helpers.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/tool.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/tempfile.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/utilities.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/flags.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/detect_compiler_family.c
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/target.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/target/apple.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/target/generated.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/target/llvm.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/target/parser.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/command_helpers.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/tool.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/tempfile.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/utilities.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/flags.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.3/src/detect_compiler_family.c:
@@ -0,0 +1,7 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/cfg_if-9019f3f7f97d640c.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libcfg_if-9019f3f7f97d640c.rlib: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libcfg_if-9019f3f7f97d640c.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs:
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/cfg_if-bc6f99dd165977f0.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libcfg_if-bc6f99dd165977f0.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs:
@@ -0,0 +1,35 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/chrono-6e3027b4d228091c.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/time_delta.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/date.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/datetime/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/format/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/format/formatting.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/format/parsed.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/format/parse.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/format/scan.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/format/strftime.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/format/locales.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/naive/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/naive/date/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/naive/datetime/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/naive/internals.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/naive/isoweek.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/naive/time/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/offset/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/offset/fixed.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/offset/local/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/offset/local/unix.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/offset/local/tz_info/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/offset/local/tz_info/timezone.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/offset/local/tz_info/parser.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/offset/local/tz_info/rule.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/offset/utc.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/round.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/weekday.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/weekday_set.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/month.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/traits.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libchrono-6e3027b4d228091c.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/time_delta.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/date.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/datetime/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/format/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/format/formatting.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/format/parsed.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/format/parse.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/format/scan.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/format/strftime.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/format/locales.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/naive/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/naive/date/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/naive/datetime/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/naive/internals.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/naive/isoweek.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/naive/time/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/offset/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/offset/fixed.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/offset/local/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/offset/local/unix.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/offset/local/tz_info/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/offset/local/tz_info/timezone.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/offset/local/tz_info/parser.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/offset/local/tz_info/rule.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/offset/utc.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/round.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/weekday.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/weekday_set.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/month.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/traits.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/time_delta.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/date.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/datetime/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/format/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/format/formatting.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/format/parsed.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/format/parse.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/format/scan.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/format/strftime.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/format/locales.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/naive/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/naive/date/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/naive/datetime/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/naive/internals.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/naive/isoweek.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/naive/time/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/offset/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/offset/fixed.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/offset/local/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/offset/local/unix.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/offset/local/tz_info/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/offset/local/tz_info/timezone.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/offset/local/tz_info/parser.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/offset/local/tz_info/rule.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/offset/utc.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/round.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/weekday.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/weekday_set.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/month.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/traits.rs:
@@ -0,0 +1,9 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/cipher-ecfa9240b49270f3.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.2.5/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.2.5/src/block.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.2.5/src/block/errors.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.2.5/src/stream.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.2.5/src/stream/errors.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libcipher-ecfa9240b49270f3.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.2.5/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.2.5/src/block.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.2.5/src/block/errors.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.2.5/src/stream.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.2.5/src/stream/errors.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.2.5/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.2.5/src/block.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.2.5/src/block/errors.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.2.5/src/stream.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.2.5/src/stream/errors.rs:
@@ -0,0 +1,49 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/clap-fd33a512cc536489.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/macros.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/derive.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/macros.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/action.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/app_settings.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/arg.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/arg_group.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/arg_predicate.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/arg_settings.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/command.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/possible_value.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/usage_parser.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/value_hint.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/value_parser.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/debug_asserts.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/error/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/error/context.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/error/kind.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/arg_matcher.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/error.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/matches/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/matches/any_value.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/matches/arg_matches.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/matches/matched_arg.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/matches/value_source.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/parser.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/validator.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/features/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/features/suggestions.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/mkeymap.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/output/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/output/help.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/output/usage.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/output/fmt.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/util/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/util/fnv.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/util/graph.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/util/id.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/util/str_to_bool.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/util/color.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/../examples/demo.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/../examples/demo.md
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libclap-fd33a512cc536489.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/macros.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/derive.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/macros.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/action.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/app_settings.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/arg.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/arg_group.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/arg_predicate.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/arg_settings.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/command.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/possible_value.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/usage_parser.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/value_hint.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/value_parser.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/debug_asserts.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/error/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/error/context.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/error/kind.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/arg_matcher.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/error.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/matches/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/matches/any_value.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/matches/arg_matches.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/matches/matched_arg.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/matches/value_source.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/parser.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/validator.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/features/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/features/suggestions.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/mkeymap.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/output/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/output/help.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/output/usage.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/output/fmt.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/util/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/util/fnv.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/util/graph.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/util/id.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/util/str_to_bool.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/util/color.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/../examples/demo.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/../examples/demo.md
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/macros.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/derive.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/macros.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/action.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/app_settings.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/arg.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/arg_group.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/arg_predicate.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/arg_settings.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/command.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/possible_value.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/usage_parser.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/value_hint.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/value_parser.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/builder/debug_asserts.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/error/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/error/context.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/error/kind.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/arg_matcher.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/error.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/matches/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/matches/any_value.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/matches/arg_matches.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/matches/matched_arg.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/matches/value_source.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/parser.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/validator.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/features/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/features/suggestions.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/mkeymap.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/output/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/output/help.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/output/usage.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/output/fmt.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/util/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/util/fnv.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/util/graph.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/util/id.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/util/str_to_bool.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/util/color.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/../examples/demo.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/../examples/demo.md:
@@ -0,0 +1,16 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/clap_complete-136ebd74613f0eb8.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/macros.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/generator/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/generator/utils.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/shells/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/shells/bash.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/shells/elvish.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/shells/fish.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/shells/powershell.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/shells/shell.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/shells/zsh.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/../README.md
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libclap_complete-136ebd74613f0eb8.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/macros.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/generator/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/generator/utils.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/shells/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/shells/bash.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/shells/elvish.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/shells/fish.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/shells/powershell.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/shells/shell.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/shells/zsh.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/../README.md
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/macros.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/generator/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/generator/utils.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/shells/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/shells/bash.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/shells/elvish.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/shells/fish.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/shells/powershell.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/shells/shell.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/shells/zsh.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-3.2.5/src/../README.md:
@@ -0,0 +1,19 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/clap_derive-ae00547a47b9973e.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/attrs.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/derives/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/derives/args.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/derives/into_app.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/derives/parser.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/derives/subcommand.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/derives/value_enum.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/dummies.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/parse.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/utils/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/utils/doc_comments.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/utils/spanned.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/utils/ty.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/../README.md
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libclap_derive-ae00547a47b9973e.so: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/attrs.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/derives/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/derives/args.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/derives/into_app.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/derives/parser.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/derives/subcommand.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/derives/value_enum.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/dummies.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/parse.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/utils/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/utils/doc_comments.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/utils/spanned.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/utils/ty.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/../README.md
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/attrs.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/derives/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/derives/args.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/derives/into_app.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/derives/parser.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/derives/subcommand.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/derives/value_enum.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/dummies.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/parse.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/utils/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/utils/doc_comments.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/utils/spanned.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/utils/ty.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.2.25/src/../README.md:
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/clap_lex-e9cfbadaaed48d4b.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.2.4/src/lib.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libclap_lex-e9cfbadaaed48d4b.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.2.4/src/lib.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.2.4/src/lib.rs:
@@ -0,0 +1,10 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/colored-6fd7c17afc7dc992.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.2.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.2.0/src/color.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.2.0/src/control.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.2.0/src/error.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.2.0/src/style.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.2.0/src/customcolors.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libcolored-6fd7c17afc7dc992.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.2.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.2.0/src/color.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.2.0/src/control.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.2.0/src/error.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.2.0/src/style.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.2.0/src/customcolors.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.2.0/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.2.0/src/color.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.2.0/src/control.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.2.0/src/error.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.2.0/src/style.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.2.0/src/customcolors.rs:
@@ -0,0 +1,44 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/colorsys-b25d48f31e175aea.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/macros.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/common/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/common/alpha.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/common/from_str.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/common/hsv_hsl_from_str.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/common/tuple_to_string.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/common/approx.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/consts.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/converters/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/converters/hex_to_rgb.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/converters/hsl_to_rgb.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/converters/rgb_to_hex.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/converters/rgb_to_hsl.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/converters/rgb_cmyk.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/err.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/hsl/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/hsl/from.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/hsl/ops.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/hsl/ratio.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/hsl/transform.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/normalize.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/rgb/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/rgb/from.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/rgb/from_str.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/rgb/grayscale.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/rgb/ops.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/rgb/ratio.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/rgb/transform.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/ansi/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/cmyk/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/cmyk/ratio.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/cmyk/from.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/units/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/units/unit.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/units/alpha.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/units/into.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/units/iter.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/prelude.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/ratio_converters.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libcolorsys-b25d48f31e175aea.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/macros.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/common/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/common/alpha.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/common/from_str.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/common/hsv_hsl_from_str.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/common/tuple_to_string.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/common/approx.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/consts.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/converters/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/converters/hex_to_rgb.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/converters/hsl_to_rgb.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/converters/rgb_to_hex.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/converters/rgb_to_hsl.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/converters/rgb_cmyk.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/err.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/hsl/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/hsl/from.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/hsl/ops.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/hsl/ratio.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/hsl/transform.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/normalize.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/rgb/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/rgb/from.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/rgb/from_str.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/rgb/grayscale.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/rgb/ops.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/rgb/ratio.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/rgb/transform.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/ansi/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/cmyk/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/cmyk/ratio.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/cmyk/from.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/units/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/units/unit.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/units/alpha.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/units/into.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/units/iter.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/prelude.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/ratio_converters.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/macros.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/common/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/common/alpha.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/common/from_str.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/common/hsv_hsl_from_str.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/common/tuple_to_string.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/common/approx.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/consts.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/converters/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/converters/hex_to_rgb.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/converters/hsl_to_rgb.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/converters/rgb_to_hex.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/converters/rgb_to_hsl.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/converters/rgb_cmyk.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/err.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/hsl/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/hsl/from.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/hsl/ops.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/hsl/ratio.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/hsl/transform.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/normalize.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/rgb/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/rgb/from.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/rgb/from_str.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/rgb/grayscale.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/rgb/ops.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/rgb/ratio.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/rgb/transform.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/ansi/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/cmyk/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/cmyk/ratio.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/cmyk/from.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/units/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/units/unit.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/units/alpha.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/units/into.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/units/iter.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/prelude.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorsys-0.6.7/src/ratio_converters.rs:
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/common_path-c800dd3cc320e085.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/common-path-1.0.0/src/lib.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libcommon_path-c800dd3cc320e085.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/common-path-1.0.0/src/lib.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/common-path-1.0.0/src/lib.rs:
@@ -0,0 +1,9 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/concurrent_queue-78eb6c32ac5d972a.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/bounded.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/single.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/unbounded.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/sync.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libconcurrent_queue-78eb6c32ac5d972a.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/bounded.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/single.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/unbounded.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/sync.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/bounded.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/single.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/unbounded.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/sync.rs:
@@ -0,0 +1,13 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/const_fn-68de1748ceb7eec3.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_fn-0.4.12/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_fn-0.4.12/src/error.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_fn-0.4.12/src/ast.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_fn-0.4.12/src/iter.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_fn-0.4.12/src/to_tokens.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_fn-0.4.12/src/utils.rs /home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/const_fn-09e71383ad245426/out/version
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libconst_fn-68de1748ceb7eec3.so: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_fn-0.4.12/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_fn-0.4.12/src/error.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_fn-0.4.12/src/ast.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_fn-0.4.12/src/iter.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_fn-0.4.12/src/to_tokens.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_fn-0.4.12/src/utils.rs /home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/const_fn-09e71383ad245426/out/version
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_fn-0.4.12/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_fn-0.4.12/src/error.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_fn-0.4.12/src/ast.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_fn-0.4.12/src/iter.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_fn-0.4.12/src/to_tokens.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_fn-0.4.12/src/utils.rs:
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/const_fn-09e71383ad245426/out/version:
# env-dep:OUT_DIR=/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/build/const_fn-09e71383ad245426/out
@@ -0,0 +1,15 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/cookie-243c4e57a4b45fb0.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/builder.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/parse.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/jar.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/delta.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/draft.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/secure/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/secure/macros.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/secure/key.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/secure/private.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/secure/signed.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libcookie-243c4e57a4b45fb0.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/builder.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/parse.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/jar.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/delta.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/draft.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/secure/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/secure/macros.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/secure/key.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/secure/private.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/secure/signed.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/builder.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/parse.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/jar.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/delta.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/draft.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/secure/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/secure/macros.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/secure/key.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/secure/private.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.14.4/src/secure/signed.rs:
@@ -0,0 +1,6 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/cpufeatures-ca081d2f78923b9b.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/x86.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libcpufeatures-ca081d2f78923b9b.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/x86.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/x86.rs:
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/cpuid_bool-aae41a352dc15f90.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpuid-bool-0.2.0/src/lib.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libcpuid_bool-aae41a352dc15f90.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpuid-bool-0.2.0/src/lib.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpuid-bool-0.2.0/src/lib.rs:
@@ -0,0 +1,10 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/crc32fast-51f155e36e1cc8d6.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/baseline.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/combine.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/specialized/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/table.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/specialized/pclmulqdq.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libcrc32fast-51f155e36e1cc8d6.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/baseline.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/combine.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/specialized/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/table.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/specialized/pclmulqdq.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/baseline.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/combine.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/specialized/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/table.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/specialized/pclmulqdq.rs:
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/crossbeam-2d7f06a46b885238.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-0.8.4/src/lib.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libcrossbeam-2d7f06a46b885238.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-0.8.4/src/lib.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-0.8.4/src/lib.rs:
@@ -0,0 +1,20 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/crossbeam_channel-8e47dcea20d5de3e.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/channel.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/context.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/counter.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/err.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/flavors/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/flavors/array.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/flavors/at.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/flavors/list.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/flavors/never.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/flavors/tick.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/flavors/zero.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/select.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/select_macro.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/utils.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/waker.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libcrossbeam_channel-8e47dcea20d5de3e.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/channel.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/context.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/counter.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/err.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/flavors/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/flavors/array.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/flavors/at.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/flavors/list.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/flavors/never.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/flavors/tick.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/flavors/zero.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/select.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/select_macro.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/utils.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/waker.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/channel.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/context.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/counter.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/err.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/flavors/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/flavors/array.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/flavors/at.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/flavors/list.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/flavors/never.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/flavors/tick.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/flavors/zero.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/select.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/select_macro.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/utils.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.16/src/waker.rs:
@@ -0,0 +1,6 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/crossbeam_deque-35fa3952bcf63cc9.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.7/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.7/src/deque.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libcrossbeam_deque-35fa3952bcf63cc9.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.7/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.7/src/deque.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.7/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.7/src/deque.rs:
@@ -0,0 +1,16 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/crossbeam_epoch-5b1e86f2d9ca9738.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/atomic.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/collector.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/deferred.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/epoch.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/guard.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/internal.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/sync/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/sync/list.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/sync/once_lock.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/sync/queue.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/default.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libcrossbeam_epoch-5b1e86f2d9ca9738.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/atomic.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/collector.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/deferred.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/epoch.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/guard.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/internal.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/sync/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/sync/list.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/sync/once_lock.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/sync/queue.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/default.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/atomic.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/collector.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/deferred.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/epoch.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/guard.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/internal.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/sync/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/sync/list.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/sync/once_lock.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/sync/queue.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.20/src/default.rs:
@@ -0,0 +1,7 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/crossbeam_queue-31d67fec10d0e913.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.13/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.13/src/array_queue.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.13/src/seg_queue.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libcrossbeam_queue-31d67fec10d0e913.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.13/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.13/src/array_queue.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.13/src/seg_queue.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.13/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.13/src/array_queue.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.13/src/seg_queue.rs:
@@ -0,0 +1,17 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/crossbeam_utils-eed972c19b5eecf3.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/atomic/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/atomic/seq_lock.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/atomic/atomic_cell.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/atomic/consume.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/cache_padded.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/backoff.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/sync/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/sync/once_lock.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/sync/parker.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/sync/sharded_lock.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/sync/wait_group.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/thread.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libcrossbeam_utils-eed972c19b5eecf3.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/atomic/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/atomic/seq_lock.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/atomic/atomic_cell.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/atomic/consume.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/cache_padded.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/backoff.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/sync/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/sync/once_lock.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/sync/parker.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/sync/sharded_lock.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/sync/wait_group.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/thread.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/atomic/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/atomic/seq_lock.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/atomic/atomic_cell.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/atomic/consume.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/cache_padded.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/backoff.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/sync/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/sync/once_lock.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/sync/parker.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/sync/sharded_lock.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/sync/wait_group.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.22/src/thread.rs:
@@ -0,0 +1,6 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/crypto_mac-8e794d9da1712f8e.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-mac-0.10.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-mac-0.10.1/src/errors.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libcrypto_mac-8e794d9da1712f8e.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-mac-0.10.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-mac-0.10.1/src/errors.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-mac-0.10.1/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-mac-0.10.1/src/errors.rs:
@@ -0,0 +1,8 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/csscolorparser-2a4e6c0fd49fba4a.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csscolorparser-0.6.2/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csscolorparser-0.6.2/src/color.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csscolorparser-0.6.2/src/parser/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csscolorparser-0.6.2/src/parser/named_colors.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libcsscolorparser-2a4e6c0fd49fba4a.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csscolorparser-0.6.2/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csscolorparser-0.6.2/src/color.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csscolorparser-0.6.2/src/parser/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csscolorparser-0.6.2/src/parser/named_colors.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csscolorparser-0.6.2/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csscolorparser-0.6.2/src/color.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csscolorparser-0.6.2/src/parser/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csscolorparser-0.6.2/src/parser/named_colors.rs:
@@ -0,0 +1,7 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/ctr-991da2bc4a40f8df.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctr-0.6.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctr-0.6.0/src/ctr128.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctr-0.6.0/src/ctr32.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libctr-991da2bc4a40f8df.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctr-0.6.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctr-0.6.0/src/ctr128.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctr-0.6.0/src/ctr32.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctr-0.6.0/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctr-0.6.0/src/ctr128.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctr-0.6.0/src/ctr32.rs:
@@ -0,0 +1,17 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/curl-6fb1d68d3ae132fc.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/error.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/version.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/easy/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/easy/form.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/easy/handle.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/easy/handler.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/easy/list.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/easy/windows.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/multi.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/panic.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libcurl-6fb1d68d3ae132fc.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/error.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/version.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/easy/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/easy/form.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/easy/handle.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/easy/handler.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/easy/list.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/easy/windows.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/multi.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/panic.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/error.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/version.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/easy/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/easy/form.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/easy/handle.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/easy/handler.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/easy/list.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/easy/windows.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/multi.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.50/src/panic.rs:
# env-dep:CARGO_PKG_VERSION=0.4.50
@@ -0,0 +1,7 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/curl_sys-febe702c78ac6478.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-sys-0.4.90+curl-8.21.0/lib.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libcurl_sys-febe702c78ac6478.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-sys-0.4.90+curl-8.21.0/lib.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-sys-0.4.90+curl-8.21.0/lib.rs:
# env-dep:CARGO_PKG_VERSION=0.4.90+curl-8.21.0
@@ -0,0 +1,11 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/deltae-952b4435bef6b0fc.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deltae-0.3.2/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deltae-0.3.2/src/color.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deltae-0.3.2/src/convert.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deltae-0.3.2/src/delta.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deltae-0.3.2/src/eq.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deltae-0.3.2/src/round.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deltae-0.3.2/src/validate.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libdeltae-952b4435bef6b0fc.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deltae-0.3.2/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deltae-0.3.2/src/color.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deltae-0.3.2/src/convert.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deltae-0.3.2/src/delta.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deltae-0.3.2/src/eq.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deltae-0.3.2/src/round.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deltae-0.3.2/src/validate.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deltae-0.3.2/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deltae-0.3.2/src/color.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deltae-0.3.2/src/convert.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deltae-0.3.2/src/delta.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deltae-0.3.2/src/eq.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deltae-0.3.2/src/round.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deltae-0.3.2/src/validate.rs:
@@ -0,0 +1,6 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/derive_more-5199933bc90301f9.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-2.1.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-2.1.1/src/fmt.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libderive_more-5199933bc90301f9.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-2.1.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-2.1.1/src/fmt.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-2.1.1/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-2.1.1/src/fmt.rs:
@@ -0,0 +1,12 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/derive_more_impl-c7f295b0aeeb4baf.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/utils.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/fmt/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/fmt/debug.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/fmt/parsing.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/parsing.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/../README.md /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/../doc/debug.md
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libderive_more_impl-c7f295b0aeeb4baf.so: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/utils.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/fmt/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/fmt/debug.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/fmt/parsing.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/parsing.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/../README.md /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/../doc/debug.md
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/utils.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/fmt/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/fmt/debug.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/fmt/parsing.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/parsing.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/../README.md:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/../doc/debug.md:
@@ -0,0 +1,6 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/destructure_traitobject-77f6463ac530ade6.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/destructure_traitobject-0.2.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/destructure_traitobject-0.2.0/src/impls.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libdestructure_traitobject-77f6463ac530ade6.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/destructure_traitobject-0.2.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/destructure_traitobject-0.2.0/src/impls.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/destructure_traitobject-0.2.0/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/destructure_traitobject-0.2.0/src/impls.rs:
@@ -0,0 +1,11 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/digest-5346c6ebfc9c0470.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.9.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.9.0/src/digest.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.9.0/src/dyn_digest.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.9.0/src/errors.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.9.0/src/fixed.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.9.0/src/variable.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.9.0/src/xof.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libdigest-5346c6ebfc9c0470.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.9.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.9.0/src/digest.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.9.0/src/dyn_digest.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.9.0/src/errors.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.9.0/src/fixed.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.9.0/src/variable.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.9.0/src/xof.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.9.0/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.9.0/src/digest.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.9.0/src/dyn_digest.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.9.0/src/errors.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.9.0/src/fixed.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.9.0/src/variable.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.9.0/src/xof.rs:
@@ -0,0 +1,6 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/directories-6831fce7b443ab8d.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/directories-5.0.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/directories-5.0.1/src/lin.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libdirectories-6831fce7b443ab8d.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/directories-5.0.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/directories-5.0.1/src/lin.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/directories-5.0.1/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/directories-5.0.1/src/lin.rs:
@@ -0,0 +1,6 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/dirs-44f2abd3fc22b2cd.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-6.0.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-6.0.0/src/lin.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libdirs-44f2abd3fc22b2cd.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-6.0.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-6.0.0/src/lin.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-6.0.0/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-6.0.0/src/lin.rs:
@@ -0,0 +1,6 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/dirs-6d4f0f1cc10efdee.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-4.0.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-4.0.0/src/lin.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libdirs-6d4f0f1cc10efdee.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-4.0.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-4.0.0/src/lin.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-4.0.0/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-4.0.0/src/lin.rs:
@@ -0,0 +1,6 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/dirs_sys-1b569c97b4dfd711.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.4.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.4.1/src/xdg_user_dirs.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libdirs_sys-1b569c97b4dfd711.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.4.1/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.4.1/src/xdg_user_dirs.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.4.1/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.4.1/src/xdg_user_dirs.rs:
@@ -0,0 +1,6 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/dirs_sys-5ccba08b1becf29d.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.5.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.5.0/src/xdg_user_dirs.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libdirs_sys-5ccba08b1becf29d.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.5.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.5.0/src/xdg_user_dirs.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.5.0/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.5.0/src/xdg_user_dirs.rs:
@@ -0,0 +1,6 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/dirs_sys-d8f69ac3ba1e46a5.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.3.7/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.3.7/src/xdg_user_dirs.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libdirs_sys-d8f69ac3ba1e46a5.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.3.7/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.3.7/src/xdg_user_dirs.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.3.7/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.3.7/src/xdg_user_dirs.rs:
@@ -0,0 +1,8 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/displaydoc-2cd504b0c4d6b653.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.7/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.7/src/attr.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.7/src/expand.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.7/src/fmt.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libdisplaydoc-2cd504b0c4d6b653.so: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.7/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.7/src/attr.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.7/src/expand.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.7/src/fmt.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.7/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.7/src/attr.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.7/src/expand.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.7/src/fmt.rs:
@@ -0,0 +1,9 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/either-027d6fa4e112ddbb.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.17.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.17.0/src/iterator.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.17.0/src/into_either.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libeither-027d6fa4e112ddbb.rlib: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.17.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.17.0/src/iterator.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.17.0/src/into_either.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libeither-027d6fa4e112ddbb.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.17.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.17.0/src/iterator.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.17.0/src/into_either.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.17.0/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.17.0/src/iterator.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.17.0/src/into_either.rs:
@@ -0,0 +1,7 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/equivalent-847ac3c66230f0b7.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libequivalent-847ac3c66230f0b7.rlib: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libequivalent-847ac3c66230f0b7.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs:
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/equivalent-97b8dc1518151f17.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libequivalent-97b8dc1518151f17.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs:
@@ -0,0 +1,6 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/errno-57b486fc7581b265.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/unix.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/liberrno-57b486fc7581b265.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/unix.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/unix.rs:
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/event_listener-59127f1895caacbd.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-2.5.3/src/lib.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libevent_listener-59127f1895caacbd.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-2.5.3/src/lib.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-2.5.3/src/lib.rs:
@@ -0,0 +1,7 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/event_listener-ab3bd133be7ef91f.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.2/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.2/src/intrusive.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.2/src/notify.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libevent_listener-ab3bd133be7ef91f.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.2/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.2/src/intrusive.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.2/src/notify.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.2/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.2/src/intrusive.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.2/src/notify.rs:
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/event_listener_strategy-c873f58db13412c9.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libevent_listener_strategy-c873f58db13412c9.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs:
@@ -0,0 +1,6 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/fastrand-ce90feef2ef25f5d.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.5.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.5.0/src/global_rng.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libfastrand-ce90feef2ef25f5d.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.5.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.5.0/src/global_rng.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.5.0/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.5.0/src/global_rng.rs:
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/fastrand-dfaaa813c58d59f8.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-1.9.0/src/lib.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libfastrand-dfaaa813c58d59f8.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-1.9.0/src/lib.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-1.9.0/src/lib.rs:
@@ -0,0 +1,8 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/fastrand-f02c6797692ec968.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.5.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.5.0/src/global_rng.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libfastrand-f02c6797692ec968.rlib: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.5.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.5.0/src/global_rng.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libfastrand-f02c6797692ec968.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.5.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.5.0/src/global_rng.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.5.0/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.5.0/src/global_rng.rs:
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/file_id-b002db7958d347d4.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/file-id-0.1.0/src/lib.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libfile_id-b002db7958d347d4.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/file-id-0.1.0/src/lib.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/file-id-0.1.0/src/lib.rs:
@@ -0,0 +1,6 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/filedescriptor-aecd624ee07ec1dd.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filedescriptor-0.8.3/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filedescriptor-0.8.3/src/unix.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libfiledescriptor-aecd624ee07ec1dd.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filedescriptor-0.8.3/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filedescriptor-0.8.3/src/unix.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filedescriptor-0.8.3/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filedescriptor-0.8.3/src/unix.rs:
@@ -0,0 +1,8 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/filetime-018c0123ccc2930c.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.29/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.29/src/unix/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.29/src/unix/utimes.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.29/src/unix/linux.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libfiletime-018c0123ccc2930c.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.29/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.29/src/unix/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.29/src/unix/utimes.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.29/src/unix/linux.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.29/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.29/src/unix/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.29/src/unix/utimes.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.29/src/unix/linux.rs:
@@ -0,0 +1,9 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/find_msvc_tools-e8044d28f0a15bc1.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.11/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.11/src/find_tools.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.11/src/tool.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libfind_msvc_tools-e8044d28f0a15bc1.rlib: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.11/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.11/src/find_tools.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.11/src/tool.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libfind_msvc_tools-e8044d28f0a15bc1.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.11/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.11/src/find_tools.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.11/src/tool.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.11/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.11/src/find_tools.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.11/src/tool.rs:
@@ -0,0 +1,10 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/finl_unicode-db379b7fae7ee869.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/finl_unicode-1.4.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/finl_unicode-1.4.0/src/categories.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/finl_unicode-1.4.0/src/grapheme_clusters.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/finl_unicode-1.4.0/src/data/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/finl_unicode-1.4.0/src/data/characters.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/finl_unicode-1.4.0/src/data/grapheme_property.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libfinl_unicode-db379b7fae7ee869.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/finl_unicode-1.4.0/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/finl_unicode-1.4.0/src/categories.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/finl_unicode-1.4.0/src/grapheme_clusters.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/finl_unicode-1.4.0/src/data/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/finl_unicode-1.4.0/src/data/characters.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/finl_unicode-1.4.0/src/data/grapheme_property.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/finl_unicode-1.4.0/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/finl_unicode-1.4.0/src/categories.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/finl_unicode-1.4.0/src/grapheme_clusters.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/finl_unicode-1.4.0/src/data/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/finl_unicode-1.4.0/src/data/characters.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/finl_unicode-1.4.0/src/data/grapheme_property.rs:
@@ -0,0 +1,10 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/fixedbitset-1f6432c5a2f33175.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.5.7/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.5.7/src/block/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.5.7/src/block/sse2.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.5.7/src/range.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libfixedbitset-1f6432c5a2f33175.rlib: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.5.7/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.5.7/src/block/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.5.7/src/block/sse2.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.5.7/src/range.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libfixedbitset-1f6432c5a2f33175.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.5.7/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.5.7/src/block/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.5.7/src/block/sse2.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.5.7/src/range.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.5.7/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.5.7/src/block/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.5.7/src/block/sse2.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.5.7/src/range.rs:
@@ -0,0 +1,6 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/fixedbitset-4fef3022da8e36f2.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.4.2/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.4.2/src/range.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libfixedbitset-4fef3022da8e36f2.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.4.2/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.4.2/src/range.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.4.2/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.4.2/src/range.rs:
@@ -0,0 +1,23 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/flate2-88dce8ecaa0f9952.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/bufreader.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/crc.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/deflate/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/deflate/bufread.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/deflate/read.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/deflate/write.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/ffi/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/ffi/miniz_oxide.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/gz/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/gz/bufread.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/gz/read.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/gz/write.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/mem.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/zio.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/zlib/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/zlib/bufread.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/zlib/read.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/zlib/write.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libflate2-88dce8ecaa0f9952.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/bufreader.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/crc.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/deflate/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/deflate/bufread.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/deflate/read.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/deflate/write.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/ffi/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/ffi/miniz_oxide.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/gz/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/gz/bufread.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/gz/read.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/gz/write.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/mem.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/zio.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/zlib/mod.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/zlib/bufread.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/zlib/read.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/zlib/write.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/bufreader.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/crc.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/deflate/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/deflate/bufread.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/deflate/read.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/deflate/write.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/ffi/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/ffi/miniz_oxide.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/gz/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/gz/bufread.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/gz/read.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/gz/write.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/mem.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/zio.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/zlib/mod.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/zlib/bufread.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/zlib/read.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/zlib/write.rs:
@@ -0,0 +1,7 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/flume-bbb5da209bf948ac.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.9.2/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.9.2/src/async.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.9.2/src/signal.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libflume-bbb5da209bf948ac.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.9.2/src/lib.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.9.2/src/async.rs /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.9.2/src/signal.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.9.2/src/lib.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.9.2/src/async.rs:
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.9.2/src/signal.rs:
@@ -0,0 +1,5 @@
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/fnv-400e1d2bacc1723c.d: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs
/home/jasonw/Documents/GitHub/socktop/zellij_socktop_plugin/target/debug/deps/libfnv-400e1d2bacc1723c.rmeta: /home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs
/home/jasonw/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs:

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