1 Star 12 Fork 1

krealseu / minio-rsc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
krealseu 提交于 2024-03-23 21:36 . release v0.2.1
[package]
name = "minio-rsc"
description = "rust for minio, api is compliant with the Amazon S3 protocol."
keywords = ["minio", "s3", "tokio"]
version = "0.2.1"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://gitee.com/krealseu/minio-rsc"
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "minio_rsc"
path = "src/lib.rs"
[dependencies]
hyper = { version = "^0.14.26", features = ["stream"] }
reqwest = { version = "^0.11.16", features = ["stream"] }
chrono = { version = "^0.4", default-features = false, features = [
"alloc",
"clock",
"serde",
] }
hex = "^0.4.2"
once_cell = "^1.13"
regex = "^1.6.0"
serde = { version = "^1", features = ["derive"] }
futures = "^0.3.5"
futures-core = "^0.3.5"
futures-util = "^0.3.5"
base64 = "^0.22"
urlencoding = "^2.1.2"
bytes = "^1.2.0"
md5 = "^0.7"
sha2 = "^0.10"
hmac = "^0.12.0"
async-mutex = "^1.4.0"
async-stream = { version = "^0.3.5" }
tokio = { version = "^1", features = ["fs"], optional = true }
crc32fast = "^1.4"
serde-xml-rs = "^0.6"
[features]
fs-tokio = ["tokio"]
[dev-dependencies]
dotenv = "^0.15"
tokio = { version = "^1", features = ["full"] }
async-stream = { version = "^0.3.5" }
Rust
1
https://gitee.com/krealseu/minio-rsc.git
git@gitee.com:krealseu/minio-rsc.git
krealseu
minio-rsc
minio-rsc
master

搜索帮助