BROWSE A-Z
All 305,250 crates, alphabetically
Data as of 2026-07-25 (crates.io database dump, timestamp 2026-07-25T02:00:36Z). Source: crates.io · db-dump.tar.gz · methodology & corrections.
takelnTyped Rust runtime for durable DAG-based agent workflows40Apache-2.0
takenMacros for taking ownership, _staring Liam Neeson_11,410MIT OR Apache-2.0
takeoffBring-your-own-site static site generator.2,482MIT OR Apache-2.0
takeoff_cliBring-your-own-site static site generator.1,171MIT OR Apache-2.0
takeout-fixerA tool to fix Google Takeout photo metadata issues163MIT
takeout-metadataCLI app for getting the good metadata out of a Google Takeout export3,935MIT
takerOption-like taking for everyting with a default value.1,628MIT
takesVariant of Read::take() that supports Seek7,243Apache-2.0
taki-cliCLI for my workspace.2,954MIT
takionFast, either at crashing rust-analyzer or at parsing, fast nonetheless.18MPL-2.0
takiyName reserved for tawasuyu's music composition domain. Not distributed via crates.io yet — source lives in the tawasuyu monorepo.18MIT OR Apache-2.0
takkerusA playable tak board. Supports play between any combination of humans and AIs, and can act as a PlayTak.com client.3,292GPL-3.0
takoOfficial Rust SDK for Tako applications155MIT
tako-coreCore protocol types for the Tako application platform132MIT
tako-rsMulti-transport Rust framework for modern network services.4,911MIT
tako-rs-coreInternal core implementation crate for tako-rs. Use the `tako-rs` umbrella crate instead.314MIT
tako-rs-extractorsInternal extractor implementations for tako-rs. Use the `tako-rs` umbrella crate instead.228MIT
tako-rs-macrosInternal proc macros for tako-rs. Use the `tako-rs` umbrella crate instead.200MIT
tako-rs-pluginsInternal plugin and concrete-middleware implementations for tako-rs. Use the `tako-rs` umbrella crate instead.202MIT
tako-rs-serverInternal server bootstrap for tako-rs. Use the `tako-rs` umbrella crate instead.204MIT
tako-rs-server-ptInternal thread-per-core server bootstrap for tako-rs. Use the `tako-rs` umbrella crate instead.75MIT
tako-rs-streamsInternal stream/upgrade transports for tako-rs. Use the `tako-rs` umbrella crate instead.202MIT
tako-serverOfficial server runtime and proxy for the Tako application platform34MIT
tako-socketUnix socket protocol and client utilities for the Tako platform132MIT
takobullUltra-lightweight personal AI Assistant for embedded systems - Rust port61MIT
takoudeLock-free SPSC ring buffer with per-slot sequence flags, tuned for low latency.30MIT
takoyakiCore package to build plugins for takoyaki6,103MIT
takoyaki_coreCore package to build plugins for takoyaki1,584MIT
takparseParse, manipulate, and stringify common Tak board game formats17,475MIT
takprotoRust library for TAK (Team Awareness Kit) Protocol - send CoT messages to TAK servers with mTLS support351MIT OR Apache-2.0
taktTime tracking CLI with hierarchical tags and human-readable storage.21MIT
taktora-bounded-allocStatic pre-allocated bounded global allocator with hard caps and lock-after-init mode.341Apache-2.0 OR MIT
taktora-cia402Fieldbus-independent CiA 402 profile: power state machine and Cia402Drive trait.279Apache-2.0 OR MIT
taktora-connector-canCAN (SocketCAN) reference connector for the taktora-connector framework. Implements BB_0070 (FEAT_0046).520Apache-2.0 OR MIT
taktora-connector-codecPayloadCodec implementations for the taktora-connector framework. Realises BB_0003 (JsonCodec behind default-on `json` feature).590Apache-2.0 OR MIT
taktora-connector-coreConnector framework core: traits, error/health/reconnect types, and channel descriptors shared by every taktora-connector…1,034Apache-2.0 OR MIT
taktora-connector-ethercatEtherCAT reference connector for the taktora-connector framework. Implements BB_0030 (FEAT_0041).779Apache-2.0 OR MIT
taktora-connector-hostConnectorHost / ConnectorGateway builders and the framework's `Connector` trait. Implements BB_0005.999Apache-2.0 OR MIT
taktora-connector-j1939J1939 reference connector for the taktora-connector framework. Implements BB_0098 (FEAT_0098).149Apache-2.0 OR MIT
taktora-connector-mqttMQTT reference connector for the taktora-connector framework. Implements BB_0004 (FEAT_0036).94Apache-2.0 OR MIT
taktora-connector-transport-ioxiceoryx2-backed envelope and channel transport for the taktora-connector framework. Implements BB_0002.926Apache-2.0 OR MIT
taktora-connector-uiServer-side MVVM UI connector for the taktora-connector framework: ViewModel/CommandParams authoring traits, POD image lowering,…221Apache-2.0 OR MIT
taktora-connector-ui-clientRust reference consumer (UI client) for the taktora MVVM UI connector: manifest discovery, contract-hash validation with…148Apache-2.0 OR MIT
taktora-connector-ui-contractLanguage-neutral MVVM contract (manifest, POD field schema, command ack, contract hash) for the taktora UI connector (FEAT_0092);…195Apache-2.0 OR MIT
taktora-connector-ui-deriveAuthoring derive macros (`ViewModel`, `CommandParams`, `ImageEnum`) for the taktora UI connector: POD image lowering, schema…181Apache-2.0 OR MIT
taktora-connector-zenohZenoh reference connector for the taktora-connector framework. Implements BB_0040 (FEAT_0042).558Apache-2.0 OR MIT
taktora-cyclic-fieldbusCyclic process-data fieldbus seam (CyclicFieldbus trait) for taktora motion.318Apache-2.0 OR MIT
taktora-ethercat-esiParser for EtherCAT ESI (slave information) XML into a faithful typed IR (identity, PDOs, sync managers, mailbox, distributed…544Apache-2.0 OR MIT
taktora-ethercat-esi-buildbuild.rs glue turning EtherCAT ESI XML files into a generated Rust device-driver module in OUT_DIR.287Apache-2.0 OR MIT
taktora-ethercat-esi-codegenCodegen layer for EtherCAT ESI device drivers: naming/collision policy, the CodegenBackend trait, and the generate entry point…355Apache-2.0 OR MIT
taktora-ethercat-esi-codegen-ethercrabCode-emitting CodegenBackend for EtherCAT ESI device drivers: emits the EsiDevice impl (decode_inputs/encode_outputs) targeting…325Apache-2.0 OR MIT
taktora-ethercat-esi-rtRuntime trait contract for generated EtherCAT device drivers (object-safe EsiDevice + runtime EsiError).237Apache-2.0 OR MIT
taktora-ethercat-netcfgParser and in-memory IR for the EtherCAT network-config YAML (build-host codegen toolchain).437Apache-2.0 OR MIT
taktora-ethercat-netcfg-buildbuild.rs glue turning an taktora-ethercat-netcfg network.yaml into a generated Rust module in OUT_DIR.314Apache-2.0 OR MIT
taktora-ethercat-netcfg-cliCommand-line front end for the taktora-ethercat-netcfg toolchain (expand a network.yaml to generated Rust source).313Apache-2.0 OR MIT
taktora-ethercat-netcfg-codegenCode generator turning the taktora-ethercat-netcfg IR into Rust source (PDO maps, routing tables) for the…398Apache-2.0 OR MIT
taktora-executorExecution framework for iceoryx2-based Rust applications.1,147Apache-2.0 OR MIT
taktora-executor-tracingtracing-based Observer for taktora-executor.522Apache-2.0 OR MIT
taktora-fieldbus-od-coreShared object-dictionary IR for fieldbus device descriptions (Identity, DataType, dictionary entries).514Apache-2.0 OR MIT
taktora-idl-codegenPolicy-owning codegen layer for the message-plane IR: naming policy, the MessageBackend trait, and the resolve+generate entry…151Apache-2.0 OR MIT
taktora-idl-codegen-canCAN/DBC MessageBackend: emits taktora-idl-wire WireType implementations that bit-pack each field per the DBC signal layout.134Apache-2.0 OR MIT
taktora-idl-coreShared bounded message-type IR for interface descriptions (structs, enums, sequences, services). The message-plane twin of…162Apache-2.0 OR MIT
taktora-idl-dbcDBC (CAN database) frontend: parses .dbc into a typed model and lowers it onto the taktora-idl-core message IR plus a CAN…133Apache-2.0 OR MIT
taktora-idl-wireSerde-free, no_std, no-heap runtime support for generated message (de)serializers: the WireType trait and CAN signal bit-packing…132Apache-2.0 OR MIT
taktora-logWorkspace-wide log-crate facade for taktora. The default backend is taktora-log-dlt; integrators may swap in log4rs / env_logger…269Apache-2.0 OR MIT
taktora-log-dltPure-Rust AUTOSAR Diagnostic Log and Trace backend for taktora-log. Talks to a co-located COVESA dlt-daemon over Unix-domain…266Apache-2.0 OR MIT
taktora-medkit-binding-connectortaktora binding for taktora-medkit: maps connector-framework ConnectorHealth transitions into SOVD Components and DTCs…163Apache-2.0 OR MIT
taktora-medkit-binding-executortaktora binding for taktora-medkit: sources liveness and timing from taktora-executor Observer/ExecutionMonitor hooks and feeds…165Apache-2.0 OR MIT
taktora-medkit-gatewayTransport-neutral read-diagnostic core for taktora-medkit: resolves entity-tree queries, fault lists, and the worst-wins health…203Apache-2.0 OR MIT
taktora-medkit-gateway-axumaxum HTTP surface for taktora-medkit: serves the read-diagnostic core over the ros2_medkit-compatible REST contract on a tokio…166Apache-2.0 OR MIT
taktora-medkit-manifestThe mandatory Area/Component grouping manifest for taktora-medkit: a type-safe builder core plus a TOML loader over one shape,…156Apache-2.0 OR MIT
taktora-medkit-modelWire DTOs for the SOVD-aligned taktora-medkit runtime-diagnostics surface (entity tree, DTC/fault model, freeze-frames,…288Apache-2.0 OR MIT
taktora-medkit-providerThe data-source seam for taktora-medkit: the `Provider` trait the diagnostic gateway reads through, plus an in-memory mock…285Apache-2.0 OR MIT
taktora-motionCyclic NC task: runs taktora-motion-core against CSP drives over a CyclicFieldbus.235Apache-2.0 OR MIT
taktora-motion-coreAllocation-free, no_std real-time motion trajectory core (profiles, virtual master, electronic gearing) for the taktora runtime.283Apache-2.0 OR MIT
taktora-motion-protoPOD NC<->commander ABI (AxisCommand / AxisStatus) for taktora motion.272Apache-2.0 OR MIT
taktora-statsAllocation-free no_std statistics primitives (windowed-percentile histogram + exact min/max) for taktora telemetry.820Apache-2.0 OR MIT
takumiRender UI component trees to images.40,356MIT OR Apache-2.0
takumi-coreBackend-agnostic layout, style, and resource core for takumi.1,275MIT OR Apache-2.0
takumi-cssCSS parsing and style resolution layer for takumi.1,254MIT OR Apache-2.0
takumi-htmlParse HTML + Tailwind markup into a takumi node tree, mirroring the JS `fromHtml` helper.449MIT OR Apache-2.0
takumi-rasterRaster (tiny-skia) painting backend for takumi.1,014MIT OR Apache-2.0
takumi-svgVector SVG output backend for takumi. Emits real SVG (paths, gradients, filters) rather than embedding a rasterized bitmap.599MIT OR Apache-2.0
takumi_okamotomy self-introduction software4,472Apache-2.0
takuzuTakuzu (a.k.a. Binairo) number puzzle solver23,379MIT
takyonA simple, single threaded async runtime2,662MIT
Talhool!1,898MIT OR Apache-2.0
tal-cliUnified CLI for the Tokamak AI Layer — scaffold, validate, test, and deploy verifiable agents on RISC Zero zkVM501MIT OR Apache-2.0
talaMinimal and locally hosted flash-card exercise tool37MIT
talamelTALAMEL: TA(g) L(ib) A(bstract) M(etadata) E(xtraction) L(ibrary), a simple C wrapper around taglib, designed for FFI use from…1,818GPL-3.0-or-later
talapEasy to send HTTP/HTTPS requests3,860MIT
talariaA high performance, cyclic message passing library.2,720MIT
talarisLow-latency HFT transport toolkit for Linux: io_uring proactor plus WebSocket/TLS/HTTP building blocks.261GPL-3.0-or-later
talcA fast and flexible allocator for no_std and WebAssembly1,145,591MIT
taleA Scripting language for TTRPG Tables577MPL-2.0
tale-ndjsonA tail-compatible tool for pretty-printing ndjson files, especially logs.388Parity-7.0.0
tale_libA Scripting language for TTRPG Tables816MPL-2.0
talea-cliThe talea command-line client for the talea ledger server: a thin shim over the talea-client SDK21MIT
talea-clientTyped client SDK for the talea ledger server: retry-safe operations and auto-resuming event subscriptions153MIT
talea-coreCore contracts for the talea ledger: domain types, the Store persistence trait, and the LedgerApi service trait238MIT
talea-serverLedger service and axum REST/SSE transport for the talea ledger, with bearer auth and admission control37MIT
talea-serviceEmbeddable in-process LedgerApi implementation for the talea ledger: validation, translation, and per-book group-commit over any…22MIT
talea-store-logAppend-log storage backend for the talea ledger: in-memory state, group commit, strict fsync-per-batch durability58MIT
talea-store-postgresPostgres storage backend for the talea ledger, with LISTEN/NOTIFY-driven live event subscriptions50MIT
talea-store-sqliteSQLite (WAL) storage backend for the talea ledger, with in-process event subscriptions51MIT
taleadThe talea ledger daemon: init (migrate, generate token, seed, write .env) and serve19MIT
talecastSimple CLI podcatcher35,807MIT
talentaTalenta CLI14,008MIT OR Apache-2.0
talibTa-Lib binding rust safe wrapper3,216MIT
talib-in-rustA library of technical indicators for financial analysis, similar to TA-Lib482MIT
talib-rsPure Rust technical analysis library — drop-in replacement for TA-Lib2,059BSD-3-Clause
talib-sysTa-Lib binding generated by bindgen2,854MIT
talipptailpp in rust1,525MIT
talkA Rust library for creating controlled LLM agents with behavioral guidelines, tool integration, and multi-step conversation…544MIT OR Apache-2.0
talk-api-clientVarious web API for KiwiTalk1,190Apache-2.0
talk-api-internalVarious internal API for KiwiTalk15,007Apache-2.0
talk-cliA terminal listening companion — speak a reflection, and it settles into a quiet file.92MIT
talk-coreThe pure talk-cli engine: selection, slugs, frontmatter, settle, cleanup.93MIT
talk-loco-clientLoco client15,646Apache-2.0
talk-loco-commandsOfficial Loco command set2,319MIT
talk-loco-commands-derivetalk-loco-commands derives1,300MIT
talk-timerA simple command line tool for showing a talk timer.4,097BlueOak-1.0.0
talkback-mediaTyped ephemeral talkback media contract for Infidelity relay paths40MIT
talkersA library for building a TCP chat with multiple simultaneous connections and a CLI chat app with SOCKS5 support4,113MIT OR Apache-2.0
talktoscLibrary to talk to smartcards for OpenPGP operations.12,112LGPL-3.0-or-later
tallocA fast, consistant, and flexible `no_std`-compatible allocator.5,118MIT
tallyA prettier version of the time command15,558MIT/Apache-2.0
tally-cliA persistent, inter-process counter for all your shell scripts4,341MIT
tally-ngGit-backed findings tracker for AI coding agents206Apache-2.0
tally-rsA tally taking application for manually tracking and counts events.1,325AGPL-3.0-or-later
tally-sdkRust SDK for the Tally Solana subscriptions platform946MIT
tally-todoMake TODO management a little more automatic179MIT OR Apache-2.0
tallyhawkA sharp-eyed CLI tool for gathering project statistics566MIT
tallymanRemoved due to trademark concerns. Please use tallystick crate instead7,019MIT OR Apache-2.0
tallymarksCrate for converting numbers to tally marks.3,500MIT
tallyrunRootless sandbox that judges untrusted code by counting CPU instructions instead of seconds — same verdict on a busy machine as…16MIT
tallysticktallystick is a rust library for talling votes10,707MIT OR Apache-2.0
tallytreeMerkle Tally Tree8,631MIT
tallyweb-backendbackend for the tallyweb site1,430MIT
tallyweb-componentsThe leptos components for the tallyweb site1,461MIT
tallyweb-frontendleptos frontend for the tallyweb site4,601MIT
tallyweb-fuzzy-sortA fuzzy sort library for use with the tallyweb site package1,774MIT
talmudifierConvert markdown text into Talmud-like PDFs1,439MIT
talnaWIP1,201MIT OR Apache-2.0
talog-coreA tiny and simple log solution, talog tag logs to store data in a simple way, so it can be quickly queried106MIT
talog-macrosa macro crate for talog83MIT
talonTalon is a modern, web-first programming language that compiles to WebAssembly with intuitive syntax and robust performance.445MIT OR Apache-2.0
talon-cliTalon CLI: hybrid retrieval over Obsidian vaults and markdown corpora, with grounded answers, MCP server, and agent-native output.88MIT
talon-coreCore retrieval engine for Talon: hybrid search (BM25 + semantic + reranker), indexing, and graph-aware ranking over markdown…136MIT
talon-guiOn-demand Telegram chat analytic generator11,525MIT
talonstalons1,433MIT
talosExperimental crate for statistical modelling and Bayesian inference.2,000MIT OR Apache-2.0
talos-api-rsA typed, async, idiomatic Rust client for the Talos Linux gRPC API241MIT OR Apache-2.0
talos-configConfiguration schema, validation, and environment substitution21Apache-2.0
talos-conversationConversation engine for Talos agent runtime20Apache-2.0
talos-coreFoundation types, core traits, and error definitions77Apache-2.0
talos-core-rsTalos Protocol Core Rust Kernel105MIT
talos-explorationLocal exploration library storage for Talos agent runtime20Apache-2.0
talos-memorySemantic and procedural memory storage for Talos agent runtime21Apache-2.0
talos-permissionPermission rules engine for gating tool execution39Apache-2.0
talos-pluginLifecycle hooks and plugin foundations for Talos31Apache-2.0
talos-providerLLM client abstractions and provider-specific implementations20Apache-2.0
talos-rpcJSON-RPC 2.0 server over stdio for Talos20Apache-2.0
talos-rust-clientRust gRPC client for SideroLabs Talos (mTLS, tonic, rustls)475MIT OR Apache-2.0
talos-sessionJSONL-based session logging for Talos agent conversations20Apache-2.0
talos-skillSKILL.md parser and loader for Talos agent skills20Apache-2.0
talos_certifierTalos is based on the STRIDE algorithm for strict serializable certification of distributed transactions45,965MIT
talos_certifier_adaptersAdapters used in Talos Certifier41,624MIT
talos_cohort_replicatorTalos Replicator for serial installation of statemaps and updating snapshot of cohort db.2,458MIT
talos_common_utilsCommon utilities used in Talos49,490MIT
talos_messenger_actionsMessenger actions for Talos32,620MIT
talos_messenger_coreMessenger core for Talos36,040MIT
talos_metricsMetric utilities used in Talos47,645MIT
talos_procsProc macros supporting `talos`.2,753MIT OR Apache-2.0
talos_rdkafka_utilsRD Kafka utilities used in Talos45,220MIT
talos_suffixSuffix implementations for Talos Certifier and Replicator50,977MIT
talpaCloudflare Tunnel route manager63MIT
talrostA mathematics library for embedded scientific computation.3,769Apache-2.0
taluSafe, idiomatic Rust SDK for talu LLM inference56MIT
talu-cliRust CLI for Talu24MIT
talu-sysLow-level FFI bindings for libtalu123MIT
talusComputational topology in Rust1,725MIT
talw-timecodeSMPTE timecode arithmetic — parse, format, convert, drop-frame20MIT
tamA tasks manager cli tool14,715MIT OR Apache-2.0
tam-cliTerminal agent multiplexer — manage units of work, not just processes124MIT
tam-daemonDaemon for tam, the terminal agent multiplexer194MIT
tam-protoWire protocol types for tam, the terminal agent multiplexer258MIT
tam-worktreeGit worktree management and project discovery library191MIT
tamaMulti-agent AI framework — build, run, and trace agent pipelines from the command line23Elastic-2.0
tamacrotamacro911MIT
tamagoA code generator library for C, with a builder-pattern API10MIT
tamakoCozy anonymous whispers3,565OSL-3.0
tamalPlaceholder - reserved17MIT OR Apache-2.0
tamalibA simple and headless Tamagotchi P1 emulator552non-standard
tamanA TUI Pomodoro productivity app where your focus sessions grow plants.153MIT
tamanegi-errorimplementation detail of `tamanegi-error` crate767MIT OR Apache-2.0
tamanegi-error-implTamanegi-Error is a library that helps you create error types that can track the propagation history1,018MIT OR Apache-2.0
tamarA super fast stream processing framework that somewhat mirrors Apache Flink's streaming primitives and is designed for simplicity.7,398MIT
tamarinA high-volume distributed event streaming service, built on the powerful Tokio runtime.1,093MIT
tamarindTamarind: A tui editor for ASCII/ANSI banner art
Tamarind (tamr) is an application for creating, previewing, and…57LGPL-3.0-or-later