ic-oss-types 1.2.5

A Rust types library used for integrating with 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-types"
version = "1.2.5"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust types library used for integrating with 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_types"

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

[dependencies.base64]
version = "0.22"

[dependencies.candid]
version = "0.10"

[dependencies.ciborium]
version = "0.2"

[dependencies.coset]
version = "0.4"

[dependencies.crc32fast]
version = "1.4"

[dependencies.ed25519-dalek]
version = "2"

[dependencies.hex]
version = "0.4"

[dependencies.icrc-ledger-types]
version = "0.1"

[dependencies.k256]
version = "0.13"
features = ["ecdsa"]

[dependencies.num-traits]
version = "0.2"

[dependencies.serde]
version = "1"

[dependencies.serde_bytes]
version = "0.11"

[dependencies.sha2]
version = "0.10"

[dependencies.sha3]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.url]
version = "2.5"