aRustyDev / aRustyDev/zed-sieve
Problem with manual installation
- Dominant language
- Rust
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
Thank you for building this extension. Highly appreciated!
I cloned the project, switched to the 0.17.0 tag, and I suppose either I am missing something or the docs need to be updated. Granted I made some changes to Cargo.toml to optimize the project as much as I can:
```toml
[package]
name = "zed-sieve"
version = "0.1.7"
edition = "2024"
description = "Language support for Sieve email filtering language (RFC 5228) with Proton advanced features"
license = "AGPL-3.0-or-later"
readme = "README.md"
homepage = "https://github.com/arustydev/zed-sieve"
# keywords = [
# "sdk",
# "open-metadata",
# "data-lineage",
# "data-quality",
# "data-governance",
# ]
# categories = ["api-bindings", "authentication", "database"]
[lib]
crate-type = ["cdylib"]
[dependencies]
zed_extension_api = "0.5.0"
[profile.release]
opt-level = 3
codegen-units = 1
panic = "abort"
strip = true
lto = "fat"
[profile.release.build-override]
opt-level = 3
codegen-units = 1
```
Anyway, after I build the release profile, my target dir looks like this:
```bash
$ tree target
target/
├── CACHEDIR.TAG
├── debug
│ ├── build
│ │ ├── anyhow-855c2af311b5b456
│ │ │ ├── invoked.timestamp
│ │ │ ├── out
│ │ │ ├── output
│ │ │ ├── root-output
│ │ │ └── stderr
│ │ ├── anyhow-8f0e75bddf5e1f22
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-8f0e75bddf5e1f22
│ │ │ └── build_script_build-8f0e75bddf5e1f22.d
│ │ ├── crc32fast-26747110955c02ca
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-26747110955c02ca
│ │ │ └── build_script_build-26747110955c02ca.d
│ │ ├── crc32fast-dac2aff360d8776d
│ │ │ ├── invoked.timestamp
│ │ │ ├── out
│ │ │ ├── output
│ │ │ ├── root-output
│ │ │ └── stderr
│ │ ├── icu_normalizer_data-502ee3ad9cc0da1b
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-502ee3ad9cc0da1b
│ │ │ └── build_script_build-502ee3ad9cc0da1b.d
│ │ ├── icu_normalizer_data-aabe9e2d12339c11
│ │ │ ├── invoked.timestamp
│ │ │ ├── out
│ │ │ ├── output
│ │ │ ├── root-output
│ │ │ └── stderr
│ │ ├── icu_properties_data-75d883de3a28de51
│ │ │ ├── invoked.timestamp
│ │ │ ├── out
│ │ │ ├── output
│ │ │ ├── root-output
│ │ │ └── stderr
│ │ ├── icu_properties_data-eb469ebb6cd645cf
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-eb469ebb6cd645cf
│ │ │ └── build_script_build-eb469ebb6cd645cf.d
│ │ ├── prettyplease-0c457db394f1105d
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-0c457db394f1105d
│ │ │ └── build_script_build-0c457db394f1105d.d
│ │ ├── prettyplease-ae7347151d56f4c0
│ │ │ ├── invoked.timestamp
│ │ │ ├── out
│ │ │ ├── output
│ │ │ ├── root-output
│ │ │ └── stderr
│ │ ├── proc-macro2-21edb93efb2ff933
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-21edb93efb2ff933
│ │ │ └── build_script_build-21edb93efb2ff933.d
│ │ ├── proc-macro2-3285c9a0b5b838d8
│ │ │ ├── invoked.timestamp
│ │ │ ├── out
│ │ │ ├── output
│ │ │ ├── root-output
│ │ │ └── stderr
│ │ ├── semver-4caeb9ed34d6b53c
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-4caeb9ed34d6b53c
│ │ │ └── build_script_build-4caeb9ed34d6b53c.d
│ │ ├── semver-f207c691a54c7801
│ │ │ ├── invoked.timestamp
│ │ │ ├── out
│ │ │ ├── output
│ │ │ ├── root-output
│ │ │ └── stderr
│ │ ├── serde-87512223a4d0cd15
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-87512223a4d0cd15
│ │ │ └── build_script_build-87512223a4d0cd15.d
│ │ ├── serde-af1055a5998bc6dd
│ │ │ ├── invoked.timestamp
│ │ │ ├── out
│ │ │ ├── output
│ │ │ ├── root-output
│ │ │ └── stderr
│ │ ├── serde-bbef244e4ced7803
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-bbef244e4ced7803
│ │ │ └── build_script_build-bbef244e4ced7803.d
│ │ ├── serde_json-79dd32fce0ac454d
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-79dd32fce0ac454d
│ │ │ └── build_script_build-79dd32fce0ac454d.d
│ │ ├── serde_json-d5e853cd54f6e3fe
│ │ │ ├── invoked.timestamp
│ │ │ ├── out
│ │ │ ├── output
│ │ │ ├── root-output
│ │ │ └── stderr
│ │ ├── wasm-encoder-b662ee30fd53ec72
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-b662ee30fd53ec72
│ │ │ └── build_script_build-b662ee30fd53ec72.d
│ │ ├── wasm-encoder-c88159d8a393b0a9
│ │ │ ├── invoked.timestamp
│ │ │ ├── out
│ │ │ ├── output
│ │ │ ├── root-output
│ │ │ └── stderr
│ │ ├── wasmparser-03b2c42acda78d7a
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-03b2c42acda78d7a
│ │ │ └── build_script_build-03b2c42acda78d7a.d
│ │ ├── wasmparser-cdd026b36d73b1aa
│ │ │ ├── invoked.timestamp
│ │ │ ├── out
│ │ │ ├── output
│ │ │ ├── root-output
│ │ │ └── stderr
│ │ ├── wit-bindgen-rt-d545ea92c80589b4
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-d545ea92c80589b4
│ │ │ └── build_script_build-d545ea92c80589b4.d
│ │ ├── wit-bindgen-rust-12fe3471a9d14c25
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-12fe3471a9d14c25
│ │ │ └── build_script_build-12fe3471a9d14c25.d
│ │ ├── wit-bindgen-rust-dd6792960f3f728a
│ │ │ ├── invoked.timestamp
│ │ │ ├── out
│ │ │ ├── output
│ │ │ ├── root-output
│ │ │ └── stderr
│ │ ├── wit-bindgen-rust-macro-3104eba0ba81e7ba
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-3104eba0ba81e7ba
│ │ │ └── build_script_build-3104eba0ba81e7ba.d
│ │ ├── wit-bindgen-rust-macro-7c1e8ad80bf4fe67
│ │ │ ├── invoked.timestamp
│ │ │ ├── out
│ │ │ ├── output
│ │ │ ├── root-output
│ │ │ └── stderr
│ │ └── zed_extension_api-4164c64d18c81064
│ │ ├── build-script-build
│ │ ├── build_script_build-4164c64d18c81064
│ │ └── build_script_build-4164c64d18c81064.d
│ ├── deps
│ │ ├── adler2-b70653a150d985a7.d
│ │ ├── anyhow-676d60427e4f7cf5.d
│ │ ├── auditable_serde-7f676022f6d42182.d
│ │ ├── bitflags-089c4470ad27800c.d
│ │ ├── cfg_if-8c106a0aa6df78e9.d
│ │ ├── crc32fast-894ae59702fa669e.d
│ │ ├── displaydoc-44affe2b09eecdc8.d
│ │ ├── equivalent-742118f59cddfc47.d
│ │ ├── flate2-1897fa5d5808aa7c.d
│ │ ├── foldhash-e9a63aa83b123e6e.d
│ │ ├── form_urlencoded-8d18c0dbe72062ad.d
│ │ ├── futures_macro-2a0da0ac83efdfe4.d
│ │ ├── hashbrown-8a411dd26e90247c.d
│ │ ├── heck-02ecf01fa11f35bd.d
│ │ ├── icu_collections-bcdc560e20d13c95.d
│ │ ├── icu_locale_core-d654a333a64bec36.d
│ │ ├── icu_normalizer-6efadcd98c007154.d
│ │ ├── icu_normalizer_data-087d461e9fd89aa6.d
│ │ ├── icu_properties-9e1fb164b5396ec7.d
│ │ ├── icu_properties_data-99030d31b8794232.d
│ │ ├── icu_provider-4b3051aa6231f554.d
│ │ ├── id_arena-e402382f7e924595.d
│ │ ├── idna-33acfcf8db3db12a.d
│ │ ├── idna_adapter-41f302a966ac0933.d
│ │ ├── indexmap-3d87843a3c43f576.d
│ │ ├── itoa-7daef434c89f043b.d
│ │ ├── leb128fmt-7dca85b54da6786e.d
│ │ ├── libadler2-b70653a150d985a7.rlib
│ │ ├── libadler2-b70653a150d985a7.rmeta
│ │ ├── libanyhow-676d60427e4f7cf5.rlib
│ │ ├── libanyhow-676d60427e4f7cf5.rmeta
│ │ ├── libauditable_serde-7f676022f6d42182.rlib
│ │ ├── libauditable_serde-7f676022f6d42182.rmeta
│ │ ├── libbitflags-089c4470ad27800c.rlib
│ │ ├── libbitflags-089c4470ad27800c.rmeta
│ │ ├── libcfg_if-8c106a0aa6df78e9.rlib
│ │ ├── libcfg_if-8c106a0aa6df78e9.rmeta
│ │ ├── libcrc32fast-894ae59702fa669e.rlib
│ │ ├── libcrc32fast-894ae59702fa669e.rmeta
│ │ ├── libdisplaydoc-44affe2b09eecdc8.so
│ │ ├── libequivalent-742118f59cddfc47.rlib
│ │ ├── libequivalent-742118f59cddfc47.rmeta
│ │ ├── libflate2-1897fa5d5808aa7c.rlib
│ │ ├── libflate2-1897fa5d5808aa7c.rmeta
│ │ ├── libfoldhash-e9a63aa83b123e6e.rlib
│ │ ├── libfoldhash-e9a63aa83b123e6e.rmeta
│ │ ├── libform_urlencoded-8d18c0dbe72062ad.rlib
│ │ ├── libform_urlencoded-8d18c0dbe72062ad.rmeta
│ │ ├── libfutures_macro-2a0da0ac83efdfe4.so
│ │ ├── libhashbrown-8a411dd26e90247c.rlib
│ │ ├── libhashbrown-8a411dd26e90247c.rmeta
│ │ ├── libheck-02ecf01fa11f35bd.rlib
│ │ ├── libheck-02ecf01fa11f35bd.rmeta
│ │ ├── libicu_collections-bcdc560e20d13c95.rlib
│ │ ├── libicu_collections-bcdc560e20d13c95.rmeta
│ │ ├── libicu_locale_core-d654a333a64bec36.rlib
│ │ ├── libicu_locale_core-d654a333a64bec36.rmeta
│ │ ├── libicu_normalizer-6efadcd98c007154.rlib
│ │ ├── libicu_normalizer-6efadcd98c007154.rmeta
│ │ ├── libicu_normalizer_data-087d461e9fd89aa6.rlib
│ │ ├── libicu_normalizer_data-087d461e9fd89aa6.rmeta
│ │ ├── libicu_properties-9e1fb164b5396ec7.rlib
│ │ ├── libicu_properties-9e1fb164b5396ec7.rmeta
│ │ ├── libicu_properties_data-99030d31b8794232.rlib
│ │ ├── libicu_properties_data-99030d31b8794232.rmeta
│ │ ├── libicu_provider-4b3051aa6231f554.rlib
│ │ ├── libicu_provider-4b3051aa6231f554.rmeta
│ │ ├── libid_arena-e402382f7e924595.rlib
│ │ ├── libid_arena-e402382f7e924595.rmeta
│ │ ├── libidna-33acfcf8db3db12a.rlib
│ │ ├── libidna-33acfcf8db3db12a.rmeta
│ │ ├── libidna_adapter-41f302a966ac0933.rlib
│ │ ├── libidna_adapter-41f302a966ac0933.rmeta
│ │ ├── libindexmap-3d87843a3c43f576.rlib
│ │ ├── libindexmap-3d87843a3c43f576.rmeta
│ │ ├── libitoa-7daef434c89f043b.rlib
│ │ ├── libitoa-7daef434c89f043b.rmeta
│ │ ├── libleb128fmt-7dca85b54da6786e.rlib
│ │ ├── libleb128fmt-7dca85b54da6786e.rmeta
│ │ ├── liblitemap-a2b01bbf670861dc.rlib
│ │ ├── liblitemap-a2b01bbf670861dc.rmeta
│ │ ├── liblog-034efab62c7fbfc8.rlib
│ │ ├── liblog-034efab62c7fbfc8.rmeta
│ │ ├── libmemchr-ddb1f17df6c8a224.rlib
│ │ ├── libmemchr-ddb1f17df6c8a224.rmeta
│ │ ├── libminiz_oxide-8664412c430af2a6.rlib
│ │ ├── libminiz_oxide-8664412c430af2a6.rmeta
│ │ ├── libpercent_encoding-a8eaf5a8c1b78420.rlib
│ │ ├── libpercent_encoding-a8eaf5a8c1b78420.rmeta
│ │ ├── libpotential_utf-9699f93bbc3ced46.rlib
│ │ ├── libpotential_utf-9699f93bbc3ced46.rmeta
│ │ ├── libprettyplease-4df6f6942545e1c0.rlib
│ │ ├── libprettyplease-4df6f6942545e1c0.rmeta
│ │ ├── libproc_macro2-81de9b873be7ff0b.rlib
│ │ ├── libproc_macro2-81de9b873be7ff0b.rmeta
│ │ ├── libquote-2f48b5ed7b0f608b.rlib
│ │ ├── libquote-2f48b5ed7b0f608b.rmeta
│ │ ├── libryu-37d53b4f77257f86.rlib
│ │ ├── libryu-37d53b4f77257f86.rmeta
│ │ ├── libsemver-8d4df306d22686ee.rlib
│ │ ├── libsemver-8d4df306d22686ee.rmeta
│ │ ├── libserde-bd51be5fc1b4d587.rlib
│ │ ├── libserde-bd51be5fc1b4d587.rmeta
│ │ ├── libserde_derive-9b1e02e9d4ee7ade.so
│ │ ├── libserde_json-787320c03ed6b8db.rlib
│ │ ├── libserde_json-787320c03ed6b8db.rmeta
│ │ ├── libsmallvec-fedb06041d395c92.rlib
│ │ ├── libsmallvec-fedb06041d395c92.rmeta
│ │ ├── libspdx-fd4f31c8e794037e.rlib
│ │ ├── libspdx-fd4f31c8e794037e.rmeta
│ │ ├── libstable_deref_trait-62798fe62205e471.rlib
│ │ ├── libstable_deref_trait-62798fe62205e471.rmeta
│ │ ├── libsyn-8d2eb26c782ac372.rlib
│ │ ├── libsyn-8d2eb26c782ac372.rmeta
│ │ ├── libsynstructure-de702e301fad649c.rlib
│ │ ├── libsynstructure-de702e301fad649c.rmeta
│ │ ├── libtinystr-36b39ca595bc8cf5.rlib
│ │ ├── libtinystr-36b39ca595bc8cf5.rmeta
│ │ ├── libtopological_sort-d73b8b9071a8bc8b.rlib
│ │ ├── libtopological_sort-d73b8b9071a8bc8b.rmeta
│ │ ├── libunicode_ident-48445257290932c3.rlib
│ │ ├── libunicode_ident-48445257290932c3.rmeta
│ │ ├── libunicode_xid-2091b14caaa2c4d2.rlib
│ │ ├── libunicode_xid-2091b14caaa2c4d2.rmeta
│ │ ├── liburl-87edc67dd3c12de8.rlib
│ │ ├── liburl-87edc67dd3c12de8.rmeta
│ │ ├── libutf8_iter-09be6fe1c1163a1d.rlib
│ │ ├── libutf8_iter-09be6fe1c1163a1d.rmeta
│ │ ├── libwasm_encoder-90e8410b8222dd6f.rlib
│ │ ├── libwasm_encoder-90e8410b8222dd6f.rmeta
│ │ ├── libwasm_metadata-526f69b4607f4884.rlib
│ │ ├── libwasm_metadata-526f69b4607f4884.rmeta
│ │ ├── libwasmparser-7c46a43e9c8e316d.rlib
│ │ ├── libwasmparser-7c46a43e9c8e316d.rmeta
│ │ ├── libwit_bindgen_core-25e49fc3bd07c4ba.rlib
│ │ ├── libwit_bindgen_core-25e49fc3bd07c4ba.rmeta
│ │ ├── libwit_bindgen_rust-8e5c958f7ce1b415.rlib
│ │ ├── libwit_bindgen_rust-8e5c958f7ce1b415.rmeta
│ │ ├── libwit_bindgen_rust_macro-303186cddea708f6.so
│ │ ├── libwit_component-e04ee5905dd2f123.rlib
│ │ ├── libwit_component-e04ee5905dd2f123.rmeta
│ │ ├── libwit_parser-07ca93994ec51a49.rlib
│ │ ├── libwit_parser-07ca93994ec51a49.rmeta
│ │ ├── libwriteable-542b806736d04457.rlib
│ │ ├── libwriteable-542b806736d04457.rmeta
│ │ ├── libyoke_derive-f239fa46ee2b2a0f.so
│ │ ├── libyoke-f805443a80fa501c.rlib
│ │ ├── libyoke-f805443a80fa501c.rmeta
│ │ ├── libzerofrom_derive-ffc6e356d2177cb9.so
│ │ ├── libzerofrom-f0eab1b8636082f4.rlib
│ │ ├── libzerofrom-f0eab1b8636082f4.rmeta
│ │ ├── libzerotrie-9604adcd824f0d51.rlib
│ │ ├── libzerotrie-9604adcd824f0d51.rmeta
│ │ ├── libzerovec-78c381e971cacaa8.rlib
│ │ ├── libzerovec-78c381e971cacaa8.rmeta
│ │ ├── libzerovec_derive-50c6a50068637a6e.so
│ │ ├── litemap-a2b01bbf670861dc.d
│ │ ├── log-034efab62c7fbfc8.d
│ │ ├── memchr-ddb1f17df6c8a224.d
│ │ ├── miniz_oxide-8664412c430af2a6.d
│ │ ├── percent_encoding-a8eaf5a8c1b78420.d
│ │ ├── potential_utf-9699f93bbc3ced46.d
│ │ ├── prettyplease-4df6f6942545e1c0.d
│ │ ├── proc_macro2-81de9b873be7ff0b.d
│ │ ├── quote-2f48b5ed7b0f608b.d
│ │ ├── ryu-37d53b4f77257f86.d
│ │ ├── semver-8d4df306d22686ee.d
│ │ ├── serde-bd51be5fc1b4d587.d
│ │ ├── serde_derive-9b1e02e9d4ee7ade.d
│ │ ├── serde_json-787320c03ed6b8db.d
│ │ ├── smallvec-fedb06041d395c92.d
│ │ ├── spdx-fd4f31c8e794037e.d
│ │ ├── stable_deref_trait-62798fe62205e471.d
│ │ ├── syn-8d2eb26c782ac372.d
│ │ ├── synstructure-de702e301fad649c.d
│ │ ├── tinystr-36b39ca595bc8cf5.d
│ │ ├── topological_sort-d73b8b9071a8bc8b.d
│ │ ├── unicode_ident-48445257290932c3.d
│ │ ├── unicode_xid-2091b14caaa2c4d2.d
│ │ ├── url-87edc67dd3c12de8.d
│ │ ├── utf8_iter-09be6fe1c1163a1d.d
│ │ ├── wasm_encoder-90e8410b8222dd6f.d
│ │ ├── wasm_metadata-526f69b4607f4884.d
│ │ ├── wasmparser-7c46a43e9c8e316d.d
│ │ ├── wit_bindgen_core-25e49fc3bd07c4ba.d
│ │ ├── wit_bindgen_rust-8e5c958f7ce1b415.d
│ │ ├── wit_bindgen_rust_macro-303186cddea708f6.d
│ │ ├── wit_component-e04ee5905dd2f123.d
│ │ ├── wit_parser-07ca93994ec51a49.d
│ │ ├── writeable-542b806736d04457.d
│ │ ├── yoke_derive-f239fa46ee2b2a0f.d
│ │ ├── yoke-f805443a80fa501c.d
│ │ ├── zerofrom_derive-ffc6e356d2177cb9.d
│ │ ├── zerofrom-f0eab1b8636082f4.d
│ │ ├── zerotrie-9604adcd824f0d51.d
│ │ ├── zerovec-78c381e971cacaa8.d
│ │ └── zerovec_derive-50c6a50068637a6e.d
│ ├── examples
│ └── incremental
├── release
│ ├── build
│ │ ├── anyhow-2496263ab433ba18
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-2496263ab433ba18
│ │ │ └── build_script_build-2496263ab433ba18.d
│ │ ├── anyhow-7b9b652c9307d519
│ │ │ ├── invoked.timestamp
│ │ │ ├── out
│ │ │ ├── output
│ │ │ ├── root-output
│ │ │ └── stderr
│ │ ├── crc32fast-0d09b14c2d1ff978
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-0d09b14c2d1ff978
│ │ │ └── build_script_build-0d09b14c2d1ff978.d
│ │ ├── crc32fast-dbf28516001371cc
│ │ │ ├── invoked.timestamp
│ │ │ ├── out
│ │ │ ├── output
│ │ │ ├── root-output
│ │ │ └── stderr
│ │ ├── icu_normalizer_data-0ff382f270f1ab5c
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-0ff382f270f1ab5c
│ │ │ └── build_script_build-0ff382f270f1ab5c.d
│ │ ├── icu_normalizer_data-8d33a814da472434
│ │ │ ├── invoked.timestamp
│ │ │ ├── out
│ │ │ ├── output
│ │ │ ├── root-output
│ │ │ └── stderr
│ │ ├── icu_properties_data-159ec94d14a511df
│ │ │ ├── invoked.timestamp
│ │ │ ├── out
│ │ │ ├── output
│ │ │ ├── root-output
│ │ │ └── stderr
│ │ ├── icu_properties_data-74097b819a86eeb5
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-74097b819a86eeb5
│ │ │ └── build_script_build-74097b819a86eeb5.d
│ │ ├── prettyplease-026e6df15eaf15a8
│ │ │ ├── invoked.timestamp
│ │ │ ├── out
│ │ │ ├── output
│ │ │ ├── root-output
│ │ │ └── stderr
│ │ ├── prettyplease-a1252a7394cd75cb
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-a1252a7394cd75cb
│ │ │ └── build_script_build-a1252a7394cd75cb.d
│ │ ├── proc-macro2-9c84eaed77e35477
│ │ │ ├── invoked.timestamp
│ │ │ ├── out
│ │ │ ├── output
│ │ │ ├── root-output
│ │ │ └── stderr
│ │ ├── proc-macro2-b9c08100ff84b31e
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-b9c08100ff84b31e
│ │ │ └── build_script_build-b9c08100ff84b31e.d
│ │ ├── semver-a91ae781647b1357
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-a91ae781647b1357
│ │ │ └── build_script_build-a91ae781647b1357.d
│ │ ├── semver-acd55ef1b255d0a1
│ │ │ ├── invoked.timestamp
│ │ │ ├── out
│ │ │ ├── output
│ │ │ ├── root-output
│ │ │ └── stderr
│ │ ├── serde-35d22054c8d56eb8
│ │ │ ├── invoked.timestamp
│ │ │ ├── out
│ │ │ ├── output
│ │ │ ├── root-output
│ │ │ └── stderr
│ │ ├── serde-8f4d5344a2f30a29
│ │ │ ├── invoked.timestamp
│ │ │ ├── out
│ │ │ ├── output
│ │ │ ├── root-output
│ │ │ └── stderr
│ │ ├── serde-b8306f507f5e9648
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-b8306f507f5e9648
│ │ │ └── build_script_build-b8306f507f5e9648.d
│ │ ├── serde-c47de3ab7e2771fb
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-c47de3ab7e2771fb
│ │ │ └── build_script_build-c47de3ab7e2771fb.d
│ │ ├── serde_json-13136bce10ac4f79
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-13136bce10ac4f79
│ │ │ └── build_script_build-13136bce10ac4f79.d
│ │ ├── serde_json-b39ddf7eac09a492
│ │ │ ├── invoked.timestamp
│ │ │ ├── out
│ │ │ ├── output
│ │ │ ├── root-output
│ │ │ └── stderr
│ │ ├── wasm-encoder-386976f6516109fa
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-386976f6516109fa
│ │ │ └── build_script_build-386976f6516109fa.d
│ │ ├── wasm-encoder-585cb3268e56ae7a
│ │ │ ├── invoked.timestamp
│ │ │ ├── out
│ │ │ ├── output
│ │ │ ├── root-output
│ │ │ └── stderr
│ │ ├── wasmparser-72ce033c74a56c82
│ │ │ ├── invoked.timestamp
│ │ │ ├── out
│ │ │ ├── output
│ │ │ ├── root-output
│ │ │ └── stderr
│ │ ├── wasmparser-bbe609bba325ab72
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-bbe609bba325ab72
│ │ │ └── build_script_build-bbe609bba325ab72.d
│ │ ├── wit-bindgen-rt-74cee794eae66cca
│ │ │ ├── invoked.timestamp
│ │ │ ├── out
│ │ │ ├── output
│ │ │ ├── root-output
│ │ │ └── stderr
│ │ ├── wit-bindgen-rt-b713ded39dc596c8
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-b713ded39dc596c8
│ │ │ └── build_script_build-b713ded39dc596c8.d
│ │ ├── wit-bindgen-rust-9456d3b118c533d3
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-9456d3b118c533d3
│ │ │ └── build_script_build-9456d3b118c533d3.d
│ │ ├── wit-bindgen-rust-d31c779fa31b985d
│ │ │ ├── invoked.timestamp
│ │ │ ├── out
│ │ │ ├── output
│ │ │ ├── root-output
│ │ │ └── stderr
│ │ ├── wit-bindgen-rust-macro-ca062482b11ba8da
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-ca062482b11ba8da
│ │ │ └── build_script_build-ca062482b11ba8da.d
│ │ ├── wit-bindgen-rust-macro-dc69fd977c59279f
│ │ │ ├── invoked.timestamp
│ │ │ ├── out
│ │ │ ├── output
│ │ │ ├── root-output
│ │ │ └── stderr
│ │ ├── zed_extension_api-319de7b1b8caa50f
│ │ │ ├── build-script-build
│ │ │ ├── build_script_build-319de7b1b8caa50f
│ │ │ └── build_script_build-319de7b1b8caa50f.d
│ │ └── zed_extension_api-89289cc63a5c42e7
│ │ ├── invoked.timestamp
│ │ ├── out
│ │ │ └── version_bytes
│ │ ├── output
│ │ ├── root-output
│ │ └── stderr
│ ├── deps
│ │ ├── adler2-58d9a560eb894501.d
│ │ ├── anyhow-bce5c00318a1e67e.d
│ │ ├── auditable_serde-54a575d518d94b48.d
│ │ ├── bitflags-32a8e24bb3ff5385.d
│ │ ├── bitflags-446f87a2190c9ca7.d
│ │ ├── cfg_if-d169e3c46b35c45f.d
│ │ ├── crc32fast-f592742e891bc011.d
│ │ ├── displaydoc-6b63d112ae893a2b.d
│ │ ├── equivalent-a93d398f38e778f5.d
│ │ ├── flate2-483f99c568f5ad3e.d
│ │ ├── foldhash-f3eef365d51ea102.d
│ │ ├── form_urlencoded-02c83e061b5fa1fd.d
│ │ ├── futures-21b4ecc3ffbdd999.d
│ │ ├── futures_channel-1ff95ab32d0cc32c.d
│ │ ├── futures_core-f6a2af9333048c6b.d
│ │ ├── futures_executor-471fedfc97b458ef.d
│ │ ├── futures_io-35082579ab777428.d
│ │ ├── futures_macro-6737757b273d4161.d
│ │ ├── futures_sink-bf7812677c61abe4.d
│ │ ├── futures_task-ae68f1d67869cf18.d
│ │ ├── futures_util-e46d872198f2cf80.d
│ │ ├── hashbrown-e830caea2b934254.d
│ │ ├── heck-b15d351c3bdace49.d
│ │ ├── icu_collections-adb6636d3a24c564.d
│ │ ├── icu_locale_core-e24349e8e9c97301.d
│ │ ├── icu_normalizer-7d8857cf4d384936.d
│ │ ├── icu_normalizer_data-223c7229018ca9c2.d
│ │ ├── icu_properties_data-e997cd8364a173ba.d
│ │ ├── icu_properties-e34793043b8b9083.d
│ │ ├── icu_provider-f24171a1fee12eef.d
│ │ ├── id_arena-ee4d1e622cd6f27a.d
│ │ ├── idna-0efe154549d9fcf8.d
│ │ ├── idna_adapter-16f283b4a9c6bb64.d
│ │ ├── indexmap-d5aa7e7b917b2479.d
│ │ ├── itoa-1a8bf6f86fe121ac.d
│ │ ├── itoa-9c95a7ad3e688235.d
│ │ ├── leb128fmt-b697cbb1a22672dd.d
│ │ ├── libadler2-58d9a560eb894501.rlib
│ │ ├── libadler2-58d9a560eb894501.rmeta
│ │ ├── libanyhow-bce5c00318a1e67e.rlib
│ │ ├── libanyhow-bce5c00318a1e67e.rmeta
│ │ ├── libauditable_serde-54a575d518d94b48.rlib
│ │ ├── libauditable_serde-54a575d518d94b48.rmeta
│ │ ├── libbitflags-32a8e24bb3ff5385.rlib
│ │ ├── libbitflags-32a8e24bb3ff5385.rmeta
│ │ ├── libbitflags-446f87a2190c9ca7.rlib
│ │ ├── libbitflags-446f87a2190c9ca7.rmeta
│ │ ├── libcfg_if-d169e3c46b35c45f.rlib
│ │ ├── libcfg_if-d169e3c46b35c45f.rmeta
│ │ ├── libcrc32fast-f592742e891bc011.rlib
│ │ ├── libcrc32fast-f592742e891bc011.rmeta
│ │ ├── libdisplaydoc-6b63d112ae893a2b.so
│ │ ├── libequivalent-a93d398f38e778f5.rlib
│ │ ├── libequivalent-a93d398f38e778f5.rmeta
│ │ ├── libflate2-483f99c568f5ad3e.rlib
│ │ ├── libflate2-483f99c568f5ad3e.rmeta
│ │ ├── libfoldhash-f3eef365d51ea102.rlib
│ │ ├── libfoldhash-f3eef365d51ea102.rmeta
│ │ ├── libform_urlencoded-02c83e061b5fa1fd.rlib
│ │ ├── libform_urlencoded-02c83e061b5fa1fd.rmeta
│ │ ├── libfutures-21b4ecc3ffbdd999.rlib
│ │ ├── libfutures-21b4ecc3ffbdd999.rmeta
│ │ ├── libfutures_channel-1ff95ab32d0cc32c.rlib
│ │ ├── libfutures_channel-1ff95ab32d0cc32c.rmeta
│ │ ├── libfutures_core-f6a2af9333048c6b.rlib
│ │ ├── libfutures_core-f6a2af9333048c6b.rmeta
│ │ ├── libfutures_executor-471fedfc97b458ef.rlib
│ │ ├── libfutures_executor-471fedfc97b458ef.rmeta
│ │ ├── libfutures_io-35082579ab777428.rlib
│ │ ├── libfutures_io-35082579ab777428.rmeta
│ │ ├── libfutures_macro-6737757b273d4161.so
│ │ ├── libfutures_sink-bf7812677c61abe4.rlib
│ │ ├── libfutures_sink-bf7812677c61abe4.rmeta
│ │ ├── libfutures_task-ae68f1d67869cf18.rlib
│ │ ├── libfutures_task-ae68f1d67869cf18.rmeta
│ │ ├── libfutures_util-e46d872198f2cf80.rlib
│ │ ├── libfutures_util-e46d872198f2cf80.rmeta
│ │ ├── libhashbrown-e830caea2b934254.rlib
│ │ ├── libhashbrown-e830caea2b934254.rmeta
│ │ ├── libheck-b15d351c3bdace49.rlib
│ │ ├── libheck-b15d351c3bdace49.rmeta
│ │ ├── libicu_collections-adb6636d3a24c564.rlib
│ │ ├── libicu_collections-adb6636d3a24c564.rmeta
│ │ ├── libicu_locale_core-e24349e8e9c97301.rlib
│ │ ├── libicu_locale_core-e24349e8e9c97301.rmeta
│ │ ├── libicu_normalizer-7d8857cf4d384936.rlib
│ │ ├── libicu_normalizer-7d8857cf4d384936.rmeta
│ │ ├── libicu_normalizer_data-223c7229018ca9c2.rlib
│ │ ├── libicu_normalizer_data-223c7229018ca9c2.rmeta
│ │ ├── libicu_properties_data-e997cd8364a173ba.rlib
│ │ ├── libicu_properties_data-e997cd8364a173ba.rmeta
│ │ ├── libicu_properties-e34793043b8b9083.rlib
│ │ ├── libicu_properties-e34793043b8b9083.rmeta
│ │ ├── libicu_provider-f24171a1fee12eef.rlib
│ │ ├── libicu_provider-f24171a1fee12eef.rmeta
│ │ ├── libid_arena-ee4d1e622cd6f27a.rlib
│ │ ├── libid_arena-ee4d1e622cd6f27a.rmeta
│ │ ├── libidna-0efe154549d9fcf8.rlib
│ │ ├── libidna-0efe154549d9fcf8.rmeta
│ │ ├── libidna_adapter-16f283b4a9c6bb64.rlib
│ │ ├── libidna_adapter-16f283b4a9c6bb64.rmeta
│ │ ├── libindexmap-d5aa7e7b917b2479.rlib
│ │ ├── libindexmap-d5aa7e7b917b2479.rmeta
│ │ ├── libitoa-1a8bf6f86fe121ac.rlib
│ │ ├── libitoa-1a8bf6f86fe121ac.rmeta
│ │ ├── libitoa-9c95a7ad3e688235.rlib
│ │ ├── libitoa-9c95a7ad3e688235.rmeta
│ │ ├── libleb128fmt-b697cbb1a22672dd.rlib
│ │ ├── libleb128fmt-b697cbb1a22672dd.rmeta
│ │ ├── liblitemap-25384a77d601dbc8.rlib
│ │ ├── liblitemap-25384a77d601dbc8.rmeta
│ │ ├── liblog-b390f11e769ecf79.rlib
│ │ ├── liblog-b390f11e769ecf79.rmeta
│ │ ├── libmemchr-73f342901ff579c7.rlib
│ │ ├── libmemchr-73f342901ff579c7.rmeta
│ │ ├── libmemchr-89fa10fcdfb2c4a5.rlib
│ │ ├── libmemchr-89fa10fcdfb2c4a5.rmeta
│ │ ├── libminiz_oxide-d6d95599bd707bca.rlib
│ │ ├── libminiz_oxide-d6d95599bd707bca.rmeta
│ │ ├── libonce_cell-c102b64577e5b45f.rlib
│ │ ├── libonce_cell-c102b64577e5b45f.rmeta
│ │ ├── libpercent_encoding-4fa94e443d1b3a8e.rlib
│ │ ├── libpercent_encoding-4fa94e443d1b3a8e.rmeta
│ │ ├── libpin_project_lite-3951b95c2dd7383d.rlib
│ │ ├── libpin_project_lite-3951b95c2dd7383d.rmeta
│ │ ├── libpin_utils-8301446b53251e96.rlib
│ │ ├── libpin_utils-8301446b53251e96.rmeta
│ │ ├── libpotential_utf-60ea8963eb36e3f6.rlib
│ │ ├── libpotential_utf-60ea8963eb36e3f6.rmeta
│ │ ├── libprettyplease-29c1004f9fbbe359.rlib
│ │ ├── libprettyplease-29c1004f9fbbe359.rmeta
│ │ ├── libproc_macro2-30adfb53f6557376.rlib
│ │ ├── libproc_macro2-30adfb53f6557376.rmeta
│ │ ├── libquote-552d12e947f125e2.rlib
│ │ ├── libquote-552d12e947f125e2.rmeta
│ │ ├── libryu-a6d19880696149a3.rlib
│ │ ├── libryu-a6d19880696149a3.rmeta
│ │ ├── libryu-b7bf69c176e4218a.rlib
│ │ ├── libryu-b7bf69c176e4218a.rmeta
│ │ ├── libsemver-8fabd4783bd61eb4.rlib
│ │ ├── libsemver-8fabd4783bd61eb4.rmeta
│ │ ├── libserde-949e9c76f3717073.rlib
│ │ ├── libserde-949e9c76f3717073.rmeta
│ │ ├── libserde-c9083c4f8899d32d.rlib
│ │ ├── libserde-c9083c4f8899d32d.rmeta
│ │ ├── libserde_derive-1162ba004b157ffe.so
│ │ ├── libserde_json-20706e247368802e.rlib
│ │ ├── libserde_json-20706e247368802e.rmeta
│ │ ├── libserde_json-2ec100b99a4295df.rlib
│ │ ├── libserde_json-2ec100b99a4295df.rmeta
│ │ ├── libslab-ccce67c8ba050f8b.rlib
│ │ ├── libslab-ccce67c8ba050f8b.rmeta
│ │ ├── libsmallvec-f7aef12b1e0ffe94.rlib
│ │ ├── libsmallvec-f7aef12b1e0ffe94.rmeta
│ │ ├── libspdx-a06ceccbda398e19.rlib
│ │ ├── libspdx-a06ceccbda398e19.rmeta
│ │ ├── libstable_deref_trait-8aae45b3536e353f.rlib
│ │ ├── libstable_deref_trait-8aae45b3536e353f.rmeta
│ │ ├── libsyn-9d6bdf5617cfbc50.rlib
│ │ ├── libsyn-9d6bdf5617cfbc50.rmeta
│ │ ├── libsynstructure-b93a8b378fcc2497.rlib
│ │ ├── libsynstructure-b93a8b378fcc2497.rmeta
│ │ ├── libtinystr-3200a817b793d399.rlib
│ │ ├── libtinystr-3200a817b793d399.rmeta
│ │ ├── libtopological_sort-fbcdc5e7601d2aeb.rlib
│ │ ├── libtopological_sort-fbcdc5e7601d2aeb.rmeta
│ │ ├── libunicode_ident-09255d32f2ad344b.rlib
│ │ ├── libunicode_ident-09255d32f2ad344b.rmeta
│ │ ├── libunicode_xid-03ddf104f8115235.rlib
│ │ ├── libunicode_xid-03ddf104f8115235.rmeta
│ │ ├── liburl-a7bed68c8b7414c1.rlib
│ │ ├── liburl-a7bed68c8b7414c1.rmeta
│ │ ├── libutf8_iter-9172a2e8c986821a.rlib
│ │ ├── libutf8_iter-9172a2e8c986821a.rmeta
│ │ ├── libwasm_encoder-e453dd969812b558.rlib
│ │ ├── libwasm_encoder-e453dd969812b558.rmeta
│ │ ├── libwasm_metadata-99d1f7e8cdf36fe4.rlib
│ │ ├── libwasm_metadata-99d1f7e8cdf36fe4.rmeta
│ │ ├── libwasmparser-52bad01640562a30.rlib
│ │ ├── libwasmparser-52bad01640562a30.rmeta
│ │ ├── libwit_bindgen_core-65349b3590be0f70.rlib
│ │ ├── libwit_bindgen_core-65349b3590be0f70.rmeta
│ │ ├── libwit_bindgen-f07be2d4e8dcc996.rlib
│ │ ├── libwit_bindgen-f07be2d4e8dcc996.rmeta
│ │ ├── libwit_bindgen_rt-acd70d8e639b3675.rlib
│ │ ├── libwit_bindgen_rt-acd70d8e639b3675.rmeta
│ │ ├── libwit_bindgen_rust-1ab8826dcf4607f1.rlib
│ │ ├── libwit_bindgen_rust-1ab8826dcf4607f1.rmeta
│ │ ├── libwit_bindgen_rust_macro-3a643694238590c8.so
│ │ ├── libwit_component-101cb6e14fb26d15.rlib
│ │ ├── libwit_component-101cb6e14fb26d15.rmeta
│ │ ├── libwit_parser-f298c1ed3a20883e.rlib
│ │ ├── libwit_parser-f298c1ed3a20883e.rmeta
│ │ ├── libwriteable-2e3c15da05ed82e8.rlib
│ │ ├── libwriteable-2e3c15da05ed82e8.rmeta
│ │ ├── libyoke-595904e28a4b753d.rlib
│ │ ├── libyoke-595904e28a4b753d.rmeta
│ │ ├── libyoke_derive-99434747a52b743f.so
│ │ ├── libzed_extension_api-f798fd1a84343a7b.rlib
│ │ ├── libzed_extension_api-f798fd1a84343a7b.rmeta
│ │ ├── libzed_sieve.so
│ │ ├── libzerofrom-dbe4b00338a316da.rlib
│ │ ├── libzerofrom-dbe4b00338a316da.rmeta
│ │ ├── libzerofrom_derive-0edc47f08c75736e.so
│ │ ├── libzerotrie-c1fa07fdaf6dca9a.rlib
│ │ ├── libzerotrie-c1fa07fdaf6dca9a.rmeta
│ │ ├── libzerovec-c961e1dc675fa7e5.rlib
│ │ ├── libzerovec-c961e1dc675fa7e5.rmeta
│ │ ├── libzerovec_derive-cf376612a7c0dcab.so
│ │ ├── litemap-25384a77d601dbc8.d
│ │ ├── log-b390f11e769ecf79.d
│ │ ├── memchr-73f342901ff579c7.d
│ │ ├── memchr-89fa10fcdfb2c4a5.d
│ │ ├── miniz_oxide-d6d95599bd707bca.d
│ │ ├── once_cell-c102b64577e5b45f.d
│ │ ├── percent_encoding-4fa94e443d1b3a8e.d
│ │ ├── pin_project_lite-3951b95c2dd7383d.d
│ │ ├── pin_utils-8301446b53251e96.d
│ │ ├── potential_utf-60ea8963eb36e3f6.d
│ │ ├── prettyplease-29c1004f9fbbe359.d
│ │ ├── proc_macro2-30adfb53f6557376.d
│ │ ├── quote-552d12e947f125e2.d
│ │ ├── ryu-a6d19880696149a3.d
│ │ ├── ryu-b7bf69c176e4218a.d
│ │ ├── semver-8fabd4783bd61eb4.d
│ │ ├── serde-949e9c76f3717073.d
│ │ ├── serde-c9083c4f8899d32d.d
│ │ ├── serde_derive-1162ba004b157ffe.d
│ │ ├── serde_json-20706e247368802e.d
│ │ ├── serde_json-2ec100b99a4295df.d
│ │ ├── slab-ccce67c8ba050f8b.d
│ │ ├── smallvec-f7aef12b1e0ffe94.d
│ │ ├── spdx-a06ceccbda398e19.d
│ │ ├── stable_deref_trait-8aae45b3536e353f.d
│ │ ├── syn-9d6bdf5617cfbc50.d
│ │ ├── synstructure-b93a8b378fcc2497.d
│ │ ├── tinystr-3200a817b793d399.d
│ │ ├── topological_sort-fbcdc5e7601d2aeb.d
│ │ ├── unicode_ident-09255d32f2ad344b.d
│ │ ├── unicode_xid-03ddf104f8115235.d
│ │ ├── url-a7bed68c8b7414c1.d
│ │ ├── utf8_iter-9172a2e8c986821a.d
│ │ ├── wasm_encoder-e453dd969812b558.d
│ │ ├── wasm_metadata-99d1f7e8cdf36fe4.d
│ │ ├── wasmparser-52bad01640562a30.d
│ │ ├── wit_bindgen_core-65349b3590be0f70.d
│ │ ├── wit_bindgen-f07be2d4e8dcc996.d
│ │ ├── wit_bindgen_rt-acd70d8e639b3675.d
│ │ ├── wit_bindgen_rust-1ab8826dcf4607f1.d
│ │ ├── wit_bindgen_rust_macro-3a643694238590c8.d
│ │ ├── wit_component-101cb6e14fb26d15.d
│ │ ├── wit_parser-f298c1ed3a20883e.d
│ │ ├── writeable-2e3c15da05ed82e8.d
│ │ ├── yoke-595904e28a4b753d.d
│ │ ├── yoke_derive-99434747a52b743f.d
│ │ ├── zed_extension_api-f798fd1a84343a7b.d
│ │ ├── zed_sieve.d
│ │ ├── zerofrom-dbe4b00338a316da.d
│ │ ├── zerofrom_derive-0edc47f08c75736e.d
│ │ ├── zerotrie-c1fa07fdaf6dca9a.d
│ │ ├── zerovec-c961e1dc675fa7e5.d
│ │ └── zerovec_derive-cf376612a7c0dcab.d
│ ├── examples
│ ├── incremental
│ ├── libzed_sieve.d
│ └── libzed_sieve.so
└── wasm32-wasip2
├── CACHEDIR.TAG
└── debug
├── build
│ ├── serde-8b31d26927f9d84e
│ │ ├── invoked.timestamp
│ │ ├── out
│ │ ├── output
│ │ ├── root-output
│ │ └── stderr
│ ├── serde_json-974f8ab862b1fbfb
│ │ ├── invoked.timestamp
│ │ ├── out
│ │ ├── output
│ │ ├── root-output
│ │ └── stderr
│ ├── wit-bindgen-rt-17e5b8381c2fd186
│ │ ├── invoked.timestamp
│ │ ├── out
│ │ │ └── libwit_bindgen_cabi_realloc0_41_0.a
│ │ ├── output
│ │ ├── root-output
│ │ └── stderr
│ └── zed_extension_api-1e4ce1fa8274a865
│ ├── invoked.timestamp
│ ├── out
│ │ └── version_bytes
│ ├── output
│ ├── root-output
│ └── stderr
├── deps
│ ├── bitflags-ff4d6a802d352990.d
│ ├── futures-a9e5a6a41bc56756.d
│ ├── futures_channel-e2b6668032e5e175.d
│ ├── futures_core-b18d25a9eb3a8295.d
│ ├── futures_executor-2bb8323ebc493ebe.d
│ ├── futures_io-c711e384d065f5db.d
│ ├── futures_sink-ef20b9e8a1e3459b.d
│ ├── futures_task-5572f2ab65d9bc14.d
│ ├── futures_util-7ef8746ec8289ddf.d
│ ├── itoa-c51a690789ecc0cb.d
│ ├── libbitflags-ff4d6a802d352990.rlib
│ ├── libbitflags-ff4d6a802d352990.rmeta
│ ├── libfutures-a9e5a6a41bc56756.rlib
│ ├── libfutures-a9e5a6a41bc56756.rmeta
│ ├── libfutures_channel-e2b6668032e5e175.rlib
│ ├── libfutures_channel-e2b6668032e5e175.rmeta
│ ├── libfutures_core-b18d25a9eb3a8295.rlib
│ ├── libfutures_core-b18d25a9eb3a8295.rmeta
│ ├── libfutures_executor-2bb8323ebc493ebe.rlib
│ ├── libfutures_executor-2bb8323ebc493ebe.rmeta
│ ├── libfutures_io-c711e384d065f5db.rlib
│ ├── libfutures_io-c711e384d065f5db.rmeta
│ ├── libfutures_sink-ef20b9e8a1e3459b.rlib
│ ├── libfutures_sink-ef20b9e8a1e3459b.rmeta
│ ├── libfutures_task-5572f2ab65d9bc14.rlib
│ ├── libfutures_task-5572f2ab65d9bc14.rmeta
│ ├── libfutures_util-7ef8746ec8289ddf.rlib
│ ├── libfutures_util-7ef8746ec8289ddf.rmeta
│ ├── libitoa-c51a690789ecc0cb.rlib
│ ├── libitoa-c51a690789ecc0cb.rmeta
│ ├── libmemchr-de1f026d78af566e.rlib
│ ├── libmemchr-de1f026d78af566e.rmeta
│ ├── libonce_cell-01728113a91a08c4.rlib
│ ├── libonce_cell-01728113a91a08c4.rmeta
│ ├── libpin_project_lite-608cdeb3ce68c4c9.rlib
│ ├── libpin_project_lite-608cdeb3ce68c4c9.rmeta
│ ├── libpin_utils-8cb87f53bca65de6.rlib
│ ├── libpin_utils-8cb87f53bca65de6.rmeta
│ ├── libryu-2b4cd1c0ab1bdacb.rlib
│ ├── libryu-2b4cd1c0ab1bdacb.rmeta
│ ├── libserde-ad8f03631fe33ce8.rlib
│ ├── libserde-ad8f03631fe33ce8.rmeta
│ ├── libserde_json-96da459f5b4970dc.rlib
│ ├── libserde_json-96da459f5b4970dc.rmeta
│ ├── libslab-43680a57d1da4508.rlib
│ ├── libslab-43680a57d1da4508.rmeta
│ ├── libwit_bindgen-0ca5ed09466dc221.rlib
│ ├── libwit_bindgen-0ca5ed09466dc221.rmeta
│ ├── libwit_bindgen_rt-7f0006b1d27c0649.rlib
│ ├── libwit_bindgen_rt-7f0006b1d27c0649.rmeta
│ ├── libzed_extension_api-5a4b6d334256a6cf.rlib
│ ├── libzed_extension_api-5a4b6d334256a6cf.rmeta
│ ├── memchr-de1f026d78af566e.d
│ ├── once_cell-01728113a91a08c4.d
│ ├── pin_project_lite-608cdeb3ce68c4c9.d
│ ├── pin_utils-8cb87f53bca65de6.d
│ ├── ryu-2b4cd1c0ab1bdacb.d
│ ├── serde-ad8f03631fe33ce8.d
│ ├── serde_json-96da459f5b4970dc.d
│ ├── slab-43680a57d1da4508.d
│ ├── wit_bindgen-0ca5ed09466dc221.d
│ ├── wit_bindgen_rt-7f0006b1d27c0649.d
│ ├── zed_extension_api-5a4b6d334256a6cf.d
│ ├── zed_sieve.d
│ └── zed_sieve.wasm
├── examples
├── incremental
│ └── zed_sieve-2e9v5fdjc7g35
│ ├── s-ham2fhkrnh-1u1p1nw-acgiiy6orgi2b35v9mzsm5xe1
│ │ ├── 0p3c64kcxk3gkooc43xdjkc7g.o
│ │ ├── 0zxobn2el7qwe0z17mwqdqcmk.o
│ │ ├── 11y1pxm9gylxp1th8et0p0oj2.o
│ │ ├── 1alcxumx7yfckslipohv1rmwx.o
│ │ ├── 3m67o8b2g942wwa3le0k9ut2i.o
│ │ ├── 5cfch9bgvvivadhv47nt8pgqm.o
│ │ ├── 5ws6yw2wvx9fp6y5ib4gkjl2z.o
│ │ ├── 6bum3mphtfeawkgnhhwm5b7m8.o
│ │ ├── 6bvv3qdn0ra7k4x5i1s4io5kh.o
│ │ ├── a8uk19gznelelxi1pzl5uoaid.o
│ │ ├── adekb0lv3llbsksb85rcu5wz7.o
│ │ ├── bdmtg1b4lyspzkeg4o3eadlkc.o
│ │ ├── clemny87tsftyiktae4hwclqa.o
│ │ ├── d5hv1k7sfehrcdtpi0mkj1sbc.o
│ │ ├── dep-graph.bin
│ │ ├── dxlh09axycse90rfpgyezl8bp.o
│ │ ├── query-cache.bin
│ │ └── work-products.bin
│ └── s-ham2fhkrnh-1u1p1nw.lock
├── zed_sieve.d
└── zed_sieve.wasm
117 directories, 780 files
```
According to https://github.com/aRustyDev/zed-sieve/blob/v0.1.7/.zed/settings.json, I should see a file named `sieve-lsp` under `./target/release`, but I don't see it:
```
❥ /C/aRustyDev.zed-sieve/target/release tags/v-0.1.7 ⇶ $ pwd
/C/aRustyDev.zed-sieve/target/release
❥ /C/aRustyDev.zed-sieve/target/release tags/v-0.1.7 ⇶ $ find . -name sieve-lsp
❥ /C/aRustyDev.zed-sieve/target/release tags/v-0.1.7 ⇶ $ ls
build deps examples incremental libzed_sieve.d libzed_sieve.so
❥ /C/aRustyDev.zed-sieve/target/release tags/v-0.1.7 ⇶ $
```
What am I missing here?
Contributor guide
Research direction
Reproduce the manual installation from the 0.17.0 tag using the Cargo.toml shown, then inspect the generated target directory to determine which artifact the extension requires. Update the installation documentation with the correct build output and installation steps, and verify that the extension can be loaded manually in Zed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100