File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## v0.1.0 (2025-11-12)
4+
5+ - Initial release
Original file line number Diff line number Diff line change @@ -3,11 +3,15 @@ name = "purl_validator"
33version = " 0.1.0"
44edition = " 2024"
55authors = [" Keshav Priyadarshi <git@keshav.space>" , " AboutCode <info@aboutcode.org>" ]
6- description = " PackageURL validator using prebuilt FST"
76license = " Apache-2.0"
8- repository = " https://github.com/aboutcode-org/purl-validator-rust"
97
10- exclude = [" fst_builder/*" ]
8+ description = " Offline PackageURL validator using a prebuilt FST of known packages."
9+ readme = " README.md"
10+ documentation = " https://docs.rs/purl_validator"
11+
12+ repository = " https://github.com/aboutcode-org/purl-validator.rs"
13+ keywords = [" package url" , " package" , " purl" ]
14+ categories = [" development-tools" , " security" ]
1115
1216include = [
1317 " src/**" ,
@@ -17,10 +21,6 @@ include = [
1721 " LICENSE"
1822]
1923
20- [lib ]
21- name = " purl_validator"
22- crate-type = [" rlib" ]
23-
2424[dependencies ]
2525fst = " 0.4.7"
2626memmap2 = " 0.9.9"
You can’t perform that action at this time.
0 commit comments