ic-oss-cli 1.2.5

A command-line tool implemented in Rust for the ic-oss cluster.
# 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-cli"
version = "1.2.5"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command-line tool implemented in Rust 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_cli"

[[bin]]
name = "ic-oss-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.candid]
version = "0.10"
features = [
    "value",
    "printer",
]

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "=4.5"
features = ["derive"]

[dependencies.hex]
version = "0.4"

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

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

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

[dependencies.infer]
version = "0.15"

[dependencies.mime-db]
version = "1"

[dependencies.pem]
version = "3"

[dependencies.ring]
version = "0.17"

[dependencies.serde_bytes]
version = "0.11"

[dependencies.sha3]
version = "0.10"

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