oci-api 0.6.0

OCI (Oracle Cloud Infrastructure) API client for Rust
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 = "oci-api"
version = "0.6.0"
authors = ["GoCoder7"]
build = false
exclude = [
    ".env",
    ".env.*",
    ".github/",
    "tests/fixtures/",
    "*.pem",
    "*.key",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OCI (Oracle Cloud Infrastructure) API client for Rust"
documentation = "https://docs.rs/oci-api"
readme = "README.md"
keywords = [
    "oci",
    "oracle",
    "cloud",
    "api",
    "sdk",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/GoCoder7/rust-oci-api"

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

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

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

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

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

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

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

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

[dependencies.base64]
version = "0.22"

[dependencies.crc32c]
version = "0.6"

[dependencies.httpdate]
version = "1.0"

[dependencies.md5]
version = "0.7"

[dependencies.reqwest]
version = "^0.12"
features = ["json"]

[dependencies.rsa]
version = "^0.9"
features = ["sha2"]

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

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

[dependencies.serde_json]
version = "^1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "^3.14"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.40"
features = [
    "rt-multi-thread",
    "macros",
]

[dev-dependencies.dotenvy]
version = "0.15"

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

[dev-dependencies.mockito]
version = "^1.5"

[dev-dependencies.serial_test]
version = "3.0"

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.wiremock]
version = "0.6"