csaf-models 0.3.4

CSAF 2.0/2.1 data models, SQLite management, and user models
Documentation
# SPDX-License-Identifier: Apache-2.0

[package]
name = "csaf-models"
version.workspace = true
description = "CSAF 2.0/2.1 data models, SQLite management, and user models"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
readme = "../../README.md"
documentation.workspace = true
homepage.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true

[package.metadata.cargo-machete]
# workspace-hack is the hakari feature-unification crate; it is
# intentionally never referenced in source.
ignored = ["workspace-hack"]

[dependencies]
argon2 = { workspace = true }
chrono = { workspace = true }
rusqlite = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
uuid = { workspace = true }

[lints]
workspace = true