dharithri-sc-meta 0.43.3

dharithri smart contract meta-programming tools and build system
Documentation
[[bin]]
name = "sc-meta"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.44"

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

[dependencies.colored]
version = "2.0"

[dependencies.common-path]
version = "1.0.0"

[dependencies.convert_case]
version = "0.6.0"

[dependencies.copy_dir]
version = "0.1.2"

[dependencies.dharithri-sc]
features = ["alloc", "num-bigint", "promises"]
version = "=0.43.3"

[dependencies.hex]
version = "0.4"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.pathdiff]
version = "0.2.1"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.11.4"

[dependencies.ruplacer]
version = "0.8.1"

[dependencies.rustc_version]
version = "0.4"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3.3.0"

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

[dependencies.toml]
features = ["preserve_order"]
version = "0.5.8"

[dependencies.zip]
version = "0.6.4"

[features]
template-test-current = []
template-test-released = []

[package]
authors = ["viswanath <contact@dharithri.org>", "dharithri <contact@dharithri.com>"]
categories = ["cryptography::cryptocurrencies", "development-tools::debugging"]
description = "dharithri smart contract meta-programming tools and build system"
documentation = "https://docs.dharithri.com/"
edition = "2021"
homepage = "https://dharithri.com/"
keywords = ["dharithri", "blockchain", "contract", "debug"]
license = "GPL-3.0-only"
name = "dharithri-sc-meta"
readme = "README.md"
repository = "https://github.com/dharithri/mx-sdk-rs"
version = "0.43.3"