reqsign-oracle 2.0.2

Oracle Cloud signing implementation for reqsign.
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"
rust-version = "1.85.0"
name = "reqsign-oracle"
version = "2.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Oracle Cloud signing implementation for reqsign."
readme = false
license = "Apache-2.0"
repository = "https://github.com/apache/opendal-reqsign"
resolver = "2"

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

[[example]]
name = "oracle_chain_logging"
path = "examples/oracle_chain_logging.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.http]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.reqsign-core]
version = "2.0.2"

[dependencies.rsa]
version = "0.9.2"
features = [
    "pkcs5",
    "sha2",
]

[dependencies.rust-ini]
version = "0.21"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.reqsign-file-read-tokio]
version = "2.0.2"

[dev-dependencies.reqsign-http-send-reqwest]
version = "3.0.0"

[dev-dependencies.tokio]
version = "1"
features = [
    "test-util",
    "macros",
    "rt-multi-thread",
]