Skip to content

Commit 3d4515d

Browse files
committed
chore: add missing metadata fields for crates.io
1 parent 65eda5c commit 3d4515d

File tree

9 files changed

+27
-0
lines changed

9 files changed

+27
-0
lines changed

blob_stores/local/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name = "s5_store_local"
33
version = "1.0.0-beta.1"
44
edition = "2024"
5+
description = "Local filesystem blob storage backend for S5"
6+
repository = "https://github.com/s5-dev/s5-rs"
7+
license = "MIT OR Apache-2.0"
58

69
[dependencies]
710
anyhow.workspace = true

blob_stores/memory/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name = "s5_store_memory"
33
version = "1.0.0-beta.1"
44
edition = "2024"
5+
description = "In-memory blob storage backend for S5"
6+
repository = "https://github.com/s5-dev/s5-rs"
7+
license = "MIT OR Apache-2.0"
58

69
[dependencies]
710
async-trait.workspace = true

blob_stores/s3/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name = "s5_store_s3"
33
version = "1.0.0-beta.1"
44
edition = "2024"
5+
description = "S3-compatible blob storage backend for S5"
6+
repository = "https://github.com/s5-dev/s5-rs"
7+
license = "MIT OR Apache-2.0"
58

69
[dependencies]
710
anyhow.workspace = true

blob_stores/sia/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name = "s5_store_sia"
33
version = "1.0.0-beta.1"
44
edition = "2024"
5+
description = "Sia-compatible blob storage backend for S5"
6+
repository = "https://github.com/s5-dev/s5-rs"
7+
license = "MIT OR Apache-2.0"
58

69
[dependencies]
710
async-trait = "0.1.89"

importers/http/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name = "s5_importer_http"
33
version = "1.0.0-beta.1"
44
edition = "2024"
5+
description = "HTTP importer for S5"
6+
repository = "https://github.com/s5-dev/s5-rs"
7+
license = "MIT OR Apache-2.0"
58

69
[dependencies]
710
anyhow = "1.0.99"

importers/local/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name = "s5_importer_local"
33
version = "1.0.0-beta.1"
44
edition = "2024"
5+
description = "Local filesystem importer for S5"
6+
repository = "https://github.com/s5-dev/s5-rs"
7+
license = "MIT OR Apache-2.0"
58

69
[dependencies]
710
anyhow.workspace = true

s5_blobs/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name = "s5_blobs"
33
version = "1.0.0-beta.1"
44
edition = "2024"
5+
description = "Blob management and networking for S5"
6+
repository = "https://github.com/s5-dev/s5-rs"
7+
license = "MIT OR Apache-2.0"
58

69
[dependencies]
710
anyhow.workspace = true

s5_fuse/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name = "s5_fuse"
33
version = "1.0.0-beta.1"
44
edition = "2024"
5+
description = "FUSE filesystem implementation for S5"
6+
repository = "https://github.com/s5-dev/s5-rs"
7+
license = "MIT OR Apache-2.0"
58

69
[dependencies]
710
anyhow = "1.0.98"

s5_registry/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name = "s5_registry"
33
version = "1.0.0-beta.1"
44
edition = "2024"
5+
description = "Registry service for S5"
6+
repository = "https://github.com/s5-dev/s5-rs"
7+
license = "MIT OR Apache-2.0"
58

69
[dependencies]
710
anyhow.workspace = true

0 commit comments

Comments
 (0)