blob: 58a267107af8c2e5252a12b18c4324f9897fa92c [file]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
[workspace]
members = ["core", "context/*", "services/*", "reqsign"]
resolver = "3"
[workspace.package]
edition = "2024"
license = "Apache-2.0"
repository = "https://github.com/apache/opendal-reqsign"
rust-version = "1.86.0"
[workspace.dependencies]
# Workspace dependencies
reqsign-aliyun-oss = { version = "3.2.0", path = "services/aliyun-oss" }
reqsign-aws-core = { version = "3.2.0", path = "services/aws-core" }
reqsign-aws-v4 = { version = "3.3.1", path = "services/aws-v4" }
reqsign-aws-v4a = { version = "3.0.6", path = "services/aws-v4a" }
reqsign-azure-storage = { version = "3.3.0", path = "services/azure-storage" }
reqsign-command-execute-tokio = { version = "3.0.7", path = "context/command-execute-tokio" }
reqsign-core = { version = "3.3.2", path = "core" }
reqsign-file-read-tokio = { version = "3.0.7", path = "context/file-read-tokio" }
reqsign-google = { version = "3.2.0", path = "services/google" }
reqsign-http-send-reqwest = { version = "4.0.7", path = "context/http-send-reqwest" }
reqsign-huaweicloud-obs = { version = "3.0.7", path = "services/huaweicloud-obs" }
reqsign-oracle = { version = "3.0.7", path = "services/oracle" }
reqsign-tencent-cos = { version = "3.0.7", path = "services/tencent-cos" }
reqsign-volcengine-tos = { version = "3.1.3", path = "services/volcengine-tos" }
# Crates.io dependencies
aes-gcm = "0.11"
anyhow = "1"
asyncband = { version = "0.7.1", features = ["mutex"] }
base64 = { version = "0.23", default-features = false, features = ["std"] }
bytes = "1"
criterion = { version = "0.8.1", features = ["async_tokio", "html_reports"] }
dotenvy = "0.15"
env_logger = "0.11"
form_urlencoded = "1"
futures = "0.3"
hex = "0.4"
hmac = "0.13"
http = "1"
jiff = "0.2"
log = "0.4"
p256 = { version = "0.14.0", default-features = false, features = ["ecdsa"] }
pem = "4.0"
percent-encoding = "2"
pretty_assertions = "1.3"
prost = "0.14"
quick-xml = { version = "0.42.0", features = ["serialize"] }
reqwest = { version = "0.13.1", default-features = false }
rsa = { version = "0.9.2", features = ["pkcs5", "sha2"] }
rust-ini = { version = "0.21" }
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1" }
sha1 = "0.11"
sha2 = { version = "0.11", features = ["oid"] }
tempfile = "3.8"
tokio = { version = "1", default-features = false }
zeroize = "1"