ic_object_store 1.4.1

The Rust version of the client SDK for the IC Object Store canister.
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 = "2021"
name = "ic_object_store"
version = "1.4.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Rust version of the client SDK for the IC Object Store canister."
readme = "README.md"
keywords = [
    "object_store",
    "storage",
    "oss",
    "s3",
    "icp",
]
categories = ["web-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ldclabs/ic-oss/tree/main/src/ic_object_store"

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

[dependencies.aes-gcm]
version = "0.10"

[dependencies.async-stream]
version = "0.3"

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

[dependencies.bytes]
version = "1"

[dependencies.candid]
version = "0.10"

[dependencies.chrono]
version = "0.4"
default-features = false

[dependencies.futures]
version = "0.3"

[dependencies.ic-agent]
version = "0.46"

[dependencies.ic-oss-types]
version = "1"

[dependencies.ic_cose_types]
version = "0.9"

[dependencies.object_store]
version = "0.13"
default-features = false

[dependencies.rand]
version = "0.9"

[dependencies.serde_bytes]
version = "0.11"

[dev-dependencies.object_store]
version = "0.13"
features = [
    "integration",
    "rand",
]
default-features = false

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