chore(deps): finish cargo shear cleanup (#6682)

This commit is contained in:
houseme
2026-08-27 03:14:46 +08:00
committed by GitHub
parent 9cf276ed24
commit 3f9ec4275b
4 changed files with 19 additions and 49 deletions
-7
View File
@@ -25,15 +25,11 @@ keywords = ["lifecycle", "storage", "rustfs", "Minio"]
categories = ["web-programming", "development-tools", "filesystem"]
documentation = "https://docs.rs/rustfs-lifecycle/latest/rustfs_lifecycle/"
[package.metadata.cargo-shear]
ignored = ["rustfs-common"]
[features]
default = []
hotpath = [
"hotpath/hotpath",
"hotpath/tokio",
"rustfs-common/hotpath",
"rustfs-config/hotpath",
"rustfs-replication/hotpath",
"rustfs-storage-api/hotpath",
@@ -41,7 +37,6 @@ hotpath = [
hotpath-alloc = [
"hotpath",
"hotpath/hotpath-alloc",
"rustfs-common/hotpath-alloc",
"rustfs-config/hotpath-alloc",
"rustfs-replication/hotpath-alloc",
"rustfs-storage-api/hotpath-alloc",
@@ -49,7 +44,6 @@ hotpath-alloc = [
hotpath-cpu = [
"hotpath",
"hotpath/hotpath-cpu",
"rustfs-common/hotpath-cpu",
"rustfs-config/hotpath-cpu",
"rustfs-replication/hotpath-cpu",
"rustfs-storage-api/hotpath-cpu",
@@ -59,7 +53,6 @@ hotpath-cpu = [
hotpath.workspace = true
async-trait.workspace = true
metrics.workspace = true
rustfs-common.workspace = true
rustfs-scanner-contracts.workspace = true
rustfs-config = { workspace = true, features = ["constants"] }
rustfs-replication.workspace = true