File tree Expand file tree Collapse file tree 9 files changed +27
-0
lines changed
Expand file tree Collapse file tree 9 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 22name = " s5_store_local"
33version = " 1.0.0-beta.1"
44edition = " 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 ]
710anyhow.workspace = true
Original file line number Diff line number Diff line change 22name = " s5_store_memory"
33version = " 1.0.0-beta.1"
44edition = " 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 ]
710async-trait.workspace = true
Original file line number Diff line number Diff line change 22name = " s5_store_s3"
33version = " 1.0.0-beta.1"
44edition = " 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 ]
710anyhow.workspace = true
Original file line number Diff line number Diff line change 22name = " s5_store_sia"
33version = " 1.0.0-beta.1"
44edition = " 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 ]
710async-trait = " 0.1.89"
Original file line number Diff line number Diff line change 22name = " s5_importer_http"
33version = " 1.0.0-beta.1"
44edition = " 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 ]
710anyhow = " 1.0.99"
Original file line number Diff line number Diff line change 22name = " s5_importer_local"
33version = " 1.0.0-beta.1"
44edition = " 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 ]
710anyhow.workspace = true
Original file line number Diff line number Diff line change 22name = " s5_blobs"
33version = " 1.0.0-beta.1"
44edition = " 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 ]
710anyhow.workspace = true
Original file line number Diff line number Diff line change 22name = " s5_fuse"
33version = " 1.0.0-beta.1"
44edition = " 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 ]
710anyhow = " 1.0.98"
Original file line number Diff line number Diff line change 22name = " s5_registry"
33version = " 1.0.0-beta.1"
44edition = " 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 ]
710anyhow.workspace = true
You can’t perform that action at this time.
0 commit comments