odra-cli 2.5.0

Odra CLI - Command Line Interface for Odra smart contracts.
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 = "odra-cli"
version = "2.5.0"
authors = [
    "Jakub Płaskonka <kuba@odra.dev>",
    "Krzysztof Pobiarżyn <krzysztof@odra.dev>",
    "Maciej Zieliński <maciej@odra.dev>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Odra CLI - Command Line Interface for Odra smart contracts."
homepage = "https://odra.dev/docs"
readme = "README.md"
license = "MIT"
repository = "https://github.com/odradev/odra"

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

[dependencies.anyhow]
version = "1.0"
default-features = false

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

[dependencies.clap]
version = "4.5"
features = [
    "cargo",
    "derive",
    "string",
]

[dependencies.hex]
version = "0.4"

[dependencies.odra]
version = "2.5.0"
default-features = false

[dependencies.odra-casper-livenet-env]
version = "2.5.0"

[dependencies.pretty_assertions]
version = "1.4"

[dependencies.prettycli]
version = "0.1"

[dependencies.project-root]
version = "0.2"

[dependencies.serde]
version = "1.0"
default-features = false

[dependencies.serde_derive]
version = "1.0"
features = ["default"]

[dependencies.serde_json]
version = "1.0"
default-features = false

[dependencies.thiserror]
version = "1.0"

[dependencies.toml]
version = "0.9"

[build-dependencies.odra-build]
version = "2.5.0"
default-features = false