rustfs 0.0.2

RustFS is a high-performance distributed object storage software built using Rust, one of the most popular languages worldwide.
[[bin]]
name = "rustfs"
path = "src/main.rs"

[dependencies]

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "development-tools", "filesystem", "network-programming"]
description = "RustFS is a high-performance distributed object storage software built using Rust, one of the most popular languages worldwide. "
edition = "2024"
homepage = "https://rustfs.com"
keywords = ["object-storage", "rustfs", "oss", "filesystem", "s3"]
license = "Apache-2.0"
name = "rustfs"
readme = "README.md"
repository = "https://github.com/rustfs/rustfs"
rust-version = "1.85"
version = "0.0.2"