# 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-wasm-adapter" version = "0.0.3" authors = ["xfactor-toml "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Dharitri WebAssembly VM API wrapper" homepage = "https://dharitri.com/" documentation = "https://docs.dharitri.com/" readme = "README.md" keywords = [ "dharitri", "wasm", "webassembly", "blockchain", "contract", ] categories = [ "no-std", "wasm", "cryptography::cryptocurrencies", "development-tools::ffi", ] license = "GPL-3.0-only" repository = "https://github.com/DharitriOne/drt-sdk-rs" [lib] name = "drt_sc_wasm_adapter" path = "src/lib.rs" [dependencies.drt-sc] version = "=0.0.3"