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.
perl-builtinsBuiltin symbol metadata for Perl parser and LSP tooling1,032MIT OR Apache-2.0
perl-builtins-phfPHF-backed Perl builtin signature tables for O(1) lookup1,073MIT OR Apache-2.0
perl-content-length-framingShared Content-Length frame parsing and encoding for LSP and DAP transports195MIT OR Apache-2.0
perl-corpusTest corpus management and generators for Perl parsers187MIT OR Apache-2.0
perl-critic-sarifConvert Perl::Critic violations to SARIF format1,510MIT
perl-dapDebug Adapter Protocol server for Perl379MIT OR Apache-2.0
perl-dap-breakpointBreakpoint validation for Perl DAP81MIT OR Apache-2.0
perl-dap-command-argsShell-safe command argument formatting for perl-dap167MIT OR Apache-2.0
perl-dap-configLaunch/attach configuration parsing and validation for perl-dap80MIT OR Apache-2.0
perl-dap-evalSafe expression evaluation validation for Perl DAP80MIT OR Apache-2.0
perl-dap-platformCross-platform runtime utilities for perl-dap130MIT OR Apache-2.0
perl-dap-securitySecurity validation primitives for perl-dap81MIT OR Apache-2.0
perl-dap-shellShell argument and environment helpers for perl-dap56MIT OR Apache-2.0
perl-dap-stackStack trace parsing and frame classification for the Perl Debug Adapter Protocol82MIT OR Apache-2.0
perl-dap-typesShared DAP model types for perl-dap session handling81MIT OR Apache-2.0
perl-dap-valuePerl DAP value model types164MIT OR Apache-2.0
perl-dap-variablesVariable rendering for Perl DAP81MIT OR Apache-2.0
perl-dead-codeDead code detection for Perl codebases176MIT OR Apache-2.0
perl-diagnosticsUnified diagnostic codes, types, and catalog for Perl LSP.426MIT OR Apache-2.0
perl-diagnostics-codesStable diagnostic codes and severity levels for Perl LSP392MIT OR Apache-2.0
perl-editText edit representation and helpers for incremental Perl parsing994MIT OR Apache-2.0
perl-errorError types, classification, and recovery strategies for the Perl parser ecosystem1,019MIT OR Apache-2.0
perl-feature-catalogShared feature catalog model and code-generation helpers for capability-driven features.457MIT OR Apache-2.0
perl-heredocHeredoc collector and processor for Perl — handles multi-line heredoc syntax including indentation stripping and CRLF…994MIT OR Apache-2.0
perl-heredoc-anti-patternsAnti-pattern detection for problematic Perl heredoc patterns (format blocks, BEGIN-time heredocs, dynamic delimiters, source…270MIT OR Apache-2.0
perl-incremental-parsingIncremental parsing support for Perl with subtree reuse and LSP integration105MIT OR Apache-2.0
perl-keywordsCanonical Perl keyword inventories and classification helpers1,100MIT OR Apache-2.0
perl-lexerHigh-performance Perl lexer with context-aware tokenization5,453MIT OR Apache-2.0
perl-line-indexByte-oriented line/column index for incremental parsing508MIT OR Apache-2.0
perl-lspA fast Perl language server with cross-file type inference, completion, goto-definition, and rename. Built on tree-sitter-perl…314MIT
perl-lsp-ai-providerAI completion providers (OpenAI-compatible streaming) for perl-lsp61MIT OR Apache-2.0
perl-lsp-cancellationEnhanced LSP cancellation infrastructure with token/registry support122MIT OR Apache-2.0
perl-lsp-capability-mapSRP microcrate for translating between LSP ServerCapabilities and feature IDs.451MIT OR Apache-2.0
perl-lsp-code-actionsLSP code actions provider for Perl223MIT OR Apache-2.0
perl-lsp-code-lensLSP code lens provider for Perl148MIT OR Apache-2.0
perl-lsp-color-providerDocument color detection and presentation for Perl LSP — hex, ANSI, named CSS colors, Term::ANSIColor88MIT OR Apache-2.0
perl-lsp-completionContext-aware LSP completion engine for Perl — variables, functions, methods, packages, and file paths223MIT OR Apache-2.0
perl-lsp-completion-itemSRP microcrate for LSP completion item types and deterministic sorting309MIT OR Apache-2.0
perl-lsp-configConfiguration models for perl-lsp server and workspace behavior121MIT OR Apache-2.0
perl-lsp-critic-parserSRP microcrate for parsing Perl::Critic output lines310MIT OR Apache-2.0
perl-lsp-diagnostic-catalogStable LSP diagnostic metadata catalog for Perl120MIT OR Apache-2.0
perl-lsp-diagnostic-typesShared diagnostic data types for Perl LSP crates344MIT OR Apache-2.0
perl-lsp-diagnosticsLSP diagnostics provider for Perl265MIT OR Apache-2.0
perl-lsp-document-highlightSRP microcrate for Perl LSP document highlight (symbol occurrence highlighting)89MIT OR Apache-2.0
perl-lsp-document-linksDocument-link extraction for Perl use/require statements261MIT OR Apache-2.0
perl-lsp-feature-contractsShared LSP feature contract model with SRP-friendly capability mapping helpers.378MIT OR Apache-2.0
perl-lsp-feature-flagsShared feature-flag and advertised-feature models for LSP capability negotiation.404MIT OR Apache-2.0
perl-lsp-feature-governanceFeature profile governance façade for Perl LSP (parsing, policies, and grid interoperability).157MIT OR Apache-2.0
perl-lsp-feature-gridBDD-aware feature-grid payload and profile-aware advertized feature APIs for Perl LSP.203MIT OR Apache-2.0
perl-lsp-feature-idsCanonical feature identifiers for LSP/DAP capability interoperability.600MIT OR Apache-2.0
perl-lsp-feature-policyPolicy and profile helpers for LSP capability selection.289MIT OR Apache-2.0
perl-lsp-feature-profileCanonical feature profile contract and parsing for perl-lsp CLI/profile interoperability.328MIT OR Apache-2.0
perl-lsp-feature-profile-cliCLI profile token parsing for Perl LSP feature profiles.203MIT OR Apache-2.0
perl-lsp-file-completionSRP microcrate for secure string-literal file path completion268MIT OR Apache-2.0
perl-lsp-foldingSRP microcrate for Perl LSP folding range extraction147MIT OR Apache-2.0
perl-lsp-formattingLSP formatting provider for Perl with perltidy integration148MIT OR Apache-2.0
perl-lsp-formatting-typesShared formatting DTOs for perl-lsp formatting workflows225MIT OR Apache-2.0
perl-lsp-import-managementSRP microcrate for Perl import statement collection, ordering, and range detection298MIT OR Apache-2.0
perl-lsp-inlay-hintsLSP inlay hints provider for Perl224MIT OR Apache-2.0
perl-lsp-inline-completionInline completion provider for Perl LSP128MIT OR Apache-2.0
perl-lsp-input-validationLSP request and file-input validation helpers88MIT OR Apache-2.0
perl-lsp-launcherTyped CLI launch configuration for the Perl LSP runtime.107MIT OR Apache-2.0
perl-lsp-limitsSRP microcrate for bounded LSP limits and deadline policy124MIT OR Apache-2.0
perl-lsp-navigationLSP navigation providers for Perl223MIT OR Apache-2.0
perl-lsp-on-type-formattingOn-type formatting edit computation for Perl LSP181MIT OR Apache-2.0
perl-lsp-performancePerformance utilities for Perl LSP and parser workloads311MIT OR Apache-2.0
perl-lsp-perltidyPerl formatting integration with native contracts and perltidy compatibility728MIT OR Apache-2.0
perl-lsp-protocolJSON-RPC/LSP protocol types and capability configuration for perl-lsp137MIT OR Apache-2.0
perl-lsp-providersLSP provider aggregation and tooling integrations for Perl98MIT OR Apache-2.0
perl-lsp-renameLSP rename provider for Perl265MIT OR Apache-2.0
perl-lsp-rsPerl Language Server (LSP) — Tree-sitter-compatible with comprehensive IDE features328MIT OR Apache-2.0
perl-lsp-rs-coreImplementation core for perl-lsp-rs (Wave F: feature flags, contracts, capability mapping)375MIT OR Apache-2.0
perl-lsp-selection-rangeSRP microcrate for Perl LSP smart selection range expansion104MIT OR Apache-2.0
perl-lsp-semantic-tokensLSP semantic tokens provider for Perl — token classification and delta encoding223MIT OR Apache-2.0
perl-lsp-symbol-queryWorkspace symbol query matching and ranking helpers347MIT OR Apache-2.0
perl-lsp-text-utilsText-manipulation and insertion-point helpers for Perl LSP refactoring features300MIT OR Apache-2.0
perl-lsp-toolingTooling integration for Perl LSP (perltidy, perlcritic, subprocess abstraction)268MIT OR Apache-2.0
perl-lsp-transportLSP transport layer with Content-Length message framing for perl-lsp89MIT OR Apache-2.0
perl-lsp-type-hierarchySRP microcrate for Perl LSP type hierarchy navigation263MIT OR Apache-2.0
perl-lsp-uriTyped URI parsing helpers for perl-lsp182MIT OR Apache-2.0
perl-lsp-workspace-symbolsWorkspace symbol provider for Perl LSP264MIT OR Apache-2.0
perl-modulePerl module resolution, import analysis, and refactoring — unified facade4,183MIT OR Apache-2.0
perl-module-boundaryBoundary checks for standalone Perl module tokens on a single line223MIT OR Apache-2.0
perl-module-importParse and classify single-line Perl use/require import heads380MIT OR Apache-2.0
perl-module-import-matchPredicates for matching Perl import lines during module rename workflows133MIT OR Apache-2.0
perl-module-nameNormalize Perl module separators and build legacy/canonical name variants710MIT OR Apache-2.0
perl-module-pathConvert between Perl module names, module paths, and file paths558MIT OR Apache-2.0
perl-module-referenceFind Perl module references under the cursor on use/require lines87MIT OR Apache-2.0
perl-module-renamePlan deterministic Perl module import rewrites for rename workflows87MIT OR Apache-2.0
perl-module-resolutionDeterministic and secure Perl module resolution for workspace and @INC search90MIT OR Apache-2.0
perl-module-resolution-pathResolve Perl module names to workspace-safe filesystem paths173MIT OR Apache-2.0
perl-module-resolution-uriResolve Perl module names to URIs with workspace-safe precedence and timeouts139MIT OR Apache-2.0
perl-module-tokenRewrite standalone Perl module tokens without partial-name matches136MIT OR Apache-2.0
perl-module-token-coreParse Perl module tokens and enforce standalone boundary checks377MIT OR Apache-2.0
perl-module-token-parserParse Perl module tokens at a cursor offset for import/reference workflows133MIT OR Apache-2.0
perl-parserNative Perl parser (v3) — recursive descent with Tree-sitter-compatible AST, semantic analysis, and LSP provider engine4,179MIT OR Apache-2.0
perl-parser-benchBenchmark binary for the perl-parser v3 native Perl parser27MIT OR Apache-2.0
perl-parser-coreCore parser engine for perl-parser5,313MIT OR Apache-2.0
perl-parser-pestLegacy Pest-based Perl parser (v2) — maintained as a learning tool and compatibility layer163MIT OR Apache-2.0
perl-path-normalizeSecure workspace-relative path normalization611MIT OR Apache-2.0
perl-path-securityWorkspace-bound path validation and traversal prevention for Perl tooling558MIT OR Apache-2.0
perl-percentileNearest-rank percentile helpers for integer latency and metric samples703MIT OR Apache-2.0
perl-podPOD documentation extractor for Perl .pm files420MIT OR Apache-2.0
perl-position-trackingUTF-8/UTF-16 position tracking and conversion for Perl LSP5,957MIT OR Apache-2.0
perl-pragmaPerl pragma extraction and analysis primitives5,360MIT OR Apache-2.0
perl-qualified-namePerl qualified-name parsing, splitting, and validation helpers378MIT OR Apache-2.0
perl-quotePerl quote-like operator parsing helpers1,028MIT OR Apache-2.0
perl-refactoringRefactoring and modernization utilities for Perl175MIT OR Apache-2.0
perl-regexRegex parsing and validation helpers for Perl syntax5,456MIT OR Apache-2.0
perl-semantic-analyzerSemantic analysis and symbol extraction for Perl4,635MIT OR Apache-2.0
perl-semantic-factsNeutral semantic fact vocabulary for Perl analysis layers4,403MIT OR Apache-2.0
perl-source-editingSource text editing heuristics for insertion points and display truncation22MIT OR Apache-2.0
perl-source-fileShared Perl source file classification helpers173MIT OR Apache-2.0
perl-subprocess-runtimeShared subprocess execution abstraction with OS and mock runtimes788MIT OR Apache-2.0
perl-symbolUnified Perl symbol taxonomy, cursor extraction, indexing, and AST surface projection4,276MIT OR Apache-2.0
perl-symbol-cursorCursor-based Perl symbol extraction helpers323MIT OR Apache-2.0
perl-symbol-indexTrie + inverted-index symbol search for Perl tooling374MIT OR Apache-2.0
perl-symbol-surfaceProjection layer: derives stable symbol-bearing views from the Perl AST34MIT OR Apache-2.0
perl-symbol-tableSymbol table and scope management for Perl LSP22MIT OR Apache-2.0
perl-symbol-typesUnified Perl symbol taxonomy for LSP tooling738MIT OR Apache-2.0
perl-tdd-supportTest-driven development helpers and test generation for the Perl LSP ecosystem4,236MIT OR Apache-2.0
perl-test-generatorsProptest strategies and Arbitrary impls for Perl domain objects168MIT OR Apache-2.0
perl-test-mustPanic-on-failure test helpers: must, must_some, must_err4,302MIT OR Apache-2.0
perl-text-lineText-line cursor and boundary helpers134MIT OR Apache-2.0
perl-tokenToken definitions for Perl parser5,629MIT OR Apache-2.0
perl-tokenizerToken stream and utilities for Perl parser994MIT OR Apache-2.0
perl-ts-heredoc-analysisStandalone heredoc analysis tools for Perl parsing39MIT OR Apache-2.0
perl-ts-statement-trackerStatement boundary and heredoc context tracking for Perl tree-sitter tooling85MIT OR Apache-2.0
perl-uriURI ↔ filesystem path conversion and normalization utilities for Perl LSP4,995MIT OR Apache-2.0
perl-uri-classifyURI classification and key normalization helpers for Perl LSP738MIT OR Apache-2.0
perl-workspaceWorkspace file discovery, indexing, and observability for Perl4,234MIT OR Apache-2.0
perl-workspace-discoveryGit-aware Perl workspace file discovery with WalkDir fallback90MIT OR Apache-2.0
perl-workspace-folderParse Perl workspace folder declarations into filesystem paths188MIT OR Apache-2.0
perl-workspace-ignoreShared ignore rules for workspace traversal and filtering139MIT OR Apache-2.0
perl-workspace-indexWorkspace indexing and refactoring orchestration for Perl590MIT OR Apache-2.0
perl-workspace-index-monitoringMonitoring, limits, and lifecycle instrumentation primitives for workspace index coordination625MIT OR Apache-2.0
perl-workspace-index-sloService-level objective (SLO) tracking primitives for workspace index operations625MIT OR Apache-2.0
perl-workspace-index-state-machineIndex lifecycle state machine primitives for workspace indexing626MIT OR Apache-2.0
perlinA lazy, zero-allocation and data-agnostic Information Retrieval library2,705MIT
perlin2Minimal 2D perlin noise7,548MIT
perlin2dLightning fast 2D Perlin Noise generator116,903Apache-2.0
perlin_noiseA simple perlin noise implementation in Rust14,482MIT
perlin_rustA simple perlin noise implementation in Rust2,847MIT
perllspPublic Cargo facade for the perl-lsp language server244MIT OR Apache-2.0
perm...16,435LGPL-3.0-or-later
perm-textA simple tool for curling straight/dumb quotation marks ("") and apostrophes (') into their curly/smart (“”’) equivalents.4,193MIT
perm-vecDatatype representing permutations of indices2,934MIT/Apache-2.0
permafrostWrite. Macros. Everywhere.2,199GPL-3.0
permafrost-deriveproc-macro for the permafrost crate2,506GPL-3.0
permalockTribeca voting escrows with infinite lockup.2,777AGPL-3.0
permanagerScan and list GitHub permanent links (blob/<sha40>) in your source code25MIT
permanganateGraph and Boolean SAT solver for Numberlink and Flow Free2,435MIT
permconA simple library/CLI to parse Linux file permissions and convert them between symbolic and octal notation.1,268MIT
permeableA permission-demand trait. Decouples the permission-demander from the permission / auth provider.5,706MIT/Apache-2.0
permeant-cliPermeantOS command-line tooling for live AI agent state migration18Apache-2.0
permeant-extractorPermeantOS source-runtime extraction adapter boundary30Apache-2.0
permeant-injectorPermeantOS target-runtime injection adapter boundary30Apache-2.0
permeant-orchestratorPermeantOS migration orchestration and two-phase commit coordination30Apache-2.0
permeant-qatq-migrationPermeantOS QATQ exact migration artifact manifest and verification helpers18Apache-2.0
permeant-transpilerPermeantOS KV layout normalization and transfer codec planning60Apache-2.0
permeant-transportPermeantOS secure migration transport frames and negotiation42Apache-2.0
permerPermer is a CLI tool written in Rust that provides information about files present in your file system.1,483non-standard
permesiIdentity and Access Management7,524BSD-3-Clause
permguardThe official Rust SDK for Permguard464Apache-2.0
permguard-sdkPermguard SDK for Rust586Apache-2.0
permissionGeneric permission control crate.5,466MIT/Apache-2.0
permission-auditorAudit a list of Chrome / Manifest V3 extension permissions against a curated risk database: every MV3 permission + host-access…18MIT
permission-flowmacOS permission onboarding UI for Rust apps112MIT
permission-flow-icedIced-friendly permission flow helpers for macOS apps26MIT
permission-translationA library for translating hexadecimal permission values into human-readable capability sets717MIT OR Apache-2.0
permission_checkA relatively flexible permission checking library written in rust which checks for permission is scope (like:…808non-standard
permission_macroA sub-crate of `permission_check`, which is used to provide more extensive support for build-time checking of permissions.628non-standard
permission_parserSub-crate of `permission_check` which provide core functionality for `permission_check` and `permission_macro`, and not meant to…958non-standard
permissionsLibrary to query for file permissions (read, write, execute, removal and creation).158,530MIT
permissive-json-pointerA permissive json pointer6,795WTFPL
permissive-searchImplementing user-friendly search interfaces in Rust. no-std. Zero dependencies.1,668MIT
permitA struct for cancelling operations.24,100Apache-2.0
permitheusFast hierarchical permission system with inheritance, delegation, and conflict resolution66MIT OR Apache-2.0
permititCute little library to permit a specific error1,978GPL-3.0
permitryPluggable license management SDK with anti-rollback guarantees511MIT OR Apache-2.0
permitry-cliPermitry offline package CLI tooling179MIT OR Apache-2.0
permitterwrite licenses to stdout. a fork of licensor.1,158MIT
permkitGeneric permission registry, permission derive macro, and route guard macro363MIT
permkit-auth-macrosAttribute macro for permission checks on async handlers363MIT
permkit-permission-macrosDerive macro for typed permission enums362MIT
permootGeneral-purpose no_std permutation library18,166Unlicense
permsearchSimple search for finding mistakes in filesystem owner and permission settings1,550MIT OR Apache-2.0
permu-rsA collection of utilities for permutations. It contains useful tools to create, manage and experiment with permutations.9,720MIT OR Apache-2.0
permut_libSimple function to generate permutations on a dictionry of a u8 chars set. I used it for generate unic Items into my proc macros.4,254BSD-3-Clause-Clear
permutateGeneric permutator that permutates singular and multiple lists129,959MIT
permutationSmall utility for creating, manipulating, and applying permutations.6,095,411Apache-2.0/MIT
permutation-generatorA direct permutation generator3,258MIT
permutation-generator-rsA direct permutation generator3,311MIT
permutation-keccakKeccak-f and keccak-p permutations in the `crypto-permutation` framework1,910MIT OR Apache-2.0
permutation-rsDo calculations with groups28,978MIT
permutation-xoodooXoodoo permutation in the `crypto-permutation` framework2,409MIT OR Apache-2.0
permutation_iteratorA Rust library for iterating over random permutations using O(1) (i.e. constant) space.448,655Apache-2.0
permutationsLibrary for generating permutations.7,954MIT OR Apache-2.0
permutations_iterGenerate permutations iteratively without recursion in O(n) time.2,752MIT
permutatorGet a lexicographic cartesian product and lexicographic permutation at any specific index from data. Generate complete…108,433BSD-3-Clause