purl_validator 0.33.0

Offline PackageURL validator using a prebuilt FST of known packages.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "purl_validator"
version = "0.33.0"
authors = [
    "Keshav Priyadarshi <git@keshav.space>",
    "AboutCode <info@aboutcode.org>",
]
build = "build.rs"
include = [
    "src/**",
    "Cargo.toml",
    "build.rs",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Offline PackageURL validator using a prebuilt FST of known packages."
documentation = "https://docs.rs/purl_validator"
readme = "README.md"
keywords = [
    "packageurl",
    "package",
    "purl",
    "sbom-tool",
]
categories = [
    "development-tools",
    "security",
]
license = "Apache-2.0"
repository = "https://github.com/aboutcode-org/purl-validator.rs"

[lib]
name = "purl_validator"
path = "src/lib.rs"

[dependencies.fst]
version = "0.4.7"

[dependencies.memmap2]
version = "0.9.9"

[dependencies.once_cell]
version = "1.21"

[build-dependencies.reqwest]
version = "0.11"
features = ["blocking"]