ic-oss 1.3.1

The Rust version of the client SDK for the ic-oss cluster.
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-oss"
version = "1.3.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-oss cluster."
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_oss"

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

[dependencies.bytes]
version = "1"

[dependencies.candid]
version = "0.10"

[dependencies.futures]
version = "0.3"

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

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

[dependencies.serde]
version = "1"

[dependencies.serde_bytes]
version = "0.11"

[dependencies.sha3]
version = "0.12"

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

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tokio-util]
version = "0.7"
features = ["codec"]