# 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.73"
name = "cargo-concordium"
version = "4.1.1"
authors = ["Concordium <developers@concordium.com>"]
build = false
include = [
    "Cargo.toml",
    "Cargo.lock",
    "src/*",
]
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool to build and test smart contracts on the Concordium blockchain."
homepage = "https://github.com/Concordium/concordium-smart-contract-tools"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/Concordium/concordium-smart-contract-tools"

[[bin]]
name = "cargo-concordium"
path = "src/main.rs"

[dependencies.ansi_term]
version = "0.12"

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.21"

[dependencies.cargo_metadata]
version = "0.15"

[dependencies.clap]
version = "2.33"

[dependencies.concordium-smart-contract-engine]
version = "6.0"
features = ["display-state"]

[dependencies.concordium-wasm]
version = "5.0"

[dependencies.concordium_base]
version = "6.0"

[dependencies.flate2]
version = "1.0"

[dependencies.hex]
version = "0.4"

[dependencies.ignore]
version = "0.4"

[dependencies.infer]
version = "0.15"

[dependencies.ptree]
version = "0.4"

[dependencies.rand]
version = "=0.7"
features = ["small_rng"]

[dependencies.reqwest]
version = "0.11"
features = [
    "rustls-tls-webpki-roots",
    "blocking",
    "gzip",
]
default-features = false

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.strsim]
version = "0.10"

[dependencies.structopt]
version = "0.3"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3.8"

[dependencies.wasm-opt]
version = "0.116.1"

[dependencies.which]
version = "4.3"