mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-18 10:43:15 +00:00
improve cargo toml
This commit is contained in:
Generated
-14
@@ -3604,16 +3604,12 @@ dependencies = [
|
|||||||
"async-channel",
|
"async-channel",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"aws-sdk-s3",
|
"aws-sdk-s3",
|
||||||
"backon",
|
|
||||||
"base64 0.22.1",
|
"base64 0.22.1",
|
||||||
"base64-simd",
|
|
||||||
"blake2",
|
|
||||||
"byteorder",
|
"byteorder",
|
||||||
"bytes",
|
"bytes",
|
||||||
"bytesize",
|
"bytesize",
|
||||||
"chrono",
|
"chrono",
|
||||||
"common",
|
"common",
|
||||||
"crc32fast",
|
|
||||||
"criterion",
|
"criterion",
|
||||||
"enumset",
|
"enumset",
|
||||||
"flatbuffers 25.2.10",
|
"flatbuffers 25.2.10",
|
||||||
@@ -3621,10 +3617,8 @@ dependencies = [
|
|||||||
"futures-util",
|
"futures-util",
|
||||||
"glob",
|
"glob",
|
||||||
"hex-simd",
|
"hex-simd",
|
||||||
"highway",
|
|
||||||
"hmac 0.12.1",
|
"hmac 0.12.1",
|
||||||
"http 1.3.1",
|
"http 1.3.1",
|
||||||
"http-body-util",
|
|
||||||
"hyper 1.6.0",
|
"hyper 1.6.0",
|
||||||
"hyper-rustls 0.27.7",
|
"hyper-rustls 0.27.7",
|
||||||
"hyper-util",
|
"hyper-util",
|
||||||
@@ -3632,9 +3626,7 @@ dependencies = [
|
|||||||
"lock",
|
"lock",
|
||||||
"madmin",
|
"madmin",
|
||||||
"md-5",
|
"md-5",
|
||||||
"netif",
|
|
||||||
"nix 0.30.1",
|
"nix 0.30.1",
|
||||||
"num",
|
|
||||||
"num_cpus",
|
"num_cpus",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"path-absolutize",
|
"path-absolutize",
|
||||||
@@ -3659,13 +3651,9 @@ dependencies = [
|
|||||||
"serde",
|
"serde",
|
||||||
"serde-xml-rs 0.8.1",
|
"serde-xml-rs 0.8.1",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"serde_urlencoded",
|
|
||||||
"sha1 0.10.6",
|
|
||||||
"sha2 0.10.9",
|
"sha2 0.10.9",
|
||||||
"shadow-rs",
|
"shadow-rs",
|
||||||
"siphasher 1.0.1",
|
|
||||||
"smallvec",
|
"smallvec",
|
||||||
"std-next",
|
|
||||||
"temp-env",
|
"temp-env",
|
||||||
"tempfile",
|
"tempfile",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.12",
|
||||||
@@ -3676,8 +3664,6 @@ dependencies = [
|
|||||||
"tonic",
|
"tonic",
|
||||||
"tower",
|
"tower",
|
||||||
"tracing",
|
"tracing",
|
||||||
"tracing-error",
|
|
||||||
"transform-stream",
|
|
||||||
"url",
|
"url",
|
||||||
"urlencoding",
|
"urlencoding",
|
||||||
"uuid",
|
"uuid",
|
||||||
|
|||||||
+9
-16
@@ -64,6 +64,7 @@ aes-gcm = { version = "0.10.3", features = ["std"] }
|
|||||||
arc-swap = "1.7.1"
|
arc-swap = "1.7.1"
|
||||||
argon2 = { version = "0.5.3", features = ["std"] }
|
argon2 = { version = "0.5.3", features = ["std"] }
|
||||||
atoi = "2.0.0"
|
atoi = "2.0.0"
|
||||||
|
async-channel = "2.3.1"
|
||||||
async-recursion = "1.1.1"
|
async-recursion = "1.1.1"
|
||||||
async-trait = "0.1.88"
|
async-trait = "0.1.88"
|
||||||
atomic_enum = "0.3.0"
|
atomic_enum = "0.3.0"
|
||||||
@@ -75,6 +76,7 @@ backon = "1.5.1"
|
|||||||
base64-simd = "0.8.0"
|
base64-simd = "0.8.0"
|
||||||
base64 = "0.22.1"
|
base64 = "0.22.1"
|
||||||
blake2 = "0.10.6"
|
blake2 = "0.10.6"
|
||||||
|
brotli = "8.0.1"
|
||||||
bytes = { version = "1.10.1", features = ["serde"] }
|
bytes = { version = "1.10.1", features = ["serde"] }
|
||||||
bytesize = "2.0.1"
|
bytesize = "2.0.1"
|
||||||
byteorder = "1.5.0"
|
byteorder = "1.5.0"
|
||||||
@@ -89,7 +91,9 @@ datafusion = "46.0.1"
|
|||||||
derive_builder = "0.20.2"
|
derive_builder = "0.20.2"
|
||||||
dioxus = { version = "0.6.3", features = ["router"] }
|
dioxus = { version = "0.6.3", features = ["router"] }
|
||||||
dirs = "6.0.0"
|
dirs = "6.0.0"
|
||||||
|
enumset = "1.1.6"
|
||||||
flatbuffers = "25.2.10"
|
flatbuffers = "25.2.10"
|
||||||
|
flate2 = "1.1.1"
|
||||||
flexi_logger = { version = "0.31.2", features = ["trc", "dont_minimize_extra_stacks"] }
|
flexi_logger = { version = "0.31.2", features = ["trc", "dont_minimize_extra_stacks"] }
|
||||||
form_urlencoded = "1.2.1"
|
form_urlencoded = "1.2.1"
|
||||||
futures = "0.3.31"
|
futures = "0.3.31"
|
||||||
@@ -99,6 +103,7 @@ glob = "0.3.2"
|
|||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
hex-simd = "0.8.0"
|
hex-simd = "0.8.0"
|
||||||
highway = { version = "1.3.0" }
|
highway = { version = "1.3.0" }
|
||||||
|
hmac = "0.12.1"
|
||||||
hyper = "1.6.0"
|
hyper = "1.6.0"
|
||||||
hyper-util = { version = "0.1.14", features = [
|
hyper-util = { version = "0.1.14", features = [
|
||||||
"tokio",
|
"tokio",
|
||||||
@@ -121,6 +126,7 @@ keyring = { version = "3.6.2", features = [
|
|||||||
lazy_static = "1.5.0"
|
lazy_static = "1.5.0"
|
||||||
libsystemd = { version = "0.7.2" }
|
libsystemd = { version = "0.7.2" }
|
||||||
local-ip-address = "0.6.5"
|
local-ip-address = "0.6.5"
|
||||||
|
lz4 = "1.28.1"
|
||||||
matchit = "0.8.4"
|
matchit = "0.8.4"
|
||||||
md-5 = "0.10.6"
|
md-5 = "0.10.6"
|
||||||
mime = "0.3.17"
|
mime = "0.3.17"
|
||||||
@@ -153,19 +159,13 @@ blake3 = { version = "1.8.2" }
|
|||||||
pbkdf2 = "0.12.2"
|
pbkdf2 = "0.12.2"
|
||||||
percent-encoding = "2.3.1"
|
percent-encoding = "2.3.1"
|
||||||
pin-project-lite = "0.2.16"
|
pin-project-lite = "0.2.16"
|
||||||
# pin-utils = "0.1.0"
|
|
||||||
prost = "0.13.5"
|
prost = "0.13.5"
|
||||||
prost-build = "0.13.5"
|
prost-build = "0.13.5"
|
||||||
protobuf = "3.7"
|
protobuf = "3.7"
|
||||||
quick-xml = "0.37.5"
|
quick-xml = "0.37.5"
|
||||||
rand = "0.9.1"
|
rand = "0.9.1"
|
||||||
brotli = "8.0.1"
|
|
||||||
flate2 = "1.1.1"
|
|
||||||
zstd = "0.13.3"
|
|
||||||
lz4 = "1.28.1"
|
|
||||||
rdkafka = { version = "0.37.0", features = ["tokio"] }
|
rdkafka = { version = "0.37.0", features = ["tokio"] }
|
||||||
|
reed-solomon-simd = { version = "3.0.1" }
|
||||||
reed-solomon-simd = { version = "3.0.0" }
|
|
||||||
regex = { version = "1.11.1" }
|
regex = { version = "1.11.1" }
|
||||||
reqwest = { version = "0.12.21", default-features = false, features = [
|
reqwest = { version = "0.12.21", default-features = false, features = [
|
||||||
"rustls-tls",
|
"rustls-tls",
|
||||||
@@ -191,16 +191,14 @@ rustls = { version = "0.23.28" }
|
|||||||
rustls-pki-types = "1.12.0"
|
rustls-pki-types = "1.12.0"
|
||||||
rustls-pemfile = "2.2.0"
|
rustls-pemfile = "2.2.0"
|
||||||
s3s = { git = "https://github.com/Nugine/s3s.git", rev = "4733cdfb27b2713e832967232cbff413bb768c10" }
|
s3s = { git = "https://github.com/Nugine/s3s.git", rev = "4733cdfb27b2713e832967232cbff413bb768c10" }
|
||||||
s3s-policy = { git = "https://github.com/Nugine/s3s.git", rev = "4733cdfb27b2713e832967232cbff413bb768c10" }
|
|
||||||
scopeguard = "1.2.0"
|
scopeguard = "1.2.0"
|
||||||
shadow-rs = { version = "1.2.0", default-features = false }
|
shadow-rs = { version = "1.2.0", default-features = false }
|
||||||
serde = { version = "1.0.219", features = ["derive"] }
|
serde = { version = "1.0.219", features = ["derive"] }
|
||||||
serde_json ={version = "1.0.140", features = ["raw_value"]}
|
serde_json = { version = "1.0.140", features = ["raw_value"] }
|
||||||
serde-xml-rs = "0.8.1"
|
serde-xml-rs = "0.8.1"
|
||||||
serde_urlencoded = "0.7.1"
|
serde_urlencoded = "0.7.1"
|
||||||
sha1 = "0.10.6"
|
sha1 = "0.10.6"
|
||||||
sha2 = "0.10.9"
|
sha2 = "0.10.9"
|
||||||
hmac = "0.12.1"
|
|
||||||
std-next = "0.1.9"
|
std-next = "0.1.9"
|
||||||
siphasher = "1.0.1"
|
siphasher = "1.0.1"
|
||||||
smallvec = { version = "1.15.1", features = ["serde"] }
|
smallvec = { version = "1.15.1", features = ["serde"] }
|
||||||
@@ -219,7 +217,6 @@ time = { version = "0.3.41", features = [
|
|||||||
"macros",
|
"macros",
|
||||||
"serde",
|
"serde",
|
||||||
] }
|
] }
|
||||||
|
|
||||||
tokio = { version = "1.45.1", features = ["fs", "rt-multi-thread"] }
|
tokio = { version = "1.45.1", features = ["fs", "rt-multi-thread"] }
|
||||||
tokio-rustls = { version = "0.26.2", default-features = false }
|
tokio-rustls = { version = "0.26.2", default-features = false }
|
||||||
tokio-stream = { version = "0.1.17" }
|
tokio-stream = { version = "0.1.17" }
|
||||||
@@ -227,7 +224,6 @@ tokio-tar = "0.3.1"
|
|||||||
tokio-util = { version = "0.7.15", features = ["io", "compat"] }
|
tokio-util = { version = "0.7.15", features = ["io", "compat"] }
|
||||||
tonic = { version = "0.13.1", features = ["gzip"] }
|
tonic = { version = "0.13.1", features = ["gzip"] }
|
||||||
tonic-build = { version = "0.13.1" }
|
tonic-build = { version = "0.13.1" }
|
||||||
async-channel = "2.3.1"
|
|
||||||
tower = { version = "0.5.2", features = ["timeout"] }
|
tower = { version = "0.5.2", features = ["timeout"] }
|
||||||
tower-http = { version = "0.6.6", features = ["cors"] }
|
tower-http = { version = "0.6.6", features = ["cors"] }
|
||||||
tracing = "0.1.41"
|
tracing = "0.1.41"
|
||||||
@@ -248,6 +244,7 @@ wildmatch = { version = "2.4.0", features = ["serde"] }
|
|||||||
winapi = { version = "0.3.9" }
|
winapi = { version = "0.3.9" }
|
||||||
xxhash-rust = { version = "0.8.15", features = ["xxh64", "xxh3"] }
|
xxhash-rust = { version = "0.8.15", features = ["xxh64", "xxh3"] }
|
||||||
zip = "2.2.0"
|
zip = "2.2.0"
|
||||||
|
zstd = "0.13.3"
|
||||||
|
|
||||||
[profile.wasm-dev]
|
[profile.wasm-dev]
|
||||||
inherits = "dev"
|
inherits = "dev"
|
||||||
@@ -261,10 +258,6 @@ inherits = "dev"
|
|||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
#lto = "thin"
|
|
||||||
#codegen-units = 1
|
|
||||||
#panic = "abort" # Optional, remove the panic expansion code
|
|
||||||
#strip = true # strip symbol information to reduce binary size
|
|
||||||
|
|
||||||
[profile.production]
|
[profile.production]
|
||||||
inherits = "release"
|
inherits = "release"
|
||||||
|
|||||||
+2
-19
@@ -16,8 +16,6 @@ default = []
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
rustfs-config = { workspace = true, features = ["constants", "notify"] }
|
rustfs-config = { workspace = true, features = ["constants", "notify"] }
|
||||||
async-trait.workspace = true
|
async-trait.workspace = true
|
||||||
backon.workspace = true
|
|
||||||
blake2 = { workspace = true }
|
|
||||||
bytes.workspace = true
|
bytes.workspace = true
|
||||||
byteorder = { workspace = true }
|
byteorder = { workspace = true }
|
||||||
common.workspace = true
|
common.workspace = true
|
||||||
@@ -33,35 +31,22 @@ time.workspace = true
|
|||||||
bytesize.workspace = true
|
bytesize.workspace = true
|
||||||
serde_json.workspace = true
|
serde_json.workspace = true
|
||||||
serde-xml-rs.workspace = true
|
serde-xml-rs.workspace = true
|
||||||
serde_urlencoded.workspace = true
|
|
||||||
tracing-error.workspace = true
|
|
||||||
s3s.workspace = true
|
s3s.workspace = true
|
||||||
http.workspace = true
|
http.workspace = true
|
||||||
http-body-util = "0.1.1"
|
|
||||||
highway = { workspace = true }
|
|
||||||
url.workspace = true
|
url.workspace = true
|
||||||
uuid = { workspace = true, features = ["v4", "fast-rng", "serde"] }
|
uuid = { workspace = true, features = ["v4", "fast-rng", "serde"] }
|
||||||
reed-solomon-simd = { version = "3.0.0" }
|
reed-solomon-simd = { workspace = true }
|
||||||
transform-stream = "0.3.1"
|
|
||||||
lazy_static.workspace = true
|
lazy_static.workspace = true
|
||||||
lock.workspace = true
|
lock.workspace = true
|
||||||
regex = { workspace = true }
|
regex = { workspace = true }
|
||||||
netif = { workspace = true }
|
|
||||||
nix = { workspace = true }
|
|
||||||
path-absolutize = { workspace = true }
|
path-absolutize = { workspace = true }
|
||||||
protos.workspace = true
|
protos.workspace = true
|
||||||
rmp.workspace = true
|
rmp.workspace = true
|
||||||
rmp-serde.workspace = true
|
rmp-serde.workspace = true
|
||||||
tokio-util = { workspace = true, features = ["io", "compat"] }
|
tokio-util = { workspace = true, features = ["io", "compat"] }
|
||||||
crc32fast = { workspace = true }
|
|
||||||
siphasher = { workspace = true }
|
|
||||||
base64-simd = { workspace = true }
|
|
||||||
|
|
||||||
base64 = { workspace = true }
|
base64 = { workspace = true }
|
||||||
hmac = { workspace = true }
|
hmac = { workspace = true }
|
||||||
sha2 = { workspace = true }
|
sha2 = { workspace = true }
|
||||||
sha1 = { workspace = true }
|
|
||||||
|
|
||||||
hex-simd = { workspace = true }
|
hex-simd = { workspace = true }
|
||||||
path-clean = { workspace = true }
|
path-clean = { workspace = true }
|
||||||
tempfile.workspace = true
|
tempfile.workspace = true
|
||||||
@@ -75,9 +60,7 @@ tonic.workspace = true
|
|||||||
xxhash-rust = { workspace = true, features = ["xxh64", "xxh3"] }
|
xxhash-rust = { workspace = true, features = ["xxh64", "xxh3"] }
|
||||||
tower.workspace = true
|
tower.workspace = true
|
||||||
async-channel.workspace = true
|
async-channel.workspace = true
|
||||||
num = "0.4.3"
|
enumset = { workspace = true }
|
||||||
enumset = "1.1.5"
|
|
||||||
std-next.workspace = true
|
|
||||||
num_cpus = { workspace = true }
|
num_cpus = { workspace = true }
|
||||||
rand.workspace = true
|
rand.workspace = true
|
||||||
pin-project-lite.workspace = true
|
pin-project-lite.workspace = true
|
||||||
|
|||||||
Reference in New Issue
Block a user