Prepare crate for crates.io and polish repo - #1
Merged
Conversation
Fill description, license, repository, keywords, categories, MSRV, and docs.rs config so the crate can be published. MSRV pinned at 1.88 to match the har 0.9 dependency chain.
- Centered hero with 6 badges (CI, nightly integration, crates.io version/downloads, docs.rs, license) - Explicit feature bullet list above install section - Wrap CLI reference tables in collapsible <details> - Link CONTRIBUTING.md - Fix typo in link to original Python project (alufers, not aluber)
Conventional commits drive version bumps: fix: → patch, feat: → minor, feat!: → major. release-plz opens a Release PR; merging it tags a release and runs cargo publish.
Contributor Covenant 2.1; vulnerability reports routed through GitHub Security Advisories.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fills the metadata and tooling gaps needed to publish to crates.io and generally tidy up the repo.
Changes
MSRV
Pinned at 1.88. `har 0.9.0` pulls in `serde_with 3.18` → `darling 0.23`, each declaring that floor. Stable is 1.95, so this is stable − 7 (in line with bat / oha).
Verification