From f36ecbfc6d8071e07885f9a9b989542ce83f5f29 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 19 Nov 2024 00:16:19 +0100 Subject: [PATCH] `rd`: Improve crate metadata --- README.md | 5 ++--- acrate_rd/Cargo.toml | 6 ++++++ acrate_rd/src/lib.rs | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b524419..7e2f9c0 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,8 @@ Federation database ### Libraries -- `acrate-core`: Database stuff -- `acrate-hostmeta`: RFC 6415 serde -- `acrate-nodeinfo`: NodeInfo serde +- `acrate_database`: Database schema, migrations, and high level database-reliant structures for the [`acrate`] project +- `acrate_rd`: Rust typing and utilities for the JSON and XML resource descriptior formats ### Binaries diff --git a/acrate_rd/Cargo.toml b/acrate_rd/Cargo.toml index 0efa78c..68f4fbb 100644 --- a/acrate_rd/Cargo.toml +++ b/acrate_rd/Cargo.toml @@ -1,7 +1,13 @@ [package] name = "acrate_rd" version = "0.3.0" +authors = ["Stefano Pigozzi "] edition = "2021" +description = "Rust typing and utilities for the JSON and XML resource descriptior formats" +repository = "https://forge.steffo.eu/unimore/tirocinio-canali-steffo-acrate" +license = "EUPL-1.2" +keywords = ["jrd", "xrd", "hostmeta", "webfinger", "resource-descriptor"] +categories = ["web-programming"] [dependencies] log = "0.4.22" diff --git a/acrate_rd/src/lib.rs b/acrate_rd/src/lib.rs index 932601d..d1636d5 100644 --- a/acrate_rd/src/lib.rs +++ b/acrate_rd/src/lib.rs @@ -1,4 +1,4 @@ -//! Rust typing and utilities for the resource descriptior format. +//! Rust typing and utilities for the JSON and XML resource descriptior formats. //! //! # Specification //!