Skip to content

Commit 988f8f9

Browse files
committed
Add package metadata for crates.io release
Signed-off-by: Keshav Priyadarshi <[email protected]>
1 parent 4bce1f0 commit 988f8f9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@ name = "purl_validator"
33
version = "0.1.0"
44
edition = "2024"
55
authors = ["Keshav Priyadarshi <[email protected]>", "AboutCode <[email protected]>"]
6-
description = "PackageURL validator using prebuilt FST"
76
license = "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

1216
include = [
1317
"src/**",
@@ -17,10 +21,6 @@ include = [
1721
"LICENSE"
1822
]
1923

20-
[lib]
21-
name = "purl_validator"
22-
crate-type = ["rlib"]
23-
2424
[dependencies]
2525
fst = "0.4.7"
2626
memmap2 = "0.9.9"

0 commit comments

Comments
 (0)