pkgsrc/sysutils/yazi/cargo-depends.mk
pin e0cffb8bb8 sysutils/yazi: update to 0.1.5
This is the biggest update ever, with 36 new features, 24 bug fixes,
and 3 performance improvements.

Thank you to every contributor for making Yazi better and better!
What's Changed

    feat: add Mintty (Git Bash) image preview support by @sxyazi in #103
    refactor: use Url instead of PathBuf by @sxyazi in #107
    fix: mime of javascript by @XYenon in #106
    perf: load large folders in chunks by @sxyazi in #117
    fix: set cursor block after closing input prompt from insert mode
         by @auvred in #109
    fix: doesn't redirect the stderr of the clipboard command to null
         by @sxyazi in #119
    feat: suspend process (Ctrl-Z) by @sxyazi in #120
    fix: notification of file changes in linked directories by @sxyazi in #121
    feat: file size sorting under the simplified file system by @sxyazi in #123
    fix: show_hidden not properly applied to hovered folder by @sxyazi in #124
    fix: recognize symlink directories as files by @sxyazi in #125
    fix: respect symlink paths without canonicalizing them by @sxyazi in #126
    feat: make Input streamable by @sxyazi in #127
    perf: doesn't wait for the process of killing by @sxyazi in #128
    feat: find by @sxyazi in #104
    feat: tab-specific sorting by @sxyazi in #131
    feat: new V, D, C keybinding for Input component by @sxyazi in #139
    fix: swap description for search commands by @knutwalker in #141
    fix: image position calculation by @sxyazi in #144
    feat: support for image preview within tmux by @sxyazi in #147
    feat: show keywords when in search mode by @sxyazi in #152
    feat: fallback to built-in highlighting if jq is not installed
          by @ndtoan96 in #151
    feat: make the glob expr case insensitive by default, and prepend \s to
          make it sensitive by @sxyazi in #156
    fix: check relative path on expand_path by @sxyazi in #165
    feat: support for FreeBSD permission type by @yggdr in #169
    feat: multiple openers for a single rule by @Linus789 in #154
    fix: leave upwards only if an IO error occurs in current by @sxyazi in #172
    docs: add archlinuxcn installation guide by @Integral-Tech in #176
    fix: image preview not working on Zellij by @Eric-Song-Nop in #181
    feat: make trash optional by @sxyazi in #178
    fix: inconsistent Shift key behavior on Unix and Windows
         by @ndtoan96 in #174
    feat: new force option added for the remove command, which does not show
          the confirmation dialog on trashing/deleting by @sxyazi in #173
    fix: typo of LICENSE file by @conradojordan in #201
    feat: add flake.nix by @XYenon in #205
    feat: include ignored files on search when hidden files are shown
          by @PhotonQuantum in #212
    feat: new orphan option for opener rules, to keep the process running even
          when Yazi exited by @sxyazi in #216
    feat: scroll half/full page with arrow percentage supported, and new
          Vi-like <C-u>, <C-d>, <C-b>, and <C-f> keybindings added by
          @TD-Sky in #213
    feat: highlight matching words on finding by @PhotonQuantum in #211
    feat: add BackTab support by @sxyazi in #209
    fix: set stdio to null when orphan is true by @sxyazi in #229
    feat: new force option for creating and renaming by @sxyazi in #208
    feat: loop through to find by @ndtoan96 in #234
    feat: backward/forward by @ndtoan96 in #230
    perf: reimplement optimized natural sorting algorithm, speed up ~6 times
          for case-insensitive sorting by @sxyazi in #237
    chore: changing the finding key to n/N to keep with Vim's conventions
           by @sxyazi in #238
    feat: added new options to the `find' command for smart-case/
          case-insensitive finds by @ndtoan96 in #240
    feat: add new --no-cwd-file option to quit command for flexible cwd-file
          setting by @XOR-op in #245
    fix: avoid adding non-regular paths to backstack by @ndtoan96 in #249
    fix: support RGBA16 images by @sxyazi in #250
    feat: support trash for NetBSD by @sxyazi in #251
    feat: support environment variable in cd path by @ndtoan96 in #241
    feat: new theme system by @sxyazi in #161
    fix: cannot cd if there is whitespace in path by @ndtoan96 in #255
    fix: add application/x-wine-extension-ini to text mime by @ndtoan96 in #259
    fix: collect and fix all hard coded themes and color
         by @Eric-Song-Nop in #221
    fix: some colors not readable in light mode by @sxyazi in #264
    feat: better file hover state by @sxyazi in #269
    refactor: split commands into separate files by @sxyazi in #272
    feat: cancel selected items automatically on entering, leaving, copying, or
          cutting by @sxyazi in #273
    feat: add a new Bar component, and make border styles customizable
          by @sxyazi in #278
    fix: adapt another $TERM value of foot-extra for foot by @sxyazi in #277
    refactor: simplify building conditions by @sxyazi in #280
    chore: add git rev to nix pkg version by @XYenon in #206
    feat: new Manager component for better style extensions by @sxyazi in #284
    feat: cross-system opener rule support by @sxyazi in #289
    fix: delegate the SIGINT signal of processes with orphan=true to their
    parent by @sxyazi in #290
    feat: line mode by @sxyazi in #291
    feat: shell completions & auto releasing by @TD-Sky in #282
2023-10-22 19:42:04 +00:00

263 lines
10 KiB
Makefile

# $NetBSD: cargo-depends.mk,v 1.3 2023/10/22 19:42:04 pin Exp $
CARGO_CRATE_DEPENDS+= addr2line-0.21.0
CARGO_CRATE_DEPENDS+= adler-1.0.2
CARGO_CRATE_DEPENDS+= aho-corasick-1.1.1
CARGO_CRATE_DEPENDS+= android-tzdata-0.1.1
CARGO_CRATE_DEPENDS+= android_system_properties-0.1.5
CARGO_CRATE_DEPENDS+= ansi-to-tui-3.1.0
CARGO_CRATE_DEPENDS+= anstream-0.6.4
CARGO_CRATE_DEPENDS+= anstyle-1.0.4
CARGO_CRATE_DEPENDS+= anstyle-parse-0.2.2
CARGO_CRATE_DEPENDS+= anstyle-query-1.0.0
CARGO_CRATE_DEPENDS+= anstyle-wincon-3.0.1
CARGO_CRATE_DEPENDS+= anyhow-1.0.75
CARGO_CRATE_DEPENDS+= async-channel-1.9.0
CARGO_CRATE_DEPENDS+= autocfg-1.1.0
CARGO_CRATE_DEPENDS+= backtrace-0.3.69
CARGO_CRATE_DEPENDS+= base64-0.21.4
CARGO_CRATE_DEPENDS+= bincode-1.3.3
CARGO_CRATE_DEPENDS+= bit_field-0.10.2
CARGO_CRATE_DEPENDS+= bitflags-1.3.2
CARGO_CRATE_DEPENDS+= bitflags-2.4.0
CARGO_CRATE_DEPENDS+= block-buffer-0.10.4
CARGO_CRATE_DEPENDS+= bstr-1.6.2
CARGO_CRATE_DEPENDS+= bumpalo-3.14.0
CARGO_CRATE_DEPENDS+= bytemuck-1.14.0
CARGO_CRATE_DEPENDS+= byteorder-1.5.0
CARGO_CRATE_DEPENDS+= bytes-1.5.0
CARGO_CRATE_DEPENDS+= cassowary-0.3.0
CARGO_CRATE_DEPENDS+= cc-1.0.83
CARGO_CRATE_DEPENDS+= cfg-if-1.0.0
CARGO_CRATE_DEPENDS+= chrono-0.4.31
CARGO_CRATE_DEPENDS+= clap-4.4.6
CARGO_CRATE_DEPENDS+= clap_builder-4.4.6
CARGO_CRATE_DEPENDS+= clap_complete-4.4.3
CARGO_CRATE_DEPENDS+= clap_complete_fig-4.4.1
CARGO_CRATE_DEPENDS+= clap_complete_nushell-4.4.1
CARGO_CRATE_DEPENDS+= clap_derive-4.4.2
CARGO_CRATE_DEPENDS+= clap_lex-0.5.1
CARGO_CRATE_DEPENDS+= clipboard-win-4.5.0
CARGO_CRATE_DEPENDS+= color_quant-1.1.0
CARGO_CRATE_DEPENDS+= colorchoice-1.0.0
CARGO_CRATE_DEPENDS+= concurrent-queue-2.3.0
CARGO_CRATE_DEPENDS+= core-foundation-sys-0.8.4
CARGO_CRATE_DEPENDS+= crc32fast-1.3.2
CARGO_CRATE_DEPENDS+= crossbeam-channel-0.5.8
CARGO_CRATE_DEPENDS+= crossbeam-deque-0.8.3
CARGO_CRATE_DEPENDS+= crossbeam-epoch-0.9.15
CARGO_CRATE_DEPENDS+= crossbeam-utils-0.8.16
CARGO_CRATE_DEPENDS+= crossterm-0.27.0
CARGO_CRATE_DEPENDS+= crossterm_winapi-0.9.1
CARGO_CRATE_DEPENDS+= crunchy-0.2.2
CARGO_CRATE_DEPENDS+= crypto-common-0.1.6
CARGO_CRATE_DEPENDS+= deranged-0.3.8
CARGO_CRATE_DEPENDS+= digest-0.10.7
CARGO_CRATE_DEPENDS+= dirs-5.0.1
CARGO_CRATE_DEPENDS+= dirs-sys-0.4.1
CARGO_CRATE_DEPENDS+= either-1.9.0
CARGO_CRATE_DEPENDS+= equivalent-1.0.1
CARGO_CRATE_DEPENDS+= erased-serde-0.3.31
CARGO_CRATE_DEPENDS+= error-code-2.3.1
CARGO_CRATE_DEPENDS+= event-listener-2.5.3
CARGO_CRATE_DEPENDS+= exr-1.71.0
CARGO_CRATE_DEPENDS+= fdeflate-0.3.0
CARGO_CRATE_DEPENDS+= filetime-0.2.22
CARGO_CRATE_DEPENDS+= flate2-1.0.27
CARGO_CRATE_DEPENDS+= flume-0.11.0
CARGO_CRATE_DEPENDS+= fnv-1.0.7
CARGO_CRATE_DEPENDS+= form_urlencoded-1.2.0
CARGO_CRATE_DEPENDS+= fsevent-sys-4.1.0
CARGO_CRATE_DEPENDS+= futures-0.3.28
CARGO_CRATE_DEPENDS+= futures-channel-0.3.28
CARGO_CRATE_DEPENDS+= futures-core-0.3.28
CARGO_CRATE_DEPENDS+= futures-executor-0.3.28
CARGO_CRATE_DEPENDS+= futures-io-0.3.28
CARGO_CRATE_DEPENDS+= futures-macro-0.3.28
CARGO_CRATE_DEPENDS+= futures-sink-0.3.28
CARGO_CRATE_DEPENDS+= futures-task-0.3.28
CARGO_CRATE_DEPENDS+= futures-util-0.3.28
CARGO_CRATE_DEPENDS+= generic-array-0.14.7
CARGO_CRATE_DEPENDS+= getrandom-0.2.10
CARGO_CRATE_DEPENDS+= gif-0.12.0
CARGO_CRATE_DEPENDS+= gimli-0.28.0
CARGO_CRATE_DEPENDS+= glob-0.3.1
CARGO_CRATE_DEPENDS+= half-2.2.1
CARGO_CRATE_DEPENDS+= hashbrown-0.12.3
CARGO_CRATE_DEPENDS+= hashbrown-0.14.1
CARGO_CRATE_DEPENDS+= heck-0.4.1
CARGO_CRATE_DEPENDS+= hermit-abi-0.3.3
CARGO_CRATE_DEPENDS+= iana-time-zone-0.1.57
CARGO_CRATE_DEPENDS+= iana-time-zone-haiku-0.1.2
CARGO_CRATE_DEPENDS+= idna-0.4.0
CARGO_CRATE_DEPENDS+= if_chain-1.0.2
CARGO_CRATE_DEPENDS+= image-0.24.7
CARGO_CRATE_DEPENDS+= indexmap-1.9.3
CARGO_CRATE_DEPENDS+= indexmap-2.0.2
CARGO_CRATE_DEPENDS+= indoc-2.0.4
CARGO_CRATE_DEPENDS+= inotify-0.9.6
CARGO_CRATE_DEPENDS+= inotify-sys-0.1.5
CARGO_CRATE_DEPENDS+= itertools-0.11.0
CARGO_CRATE_DEPENDS+= itoa-1.0.9
CARGO_CRATE_DEPENDS+= jpeg-decoder-0.3.0
CARGO_CRATE_DEPENDS+= js-sys-0.3.64
CARGO_CRATE_DEPENDS+= kqueue-1.0.8
CARGO_CRATE_DEPENDS+= kqueue-sys-1.0.4
CARGO_CRATE_DEPENDS+= lazy_static-1.4.0
CARGO_CRATE_DEPENDS+= lebe-0.5.2
CARGO_CRATE_DEPENDS+= libc-0.2.149
CARGO_CRATE_DEPENDS+= line-wrap-0.1.1
CARGO_CRATE_DEPENDS+= linked-hash-map-0.5.6
CARGO_CRATE_DEPENDS+= lock_api-0.4.10
CARGO_CRATE_DEPENDS+= log-0.4.20
CARGO_CRATE_DEPENDS+= lua-src-546.0.1
CARGO_CRATE_DEPENDS+= luajit-src-210.4.8+resty107baaf
CARGO_CRATE_DEPENDS+= malloc_buf-0.0.6
CARGO_CRATE_DEPENDS+= md-5-0.10.6
CARGO_CRATE_DEPENDS+= memchr-2.6.4
CARGO_CRATE_DEPENDS+= memoffset-0.9.0
CARGO_CRATE_DEPENDS+= minimal-lexical-0.2.1
CARGO_CRATE_DEPENDS+= miniz_oxide-0.7.1
CARGO_CRATE_DEPENDS+= mio-0.8.8
CARGO_CRATE_DEPENDS+= mlua-0.9.1
CARGO_CRATE_DEPENDS+= mlua-sys-0.3.2
CARGO_CRATE_DEPENDS+= nom-7.1.3
CARGO_CRATE_DEPENDS+= notify-6.1.1
CARGO_CRATE_DEPENDS+= nu-ansi-term-0.46.0
CARGO_CRATE_DEPENDS+= num-integer-0.1.45
CARGO_CRATE_DEPENDS+= num-rational-0.4.1
CARGO_CRATE_DEPENDS+= num-traits-0.2.17
CARGO_CRATE_DEPENDS+= num_cpus-1.16.0
CARGO_CRATE_DEPENDS+= objc-0.2.7
CARGO_CRATE_DEPENDS+= object-0.32.1
CARGO_CRATE_DEPENDS+= once_cell-1.18.0
CARGO_CRATE_DEPENDS+= onig-6.4.0
CARGO_CRATE_DEPENDS+= onig_sys-69.8.1
CARGO_CRATE_DEPENDS+= option-ext-0.2.0
CARGO_CRATE_DEPENDS+= ordered-float-2.10.0
CARGO_CRATE_DEPENDS+= overload-0.1.1
CARGO_CRATE_DEPENDS+= parking_lot-0.12.1
CARGO_CRATE_DEPENDS+= parking_lot_core-0.9.8
CARGO_CRATE_DEPENDS+= paste-1.0.14
CARGO_CRATE_DEPENDS+= percent-encoding-2.3.0
CARGO_CRATE_DEPENDS+= pin-project-lite-0.2.13
CARGO_CRATE_DEPENDS+= pin-utils-0.1.0
CARGO_CRATE_DEPENDS+= pkg-config-0.3.27
CARGO_CRATE_DEPENDS+= plist-1.5.0
CARGO_CRATE_DEPENDS+= png-0.17.10
CARGO_CRATE_DEPENDS+= proc-macro-error-1.0.4
CARGO_CRATE_DEPENDS+= proc-macro-error-attr-1.0.4
CARGO_CRATE_DEPENDS+= proc-macro2-1.0.69
CARGO_CRATE_DEPENDS+= qoi-0.4.1
CARGO_CRATE_DEPENDS+= quick-xml-0.29.0
CARGO_CRATE_DEPENDS+= quote-1.0.33
CARGO_CRATE_DEPENDS+= ratatui-0.23.0
CARGO_CRATE_DEPENDS+= rayon-1.8.0
CARGO_CRATE_DEPENDS+= rayon-core-1.12.0
CARGO_CRATE_DEPENDS+= redox_syscall-0.2.16
CARGO_CRATE_DEPENDS+= redox_syscall-0.3.5
CARGO_CRATE_DEPENDS+= redox_users-0.4.3
CARGO_CRATE_DEPENDS+= regex-1.9.6
CARGO_CRATE_DEPENDS+= regex-automata-0.3.9
CARGO_CRATE_DEPENDS+= regex-syntax-0.7.5
CARGO_CRATE_DEPENDS+= rustc-demangle-0.1.23
CARGO_CRATE_DEPENDS+= rustc-hash-1.1.0
CARGO_CRATE_DEPENDS+= rustversion-1.0.14
CARGO_CRATE_DEPENDS+= ryu-1.0.15
CARGO_CRATE_DEPENDS+= safemem-0.3.3
CARGO_CRATE_DEPENDS+= same-file-1.0.6
CARGO_CRATE_DEPENDS+= scopeguard-1.2.0
CARGO_CRATE_DEPENDS+= serde-1.0.188
CARGO_CRATE_DEPENDS+= serde-value-0.7.0
CARGO_CRATE_DEPENDS+= serde_derive-1.0.188
CARGO_CRATE_DEPENDS+= serde_json-1.0.107
CARGO_CRATE_DEPENDS+= serde_spanned-0.6.3
CARGO_CRATE_DEPENDS+= sharded-slab-0.1.7
CARGO_CRATE_DEPENDS+= shell-words-1.1.0
CARGO_CRATE_DEPENDS+= signal-hook-0.3.17
CARGO_CRATE_DEPENDS+= signal-hook-mio-0.2.3
CARGO_CRATE_DEPENDS+= signal-hook-registry-1.4.1
CARGO_CRATE_DEPENDS+= signal-hook-tokio-0.3.1
CARGO_CRATE_DEPENDS+= simd-adler32-0.3.7
CARGO_CRATE_DEPENDS+= slab-0.4.9
CARGO_CRATE_DEPENDS+= smallvec-1.11.1
CARGO_CRATE_DEPENDS+= socket2-0.5.4
CARGO_CRATE_DEPENDS+= spin-0.9.8
CARGO_CRATE_DEPENDS+= str-buf-1.0.6
CARGO_CRATE_DEPENDS+= strsim-0.10.0
CARGO_CRATE_DEPENDS+= strum-0.25.0
CARGO_CRATE_DEPENDS+= strum_macros-0.25.2
CARGO_CRATE_DEPENDS+= syn-1.0.109
CARGO_CRATE_DEPENDS+= syn-2.0.38
CARGO_CRATE_DEPENDS+= syntect-5.1.0
CARGO_CRATE_DEPENDS+= thiserror-1.0.49
CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.49
CARGO_CRATE_DEPENDS+= thread_local-1.1.7
CARGO_CRATE_DEPENDS+= tiff-0.9.0
CARGO_CRATE_DEPENDS+= time-0.3.29
CARGO_CRATE_DEPENDS+= time-core-0.1.2
CARGO_CRATE_DEPENDS+= time-macros-0.2.15
CARGO_CRATE_DEPENDS+= tinyvec-1.6.0
CARGO_CRATE_DEPENDS+= tinyvec_macros-0.1.1
CARGO_CRATE_DEPENDS+= tokio-1.33.0
CARGO_CRATE_DEPENDS+= tokio-macros-2.1.0
CARGO_CRATE_DEPENDS+= tokio-stream-0.1.14
CARGO_CRATE_DEPENDS+= toml-0.8.2
CARGO_CRATE_DEPENDS+= toml_datetime-0.6.3
CARGO_CRATE_DEPENDS+= toml_edit-0.20.2
CARGO_CRATE_DEPENDS+= tracing-0.1.37
CARGO_CRATE_DEPENDS+= tracing-appender-0.2.2
CARGO_CRATE_DEPENDS+= tracing-attributes-0.1.26
CARGO_CRATE_DEPENDS+= tracing-core-0.1.31
CARGO_CRATE_DEPENDS+= tracing-log-0.1.3
CARGO_CRATE_DEPENDS+= tracing-subscriber-0.3.17
CARGO_CRATE_DEPENDS+= trash-3.1.0
CARGO_CRATE_DEPENDS+= typenum-1.17.0
CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.13
CARGO_CRATE_DEPENDS+= unicode-ident-1.0.12
CARGO_CRATE_DEPENDS+= unicode-normalization-0.1.22
CARGO_CRATE_DEPENDS+= unicode-segmentation-1.10.1
CARGO_CRATE_DEPENDS+= unicode-width-0.1.11
CARGO_CRATE_DEPENDS+= url-2.4.1
CARGO_CRATE_DEPENDS+= utf8parse-0.2.1
CARGO_CRATE_DEPENDS+= validator-0.16.1
CARGO_CRATE_DEPENDS+= validator_derive-0.16.0
CARGO_CRATE_DEPENDS+= validator_types-0.16.0
CARGO_CRATE_DEPENDS+= valuable-0.1.0
CARGO_CRATE_DEPENDS+= version_check-0.9.4
CARGO_CRATE_DEPENDS+= walkdir-2.4.0
CARGO_CRATE_DEPENDS+= wasi-0.11.0+wasi-snapshot-preview1
CARGO_CRATE_DEPENDS+= wasm-bindgen-0.2.87
CARGO_CRATE_DEPENDS+= wasm-bindgen-backend-0.2.87
CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-0.2.87
CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-support-0.2.87
CARGO_CRATE_DEPENDS+= wasm-bindgen-shared-0.2.87
CARGO_CRATE_DEPENDS+= weezl-0.1.7
CARGO_CRATE_DEPENDS+= which-4.4.0
CARGO_CRATE_DEPENDS+= winapi-0.3.9
CARGO_CRATE_DEPENDS+= winapi-i686-pc-windows-gnu-0.4.0
CARGO_CRATE_DEPENDS+= winapi-util-0.1.6
CARGO_CRATE_DEPENDS+= winapi-x86_64-pc-windows-gnu-0.4.0
CARGO_CRATE_DEPENDS+= windows-0.44.0
CARGO_CRATE_DEPENDS+= windows-0.48.0
CARGO_CRATE_DEPENDS+= windows-sys-0.48.0
CARGO_CRATE_DEPENDS+= windows-targets-0.42.2
CARGO_CRATE_DEPENDS+= windows-targets-0.48.5
CARGO_CRATE_DEPENDS+= windows_aarch64_gnullvm-0.42.2
CARGO_CRATE_DEPENDS+= windows_aarch64_gnullvm-0.48.5
CARGO_CRATE_DEPENDS+= windows_aarch64_msvc-0.42.2
CARGO_CRATE_DEPENDS+= windows_aarch64_msvc-0.48.5
CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.42.2
CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.48.5
CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.42.2
CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.48.5
CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.42.2
CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.48.5
CARGO_CRATE_DEPENDS+= windows_x86_64_gnullvm-0.42.2
CARGO_CRATE_DEPENDS+= windows_x86_64_gnullvm-0.48.5
CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.42.2
CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.48.5
CARGO_CRATE_DEPENDS+= winnow-0.5.16
CARGO_CRATE_DEPENDS+= yaml-rust-0.4.5
CARGO_CRATE_DEPENDS+= yazi-prebuild-0.1.0
CARGO_CRATE_DEPENDS+= zune-inflate-0.2.54