Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Jun 2026 03:47:33 +0000
From:      Xavier Beaudouin <kiwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Jason Perlow <jperlow@gmail.com>
Subject:   git: d721791144fc - main - misc/zeroclaw: newport
Message-ID:  <6a278cd5.2304b.29c8f0e2@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by kiwi:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d721791144fce54de75e5c5ef9a019fa62184f1f

commit d721791144fce54de75e5c5ef9a019fa62184f1f
Author:     Jason Perlow <jperlow@gmail.com>
AuthorDate: 2026-06-09 03:40:04 +0000
Commit:     Xavier Beaudouin <kiwi@FreeBSD.org>
CommitDate: 2026-06-09 03:46:47 +0000

    misc/zeroclaw: newport
    
    ZeroClaw is a fast, small, 100% Rust AI assistant / agent CLI (model
    providers, multi-agent workflows, chat channels, and a local gateway).
    
    WWW: https://github.com/zeroclaw-labs/zeroclaw
    
    PR:     295837
---
 misc/Makefile           |    1 +
 misc/zeroclaw/Makefile  | 1200 ++++++++++++++++++++++++
 misc/zeroclaw/distinfo  | 2353 +++++++++++++++++++++++++++++++++++++++++++++++
 misc/zeroclaw/pkg-descr |    3 +
 4 files changed, 3557 insertions(+)

diff --git a/misc/Makefile b/misc/Makefile
index b9bcbe6e3d83..58bdeec35232 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -815,6 +815,7 @@
     SUBDIR += xtail
     SUBDIR += xtar
     SUBDIR += ytree
+    SUBDIR += zeroclaw
     SUBDIR += zine
     SUBDIR += zoneinfo
 
