# 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 = "drt-sc-meta" version = "0.0.3" authors = ["xfactor-toml "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Dharitri smart contract crate management standalone tool" homepage = "https://dharitri.com/" documentation = "https://docs.dharitri.com/" readme = "README.md" keywords = [ "dharitri", "blockchain", "contract", "debug", ] categories = [ "cryptography::cryptocurrencies", "development-tools::debugging", ] license = "GPL-3.0-only" repository = "https://github.com/DharitriOne/drt-sdk-rs" [lib] name = "drt_sc_meta" path = "src/lib.rs" [[bin]] name = "sc-meta" path = "src/main.rs" [[test]] name = "stg_process_code_test" path = "tests/stg_process_code_test.rs" [[test]] name = "template_test" path = "tests/template_test.rs" [dependencies.clap] version = "4.4.7" features = ["derive"] [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.drt-sc] version = "=0.0.3" features = [ "alloc", "num-bigint", ] [dependencies.drt-sc-meta-lib] version = "=0.0.3" [dependencies.drt-sc-snippets] version = "=0.0.3" [dependencies.pathdiff] version = "0.2.1" [dependencies.reqwest] version = "0.12" features = [ "blocking", "json", ] [dependencies.ruplacer] version = "0.8.1" default-features = false [dependencies.semver] version = "1.0.20" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.24" features = ["full"] [dependencies.toml] version = "0.8.6" features = ["preserve_order"] [dependencies.zip] version = "2.1" features = ["deflate"] default-features = false [features] template-test-current = [] template-test-released = []