wae-storage 0.0.2

WAE Storage - 存储服务抽象层,支持腾讯云 COS、阿里云 OSS、AWS S3、Google Cloud Storage、本地存储
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "wae-storage"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WAE Storage - 存储服务抽象层,支持腾讯云 COS、阿里云 OSS、AWS S3、Google Cloud Storage、本地存储"
homepage = "https://github.com/oovm/wae/tree/main/backends/wae-storage"
documentation = "https://docs.rs/wae-storage"
readme = "README.md"
keywords = [
    "storage",
    "cos",
    "oss",
    "s3",
    "gcs",
]
categories = [
    "api-bindings",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/oovm/wae/tree/main/backends/wae-storage"
resolver = "2"

[lib]
name = "wae_storage"
path = "src/lib.rs"

[[test]]
name = "cos_test"
path = "tests/cos_test.rs"

[[test]]
name = "lib_tests"
path = "tests/lib_tests.rs"

[[test]]
name = "main"
path = "tests/main.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.44"
features = ["serde"]

[dependencies.hex]
version = "0.4.3"

[dependencies.hmac]
version = "0.12.1"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.sha1]
version = "0.10.6"

[dependencies.sha2]
version = "0.10.9"

[dependencies.url]
version = "2.5.8"

[dependencies.urlencoding]
version = "2.1.3"

[dependencies.wae-types]
version = "0.0.2"