diff --git a/misc/zeroclaw/Makefile b/misc/zeroclaw/Makefile
new file mode 100644
index 000000000000..b6e217a02b83
--- /dev/null
+++ b/misc/zeroclaw/Makefile
@@ -0,0 +1,1200 @@
+PORTNAME=	zeroclaw
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.8.0-beta-2
+CATEGORIES=	misc
+
+MAINTAINER=	jperlow@gmail.com
+COMMENT=	Fast, small AI assistant and agent CLI written in Rust
+WWW=		https://github.com/zeroclaw-labs/zeroclaw
+
+LICENSE=	APACHE20 MIT
+LICENSE_COMB=	dual
+LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE-APACHE
+LICENSE_FILE_MIT=	${WRKSRC}/LICENSE-MIT
+
+USES=		cargo
+USE_GITHUB=	yes
+GH_ACCOUNT=	zeroclaw-labs
+
+CARGO_CRATES=	accessory-2.1.0 \
+		addr2line-0.25.1 \
+		adler2-2.0.1 \
+		adobe-cmap-parser-0.4.1 \
+		aead-0.5.2 \
+		aes-0.8.4 \
+		aes-0.9.1 \
+		aho-corasick-1.1.4 \
+		alloc-no-stdlib-2.0.4 \
+		alloc-stdlib-0.2.2 \
+		alloca-0.4.0 \
+		allocator-api2-0.2.21 \
+		alsa-0.9.1 \
+		alsa-sys-0.3.1 \
+		ambient-authority-0.0.2 \
+		android_system_properties-0.1.5 \
+		anes-0.1.6 \
+		anstream-1.0.0 \
+		anstyle-1.0.14 \
+		anstyle-parse-1.0.0 \
+		anstyle-query-1.1.5 \
+		anstyle-wincon-3.0.11 \
+		anyhow-1.0.102 \
+		anymap2-0.13.0 \
+		aquamarine-0.6.0 \
+		arbitrary-1.4.2 \
+		archery-1.2.2 \
+		arrayref-0.3.9 \
+		arrayvec-0.7.6 \
+		as_variant-1.3.0 \
+		assert-json-diff-2.0.2 \
+		assign-1.1.1 \
+		async-broadcast-0.7.2 \
+		async-channel-1.9.0 \
+		async-channel-2.5.0 \
+		async-compression-0.4.42 \
+		async-executor-1.14.0 \
+		async-imap-0.11.2 \
+		async-io-2.6.0 \
+		async-lock-3.4.2 \
+		async-once-cell-0.5.4 \
+		async-process-2.5.0 \
+		async-recursion-1.1.1 \
+		async-signal-0.2.14 \
+		async-stream-0.3.6 \
+		async-stream-impl-0.3.6 \
+		async-task-4.7.1 \
+		async-trait-0.1.89 \
+		async-utility-0.3.1 \
+		async-wsocket-0.13.2 \
+		atk-0.18.2 \
+		atk-sys-0.18.2 \
+		atomic-0.6.1 \
+		atomic-destructor-0.3.0 \
+		atomic-waker-1.1.2 \
+		autocfg-1.5.1 \
+		aws-lc-rs-1.17.0 \
+		aws-lc-sys-0.41.0 \
+		axum-0.8.9 \
+		axum-core-0.5.6 \
+		axum-macros-0.5.1 \
+		backon-1.6.0 \
+		base64-0.21.7 \
+		base64-0.22.1 \
+		base64ct-1.8.3 \
+		basic-udev-0.1.2 \
+		bech32-0.11.1 \
+		bincode-2.0.1 \
+		bincode_derive-2.0.1 \
+		bindgen-0.72.1 \
+		bip39-2.2.2 \
+		bit-set-0.5.3 \
+		bit-set-0.8.0 \
+		bit-vec-0.6.3 \
+		bit-vec-0.8.0 \
+		bitcoin-io-0.1.100 \
+		bitcoin_hashes-0.14.100 \
+		bitfield-0.19.4 \
+		bitfield-macros-0.19.4 \
+		bitflags-1.3.2 \
+		bitflags-2.11.1 \
+		bitmaps-2.1.0 \
+		bitmaps-3.2.1 \
+		bitvec-1.0.1 \
+		blake3-1.8.5 \
+		block-buffer-0.10.4 \
+		block-buffer-0.12.0 \
+		block-padding-0.3.3 \
+		block-padding-0.4.2 \
+		block2-0.6.2 \
+		blocking-1.6.2 \
+		brotli-8.0.3 \
+		brotli-decompressor-5.0.1 \
+		bs58-0.5.1 \
+		bumpalo-3.20.3 \
+		bytecount-0.6.9 \
+		bytemuck-1.25.0 \
+		bytemuck_derive-1.10.2 \
+		byteorder-1.5.0 \
+		byteorder-lite-0.1.0 \
+		bytes-1.11.1 \
+		bytesize-2.3.1 \
+		cairo-rs-0.18.5 \
+		cairo-sys-rs-0.18.2 \
+		camino-1.2.2 \
+		cap-fs-ext-3.4.5 \
+		cap-primitives-3.4.5 \
+		cap-rand-3.4.5 \
+		cap-std-3.4.5 \
+		cap-time-ext-3.4.5 \
+		cargo-platform-0.1.9 \
+		cargo_metadata-0.19.2 \
+		cargo_toml-0.22.3 \
+		cast-0.3.0 \
+		castaway-0.2.4 \
+		cbc-0.1.2 \
+		cbc-0.2.1 \
+		cbindgen-0.29.2 \
+		cc-1.2.62 \
+		cesu8-1.1.0 \
+		cexpr-0.6.0 \
+		cfb-0.7.3 \
+		cff-parser-0.1.0 \
+		cfg-expr-0.15.8 \
+		cfg-if-1.0.4 \
+		cfg_aliases-0.2.1 \
+		chacha20-0.9.1 \
+		chacha20-0.10.0 \
+		chacha20poly1305-0.10.1 \
+		chrono-0.4.44 \
+		chrono-tz-0.10.4 \
+		ciborium-0.2.2 \
+		ciborium-io-0.2.2 \
+		ciborium-ll-0.2.2 \
+		cipher-0.4.4 \
+		cipher-0.5.2 \
+		clang-sys-1.8.1 \
+		clap-4.6.1 \
+		clap-markdown-0.1.5 \
+		clap_builder-4.6.0 \
+		clap_complete-4.6.5 \
+		clap_derive-4.6.1 \
+		clap_lex-1.1.0 \
+		cmake-0.1.58 \
+		cmov-0.5.3 \
+		cobs-0.3.0 \
+		cobs-0.5.1 \
+		colorchoice-1.0.5 \
+		combine-4.6.7 \
+		compact_str-0.9.1 \
+		compression-codecs-0.4.38 \
+		compression-core-0.4.32 \
+		concurrent-queue-2.5.0 \
+		console-0.16.3 \
+		const-oid-0.9.6 \
+		const-oid-0.10.2 \
+		const_panic-0.2.15 \
+		constant_time_eq-0.4.2 \
+		convert_case-0.10.0 \
+		cookie-0.16.2 \
+		cookie-0.18.1 \
+		core-foundation-0.10.1 \
+		core-foundation-sys-0.8.7 \
+		core-graphics-0.25.0 \
+		core-graphics-types-0.2.0 \
+		core_maths-0.1.1 \
+		coreaudio-rs-0.11.3 \
+		coreaudio-sys-0.2.17 \
+		cpal-0.15.3 \
+		cpp_demangle-0.4.5 \
+		cpubits-0.1.1 \
+		cpufeatures-0.2.17 \
+		cpufeatures-0.3.0 \
+		cranelift-assembler-x64-0.128.4 \
+		cranelift-assembler-x64-meta-0.128.4 \
+		cranelift-bforest-0.128.4 \
+		cranelift-bitset-0.128.4 \
+		cranelift-codegen-0.128.4 \
+		cranelift-codegen-meta-0.128.4 \
+		cranelift-codegen-shared-0.128.4 \
+		cranelift-control-0.128.4 \
+		cranelift-entity-0.128.4 \
+		cranelift-frontend-0.128.4 \
+		cranelift-isle-0.128.4 \
+		cranelift-native-0.128.4 \
+		cranelift-srcgen-0.128.4 \
+		crc32fast-1.5.0 \
+		criterion-0.8.2 \
+		criterion-plot-0.8.2 \
+		cron-0.15.0 \
+		crossbeam-channel-0.5.15 \
+		crossbeam-deque-0.8.6 \
+		crossbeam-epoch-0.9.18 \
+		crossbeam-utils-0.8.21 \
+		crossterm-0.29.0 \
+		crossterm_winapi-0.9.1 \
+		crunchy-0.2.4 \
+		crypto-common-0.1.7 \
+		crypto-common-0.2.2 \
+		csscolorparser-0.6.2 \
+		cssparser-0.36.0 \
+		cssparser-macros-0.6.1 \
+		csv-1.4.0 \
+		csv-core-0.1.13 \
+		ctor-0.8.0 \
+		ctor-proc-macro-0.0.7 \
+		ctr-0.9.2 \
+		ctr-0.10.1 \
+		ctutils-0.4.2 \
+		curve25519-dalek-4.1.3 \
+		curve25519-dalek-derive-0.1.1 \
+		darling-0.20.11 \
+		darling-0.23.0 \
+		darling_core-0.20.11 \
+		darling_core-0.23.0 \
+		darling_macro-0.20.11 \
+		darling_macro-0.23.0 \
+		dasp_sample-0.11.0 \
+		data-encoding-2.11.0 \
+		date_header-1.0.5 \
+		dbus-0.9.11 \
+		deadpool-0.12.3 \
+		deadpool-0.13.0 \
+		deadpool-runtime-0.1.4 \
+		deadpool-runtime-0.3.1 \
+		deadpool-sync-0.2.0 \
+		debugid-0.8.0 \
+		decancer-3.3.3 \
+		deku-0.18.1 \
+		deku_derive-0.18.1 \
+		delegate-display-3.0.0 \
+		deltae-0.3.2 \
+		der-0.7.10 \
+		deranged-0.5.8 \
+		derivative-2.2.0 \
+		derive_more-1.0.0 \
+		derive_more-2.1.1 \
+		derive_more-impl-1.0.0 \
+		derive_more-impl-2.1.1 \
+		dialoguer-0.12.0 \
+		digest-0.10.7 \
+		digest-0.11.3 \
+		directories-6.0.0 \
+		directories-next-2.0.0 \
+		dirs-6.0.0 \
+		dirs-sys-0.5.0 \
+		dirs-sys-next-0.1.2 \
+		dispatch2-0.3.1 \
+		displaydoc-0.2.6 \
+		dlopen2-0.8.2 \
+		dlopen2_derive-0.4.3 \
+		docsplay-0.1.3 \
+		docsplay-macros-0.1.2 \
+		document-features-0.2.12 \
+		dom_query-0.27.0 \
+		dpi-0.1.2 \
+		dtoa-1.0.11 \
+		dtoa-short-0.3.5 \
+		dtor-0.3.0 \
+		dtor-proc-macro-0.0.6 \
+		dunce-1.0.5 \
+		dyn-clone-1.0.20 \
+		ecb-0.1.2 \
+		ed25519-2.2.3 \
+		ed25519-dalek-2.2.0 \
+		either-1.16.0 \
+		email-encoding-0.4.1 \
+		email_address-0.2.9 \
+		embed-resource-3.0.9 \
+		embed_plist-1.2.2 \
+		embedded-io-0.4.0 \
+		embedded-io-0.6.1 \
+		encode_unicode-1.0.0 \
+		encoding_rs-0.8.35 \
+		endi-1.1.1 \
+		enumflags2-0.7.12 \
+		enumflags2_derive-0.7.12 \
+		env_filter-1.0.1 \
+		env_logger-0.11.10 \
+		equivalent-1.0.2 \
+		erased-serde-0.4.10 \
+		errno-0.3.14 \
+		esp-idf-part-0.6.0 \
+		espflash-4.4.0 \
+		euclid-0.20.14 \
+		euclid-0.22.14 \
+		event-listener-2.5.3 \
+		event-listener-5.4.1 \
+		event-listener-strategy-0.5.4 \
+		extism-1.21.0 \
+		extism-convert-1.21.0 \
+		extism-convert-macros-1.21.0 \
+		extism-manifest-1.21.0 \
+		eyeball-0.8.8 \
+		eyeball-im-0.8.0 \
+		fallible-iterator-0.2.0 \
+		fallible-iterator-0.3.0 \
+		fallible-streaming-iterator-0.1.9 \
+		fancy-regex-0.11.0 \
+		fancy_constructor-2.1.0 \
+		fantoccini-0.22.1 \
+		fastrand-2.4.1 \
+		fd-lock-4.0.4 \
+		fdeflate-0.3.7 \
+		fiat-crypto-0.2.9 \
+		field-offset-0.3.6 \
+		filedescriptor-0.8.3 \
+		filetime-0.2.29 \
+		find-msvc-tools-0.1.9 \
+		finl_unicode-1.4.0 \
+		fixedbitset-0.4.2 \
+		fixedbitset-0.5.7 \
+		flate2-1.1.9 \
+		fluent-0.16.1 \
+		fluent-bundle-0.15.3 \
+		fluent-langneg-0.13.1 \
+		fluent-syntax-0.11.1 \
+		flume-0.11.1 \
+		fnv-1.0.7 \
+		foldhash-0.1.5 \
+		foldhash-0.2.0 \
+		foreign-types-0.5.0 \
+		foreign-types-macros-0.2.3 \
+		foreign-types-shared-0.3.1 \
+		form_urlencoded-1.2.2 \
+		fs-set-times-0.20.3 \
+		fs_extra-1.3.0 \
+		funty-2.0.0 \
+		futures-0.3.32 \
+		futures-channel-0.3.32 \
+		futures-core-0.3.32 \
+		futures-executor-0.3.32 \
+		futures-io-0.3.32 \
+		futures-lite-2.6.1 \
+		futures-macro-0.3.32 \
+		futures-sink-0.3.32 \
+		futures-task-0.3.32 \
+		futures-util-0.3.32 \
+		fuzzy-matcher-0.3.7 \
+		fxprof-processed-profile-0.8.1 \
+		gdk-0.18.2 \
+		gdk-pixbuf-0.18.5 \
+		gdk-pixbuf-sys-0.18.0 \
+		gdk-sys-0.18.2 \
+		gdkwayland-sys-0.18.2 \
+		gdkx11-0.18.2 \
+		gdkx11-sys-0.18.2 \
+		generic-array-0.14.7 \
+		getopts-0.2.24 \
+		getrandom-0.2.17 \
+		getrandom-0.3.4 \
+		getrandom-0.4.2 \
+		ghash-0.6.0 \
+		gimli-0.32.3 \
+		gio-0.18.4 \
+		gio-sys-0.18.1 \
+		glib-0.18.5 \
+		glib-macros-0.18.5 \
+		glib-sys-0.18.1 \
+		glob-0.3.3 \
+		gloo-timers-0.3.0 \
+		gloo-utils-0.2.0 \
+		gobject-sys-0.18.0 \
+		growable-bloom-filter-2.1.1 \
+		gtk-0.18.2 \
+		gtk-sys-0.18.2 \
+		gtk3-macros-0.18.2 \
+		h2-0.4.14 \
+		half-2.7.1 \
+		hash32-0.3.1 \
+		hashbrown-0.12.3 \
+		hashbrown-0.15.5 \
+		hashbrown-0.16.1 \
+		hashbrown-0.17.1 \
+		hashify-0.2.9 \
+		hashlink-0.10.0 \
+		heapless-0.9.3 \
+		heck-0.4.1 \
+		heck-0.5.0 \
+		hermit-abi-0.5.2 \
+		hex-0.4.3 \
+		hex-conservative-0.2.2 \
+		hidapi-2.6.6 \
+		hkdf-0.12.4 \
+		hkdf-0.13.0 \
+		hmac-0.12.1 \
+		hmac-0.13.0 \
+		hostname-0.4.2 \
+		html5ever-0.38.0 \
+		html5ever-0.39.0 \
+		http-0.2.12 \
+		http-1.4.1 \
+		http-body-1.0.1 \
+		http-body-util-0.1.3 \
+		http-range-header-0.4.2 \
+		httparse-1.10.1 \
+		httpdate-1.0.3 \
+		hybrid-array-0.4.12 \
+		hyper-1.10.0 \
+		hyper-rustls-0.27.9 \
+		hyper-util-0.1.20 \
+		iana-time-zone-0.1.65 \
+		iana-time-zone-haiku-0.1.2 \
+		ico-0.5.0 \
+		icu_collections-1.5.0 \
+		icu_collections-2.2.0 \
+		icu_locale_core-2.2.0 \
+		icu_locid-1.5.0 \
+		icu_normalizer-2.2.0 \
+		icu_normalizer_data-2.2.0 \
+		icu_properties-2.2.0 \
+		icu_properties_data-2.2.0 \
+		icu_provider-1.5.0 \
+		icu_provider-2.2.0 \
+		icu_provider_macros-1.5.0 \
+		icu_segmenter-1.5.0 \
+		icu_segmenter_data-1.5.1 \
+		id-arena-2.3.0 \
+		ident_case-1.0.1 \
+		idna-1.1.0 \
+		idna_adapter-1.2.2 \
+		ihex-3.0.0 \
+		im-rc-15.1.0 \
+		image-0.25.10 \
+		imap-proto-0.16.7 \
+		imbl-6.1.0 \
+		imbl-sized-chunks-0.1.3 \
+		impartial-ord-1.0.6 \
+		include_dir-0.7.4 \
+		include_dir_macros-0.7.4 \
+		indexmap-1.9.3 \
+		indexmap-2.14.0 \
+		indicatif-0.18.4 \
+		indoc-2.0.7 \
+		infer-0.19.0 \
+		inkjet-0.11.1 \
+		inout-0.1.4 \
+		inout-0.2.2 \
+		instability-0.3.12 \
+		instant-0.1.13 \
+		intl-memoizer-0.5.3 \
+		intl_pluralrules-7.0.2 \
+		io-extras-0.18.4 \
+		io-kit-sys-0.4.1 \
+		io-kit-sys-0.5.0 \
+		io-lifetimes-2.0.4 \
+		ipnet-2.12.0 \
+		is-docker-0.2.0 \
+		is-wsl-0.4.0 \
+		is_terminal_polyfill-1.70.2 \
+		itertools-0.10.5 \
+		itertools-0.13.0 \
+		itertools-0.14.0 \
+		itoa-1.0.18 \
+		ittapi-0.4.0 \
+		ittapi-sys-0.4.0 \
+		javascriptcore-rs-1.1.2 \
+		javascriptcore-rs-sys-1.1.1 \
+		jep106-0.3.0 \
+		jni-0.21.1 \
+		jni-0.22.4 \
+		jni-macros-0.22.4 \
+		jni-sys-0.3.1 \
+		jni-sys-0.4.1 \
+		jni-sys-macros-0.4.1 \
+		jobserver-0.1.34 \
+		js-sys-0.3.99 \
+		js_int-0.2.2 \
+		js_option-0.2.0 \
+		json-patch-3.0.1 \
+		jsonptr-0.6.3 \
+		kasuari-0.4.12 \
+		keyboard-types-0.7.0 \
+		konst-0.4.3 \
+		lab-0.11.0 \
+		landlock-0.4.5 \
+		language-tags-0.3.2 \
+		lazy_static-1.5.0 \
+		leb128-0.2.6 \
+		leb128fmt-0.1.0 \
+		lettre-0.11.22 \
+		libappindicator-0.9.0 \
+		libappindicator-sys-0.9.0 \
+		libc-0.2.186 \
+		libdbus-sys-0.2.7 \
+		libloading-0.7.4 \
+		libloading-0.8.9 \
+		libm-0.2.16 \
+		libredox-0.1.17 \
+		libsqlite3-sys-0.35.0 \
+		line-clipping-0.3.7 \
+		linux-raw-sys-0.4.15 \
+		linux-raw-sys-0.12.1 \
+		litemap-0.7.5 \
+		litemap-0.8.2 \
+		litrs-1.0.0 \
+		lock_api-0.4.14 \
+		log-0.4.30 \
+		lopdf-0.38.0 \
+		lru-0.16.4 \
+		lru-slab-0.1.2 \
+		mac_address-1.1.8 \
+		mach2-0.4.3 \
+		mach2-0.5.0 \
+		macroific-2.0.0 \
+		macroific_attr_parse-2.0.0 \
+		macroific_core-2.0.0 \
+		macroific_macro-2.0.0 \
+		mail-parser-0.11.3 \
+		manyhow-0.11.4 \
+		manyhow-macros-0.11.4 \
+		maplit-1.0.2 \
+		markup5ever-0.38.0 \
+		markup5ever-0.39.0 \
+		matchers-0.2.0 \
+		matchit-0.8.4 \
+		matrix-pickle-0.2.2 \
+		matrix-pickle-derive-0.2.2 \
+		matrix-sdk-0.17.0 \
+		matrix-sdk-base-0.17.0 \
+		matrix-sdk-common-0.17.0 \
+		matrix-sdk-crypto-0.17.0 \
+		matrix-sdk-indexeddb-0.17.0 \
+		matrix-sdk-sqlite-0.17.0 \
+		matrix-sdk-store-encryption-0.17.0 \
+		matrix_indexed_db_futures-0.7.0 \
+		matrix_indexed_db_futures_macros_internal-1.0.0 \
+		maybe-owned-0.3.4 \
+		md-5-0.10.6 \
+		md-5-0.11.0 \
+		md5-0.8.0 \
+		memchr-2.8.1 \
+		memfd-0.6.5 \
+		memmem-0.1.1 \
+		memoffset-0.9.1 \
+		miette-7.6.0 \
+		miette-derive-7.6.0 \
+		mime-0.3.17 \
+		mime2ext-0.1.54 \
+		mime_guess-2.0.5 \
+		minimal-lexical-0.2.1 \
+		miniz_oxide-0.8.9 \
+		mio-1.2.0 \
+		mio-serial-5.0.6 \
+		moxcms-0.8.1 \
+		muda-0.19.2 \
+		nanohtml2text-0.2.1 \
+		ndk-0.8.0 \
+		ndk-0.9.0 \
+		ndk-context-0.1.1 \
+		ndk-sys-0.5.0+25.2.9519653 \
+		ndk-sys-0.6.0+11769913 \
+		negentropy-0.5.0 \
+		new_debug_unreachable-1.0.6 \
+		nix-0.26.4 \
+		nix-0.29.0 \
+		nix-0.30.1 \
+		no_std_io2-0.8.1 \
+		nom-7.1.3 \
+		nom-8.0.0 \
+		nom_locate-5.0.0 \
+		nostr-0.44.3 \
+		nostr-database-0.44.0 \
+		nostr-gossip-0.44.0 \
+		nostr-relay-pool-0.44.1 \
+		nostr-sdk-0.44.1 \
+		nu-ansi-term-0.50.3 \
+		num-conv-0.2.2 \
+		num-derive-0.4.2 \
+		num-traits-0.2.19 \
+		num_cpus-1.17.0 \
+		num_enum-0.7.6 \
+		num_enum_derive-0.7.6 \
+		num_threads-0.1.7 \
+		nusb-0.2.3 \
+		oauth2-5.0.0 \
+		oauth2-reqwest-0.1.0-alpha.3 \
+		objc2-0.6.4 \
+		objc2-app-kit-0.3.2 \
+		objc2-cloud-kit-0.3.2 \
+		objc2-core-data-0.3.2 \
+		objc2-core-foundation-0.3.2 \
+		objc2-core-graphics-0.3.2 \
+		objc2-core-image-0.3.2 \
+		objc2-core-location-0.3.2 \
+		objc2-core-text-0.3.2 \
+		objc2-core-video-0.3.2 \
+		objc2-encode-4.1.0 \
+		objc2-exception-helper-0.1.1 \
+		objc2-foundation-0.3.2 \
+		objc2-io-surface-0.3.2 \
+		objc2-quartz-core-0.3.2 \
+		objc2-system-configuration-0.3.2 \
+		objc2-ui-kit-0.3.2 \
+		objc2-user-notifications-0.3.2 \
+		objc2-web-kit-0.3.2 \
+		object-0.37.3 \
+		object-0.38.1 \
+		object-0.39.1 \
+		oboe-0.6.1 \
+		oboe-sys-0.6.1 \
+		once_cell-1.21.4 \
+		once_cell_polyfill-1.70.2 \
+		oorandom-11.1.5 \
+		opaque-debug-0.3.1 \
+		open-5.3.5 \
+		openssl-probe-0.2.1 \
+		opentelemetry-0.31.0 \
+		opentelemetry-http-0.31.0 \
+		opentelemetry-otlp-0.31.1 \
+		opentelemetry-proto-0.31.0 \
+		opentelemetry_sdk-0.31.0 \
+		option-ext-0.2.0 \
+		ordered-float-4.6.0 \
+		ordered-stream-0.2.0 \
+		os_pipe-1.2.3 \
+		page_size-0.6.0 \
+		pango-0.18.3 \
+		pango-sys-0.18.0 \
+		parking-2.2.1 \
+		parking_lot-0.12.5 \
+		parking_lot_core-0.9.12 \
+		parse_int-0.9.0 \
+		password-hash-0.5.0 \
+		pathdiff-0.2.3 \
+		pbkdf2-0.12.2 \
+		pdf-extract-0.10.0 \
+		pem-3.0.6 \
+		percent-encoding-2.3.2 \
+		pest-2.8.6 \
+		pest_derive-2.8.6 \
+		pest_generator-2.8.6 \
+		pest_meta-2.8.6 \
+		petgraph-0.6.5 \
+		phf-0.11.3 \
+		phf-0.12.1 \
+		phf-0.13.1 \
+		phf_codegen-0.11.3 \
+		phf_codegen-0.13.1 \
+		phf_generator-0.11.3 \
+		phf_generator-0.13.1 \
+		phf_macros-0.11.3 \
+		phf_macros-0.13.1 \
+		phf_shared-0.11.3 \
+		phf_shared-0.12.1 \
+		phf_shared-0.13.1 \
+		pin-project-1.1.13 \
+		pin-project-internal-1.1.13 \
+		pin-project-lite-0.2.17 \
+		pin-utils-0.1.0 \
+		piper-0.2.5 \
+		pkcs8-0.10.2 \
+		pkg-config-0.3.33 \
+		plist-1.9.0 \
+		plotters-0.3.7 \
+		plotters-backend-0.3.7 \
+		plotters-svg-0.3.7 \
+		png-0.17.16 \
+		png-0.18.1 \
+		polling-3.11.0 \
+		poly1305-0.8.0 \
+		polyval-0.7.1 \
+		pom-1.1.0 \
+		portable-atomic-1.13.1 \
+		postcard-1.1.3 \
+		postgres-0.19.13 \
+		postgres-protocol-0.6.11 \
+		postgres-types-0.2.13 \
+		postscript-0.14.1 \
+		potential_utf-0.1.5 \
+		powerfmt-0.2.0 \
+		ppv-lite86-0.2.21 \
+		precomputed-hash-0.1.1 \
+		prettyplease-0.2.37 \
+		probe-rs-0.31.0 \
+		probe-rs-target-0.31.0 \
+		proc-macro-crate-1.3.1 \
+		proc-macro-crate-2.0.0 \
+		proc-macro-crate-3.5.0 \
+		proc-macro-error-1.0.4 \
+		proc-macro-error-attr-1.0.4 \
+		proc-macro-error-attr2-2.0.0 \
+		proc-macro-error2-2.0.1 \
+		proc-macro-utils-0.10.0 \
+		proc-macro2-1.0.106 \
+		prometheus-0.14.0 \
+		prost-0.14.3 \
+		prost-derive-0.14.3 \
+		pulldown-cmark-0.13.4 \
+		pulldown-cmark-escape-0.11.0 \
+		pulley-interpreter-41.0.4 \
+		pulley-macros-41.0.4 \
+		pxfm-0.1.29 \
+		qrcode-0.14.1 \
+		quick-xml-0.39.4 \
+		quinn-0.11.9 \
+		quinn-proto-0.11.14 \
+		quinn-udp-0.5.14 \
+		quote-1.0.45 \
+		quoted_printable-0.5.2 \
+		r-efi-5.3.0 \
+		r-efi-6.0.0 \
+		radium-0.7.0 \
+		rand-0.8.6 \
+		rand-0.9.4 \
+		rand-0.10.1 \
+		rand_chacha-0.3.1 \
+		rand_chacha-0.9.0 \
+		rand_core-0.6.4 \
+		rand_core-0.9.5 \
+		rand_core-0.10.1 \
+		rand_xoshiro-0.6.0 \
+		rand_xoshiro-0.7.0 \
+		rangemap-1.7.1 \
+		ratatui-0.30.0 \
+		ratatui-core-0.1.0 \
+		ratatui-crossterm-0.1.0 \
+		ratatui-macros-0.7.0 \
+		ratatui-termwiz-0.1.0 \
+		ratatui-widgets-0.3.0 \
+		raw-window-handle-0.6.2 \
+		rayon-1.12.0 \
+		rayon-core-1.13.0 \
+		rcgen-0.13.2 \
+		readlock-0.1.11 \
+		readlock-tokio-0.1.6 \
+		redox_syscall-0.5.18 \
+		redox_users-0.4.6 \
+		redox_users-0.5.2 \
+		ref-cast-1.0.25 \
+		ref-cast-impl-1.0.25 \
+		regalloc2-0.13.5 \
+		regex-1.12.3 \
+		regex-automata-0.4.14 \
+		regex-syntax-0.8.10 \
+		reqwest-0.12.28 \
+		reqwest-0.13.4 \
+		ring-0.17.14 \
+		rmp-0.8.15 \
+		rmp-serde-1.3.1 \
+		rppal-0.22.1 \
+		ruma-0.15.1 \
+		ruma-client-api-0.23.1 \
+		ruma-common-0.18.0 \
+		ruma-events-0.33.0 \
+		ruma-html-0.7.0 \
+		ruma-identifiers-validation-0.12.1 \
+		ruma-macros-0.18.0 \
+		rumqttc-0.25.1 \
+		rusqlite-0.37.0 \
+		rustc-demangle-0.1.27 \
+		rustc-hash-1.1.0 \
+		rustc-hash-2.1.2 \
+		rustc_version-0.4.1 \
+		rustix-0.38.44 \
+		rustix-1.1.4 \
+		rustix-linux-procfs-0.1.1 \
+		rustls-0.23.40 \
+		rustls-native-certs-0.8.3 \
+		rustls-pemfile-2.2.0 \
+		rustls-pki-types-1.14.1 \
+		rustls-platform-verifier-0.7.0 \
+		rustls-platform-verifier-android-0.1.1 \
+		rustls-webpki-0.102.8 \
+		rustls-webpki-0.103.13 \
+		rustversion-1.0.22 \
+		ruzstd-0.8.3 \
+		ryu-1.0.23 \
+		salsa20-0.10.2 \
+		same-file-1.0.6 \
+		schannel-0.1.29 \
+		schemars-0.8.22 \
+		schemars-0.9.0 \
+		schemars-1.2.1 \
+		schemars_derive-0.8.22 \
+		schemars_derive-1.2.1 \
+		scopeguard-1.2.0 \
+		scroll-0.13.0 \
+		scrypt-0.11.0 \
+		sealed-0.6.0 \
+		secp256k1-0.29.1 \
+		secp256k1-sys-0.10.1 \
+		security-framework-3.7.0 \
+		security-framework-sys-2.17.0 \
+		selectors-0.36.1 \
+		self_cell-0.10.3 \
+		self_cell-1.2.2 \
+		semver-1.0.28 \
+		serde-1.0.228 \
+		serde-big-array-0.5.1 \
+		serde-untagged-0.1.9 \
+		serde-wasm-bindgen-0.6.5 \
+		serde_bytes-0.11.19 \
+		serde_core-1.0.228 \
+		serde_derive-1.0.228 \
+		serde_derive_internals-0.29.1 \
+		serde_html_form-0.4.0 \
+		serde_json-1.0.150 \
+		serde_path_to_error-0.1.20 \
+		serde_plain-1.0.2 \
+		serde_repr-0.1.20 \
+		serde_spanned-0.6.9 \
+		serde_spanned-1.1.1 \
+		serde_urlencoded-0.7.1 \
+		serde_with-3.20.0 \
+		serde_with_macros-3.20.0 \
+		serde_yaml-0.9.34+deprecated \
+		serialize-to-javascript-0.1.2 \
+		serialize-to-javascript-impl-0.1.2 \
+		serialport-4.9.0 \
+		servo_arc-0.4.3 \
+		sha1-0.10.6 \
+		sha1-0.11.0 \
+		sha2-0.10.9 \
+		sha2-0.11.0 \
+		sharded-slab-0.1.7 \
+		shared_child-1.1.1 \
+		shell-words-1.1.1 \
+		shellexpand-3.1.2 \
+		shlex-1.3.0 \
+		sigchld-0.2.4 \
+		signal-hook-0.3.18 \
+		signal-hook-mio-0.2.5 \
+		signal-hook-registry-1.4.8 \
+		signature-2.2.0 \
+		simd-adler32-0.3.9 \
+		simd_cesu8-1.1.1 \
+		simdutf8-0.1.5 \
+		similar-2.7.0 \
+		siphasher-1.0.3 \
+		sized-chunks-0.6.5 \
+		slab-0.4.12 \
+		smallvec-1.15.1 \
+		socket2-0.6.3 \
+		softbuffer-0.4.8 \
+		soup3-0.5.0 \
+		soup3-sys-0.5.0 \
+		spin-0.9.8 \
+		spki-0.7.3 \
+		stable_deref_trait-1.2.1 \
+		static_assertions-1.1.0 \
+		stop-token-0.7.0 \
+		string_cache-0.9.0 \
+		string_cache_codegen-0.6.1 \
+		stringprep-0.1.5 \
+		strsim-0.11.1 \
+		strum-0.27.2 \
+		strum-0.28.0 \
+		strum_macros-0.27.2 \
+		strum_macros-0.28.0 \
+		subtle-2.6.1 \
+		swift-rs-1.0.7 \
+		syn-1.0.109 \
+		syn-2.0.117 \
+		sync_wrapper-1.0.2 \
+		synstructure-0.13.2 \
+		system-deps-6.2.2 \
+		system-interface-0.27.3 \
+		tao-0.35.3 \
+		tao-macros-0.1.3 \
+		tap-1.0.1 \
+		tar-0.4.46 \
+		target-lexicon-0.12.16 \
+		target-lexicon-0.13.5 \
+		tauri-2.11.2 \
+		tauri-build-2.6.2 \
+		tauri-codegen-2.6.2 \
+		tauri-macros-2.6.2 \
+		tauri-plugin-2.6.2 \
+		tauri-plugin-shell-2.3.5 \
+		tauri-plugin-single-instance-2.4.2 \
+		tauri-plugin-store-2.4.3 \
+		tauri-runtime-2.11.2 \
+		tauri-runtime-wry-2.11.2 \
+		tauri-utils-2.9.2 \
+		tauri-winres-0.3.6 \
+		tempfile-3.27.0 \
+		tendril-0.5.0 \
+		termcolor-1.4.1 \
+		terminfo-0.9.0 \
+		termios-0.3.3 \
+		termwiz-0.23.3 \
+		thiserror-1.0.69 \
+		thiserror-2.0.18 \
+		thiserror-impl-1.0.69 \
+		thiserror-impl-2.0.18 \
+		thread_local-1.1.9 \
+		time-0.3.47 \
+		time-core-0.1.8 \
+		time-macros-0.2.27 \
+		tinystr-0.7.6 \
+		tinystr-0.8.3 \
+		tinytemplate-1.2.1 \
+		tinyvec-1.11.0 \
+		tinyvec_macros-0.1.1 \
+		tokio-1.52.3 \
+		tokio-macros-2.7.0 \
+		tokio-postgres-0.7.17 \
+		tokio-rustls-0.26.4 \
+		tokio-serial-5.4.5 \
+		tokio-socks-0.5.2 \
+		tokio-stream-0.1.18 \
+		tokio-test-0.4.5 \
+		tokio-tungstenite-0.26.2 \
+		tokio-tungstenite-0.29.0 \
+		tokio-util-0.7.18 \
+		tokio-websockets-0.13.2 \
+		toml-0.8.23 \
+		toml-0.9.12+spec-1.1.0 \
+		toml-1.1.2+spec-1.1.0 \
+		toml_datetime-0.6.11 \
+		toml_datetime-0.7.5+spec-1.1.0 \
+		toml_datetime-1.1.1+spec-1.1.0 \
+		toml_edit-0.19.15 \
+		toml_edit-0.20.2 \
+		toml_edit-0.22.27 \
+		toml_edit-0.25.12+spec-1.1.0 \
+		toml_parser-1.1.2+spec-1.1.0 \
+		toml_write-0.1.2 \
+		toml_writer-1.1.1+spec-1.1.0 \
+		tonic-0.14.6 \
+		tonic-prost-0.14.6 \
+		tower-0.5.3 \
+		tower-http-0.6.11 \
+		tower-layer-0.3.3 \
*** 2625 LINES SKIPPED ***


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a278cd5.2304b.29c8f0e2>