# 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"
rust-version = "1.75.0"
name = "icx-asset"
version = "0.22.0"
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool to manage assets on an asset canister on the Internet Computer."
documentation = "https://docs.rs/icx-asset"
readme = "README.md"
keywords = [
    "internet-computer",
    "agent",
    "icp",
    "dfinity",
    "asset",
]
categories = ["command-line-interface"]
license = "Apache-2.0"
repository = "https://github.com/dfinity/sdk"

[[bin]]
name = "icx-asset"
path = "src/main.rs"

[dependencies.anstyle]
version = "1.0.0"

[dependencies.anyhow]
version = "1.0.56"

[dependencies.candid]
version = "0.10.11"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "cargo",
    "unstable-styles",
    "wrap_help",
]

[dependencies.delay]
version = "0.3.1"

[dependencies.humantime]
version = "2.1.0"

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

[dependencies.ic-asset]
version = "0.22.0"

[dependencies.ic-utils]
version = "0.39"

[dependencies.libflate]
version = "1.2.0"

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

[dependencies.pem]
version = "1.0.2"

[dependencies.serde]
version = "1.0"

[dependencies.serde_bytes]
version = "0.11.5"

[dependencies.serde_json]
version = "1.0.79"

[dependencies.slog]
version = "2.5.2"
features = ["max_level_trace"]

[dependencies.slog-async]
version = "2.4.0"

[dependencies.slog-term]
version = "2.9.0"

[dependencies.thiserror]
version = "1.0.24"

[dependencies.time]
version = "0.3.9"
features = [
    "formatting",
    "local-offset",
]

[dependencies.tokio]
version = "1.35"
features = [
    "full",
    "rt",
]

[dependencies.walkdir]
version = "2.3.2"