22 lines
546 B
TOML
22 lines
546 B
TOML
[package]
|
|
name = "oss"
|
|
version = "0.3.3"
|
|
authors = ["Hatter Jiang <jht5945@gmail.com>"]
|
|
edition = "2018"
|
|
description = "Simple Alibaba Cloud OSS Client in Rust"
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
repository = "https://git.hatter.ink/hatter/simple-oss"
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rust-crypto = "0.2.36"
|
|
urlencoding = "1.0.0"
|
|
base64 = "0.11.0"
|
|
reqwest = { version = "0.12.0", features = ["stream"] }
|
|
rust_util = "0.6.3"
|
|
json = "0.12.0"
|
|
tokio-util = "0.7.11"
|