# 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-wrewa-swap-sc" version = "0.0.3" authors = ["xfactor-toml "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Dharitri Wrapped REWA Smart Contract" homepage = "https://dharitri.com/" documentation = "https://docs.dharitri.com/" readme = "README.md" keywords = [ "dharitri", "wasm", "webassembly", "blockchain", "contract", ] categories = [ "no-std", "wasm", "cryptography::cryptocurrencies", ] license = "GPL-3.0-only" repository = "https://github.com/DharitriOne/drt-sdk-rs" [lib] name = "drt_wrewa_swap_sc" path = "src/wrewa.rs" [[test]] name = "scenario_go_test" path = "tests/scenario_go_test.rs" [[test]] name = "wrewa_swap_scenario_rs_test" path = "tests/wrewa_swap_scenario_rs_test.rs" [dependencies.drt-sc] version = "0.0.3" [dependencies.drt-sc-modules] version = "0.0.3" [dev-dependencies.drt-sc-scenario] version = "0.0.3"