# 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 = "novax" version = "0.1.20" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "NovaX is your go-to toolkit for building robust software seamlessly interacting with the MultiversX blockchain." readme = "README.md" keywords = [ "multiversx", "blockchain", "sdk", "api", ] categories = [ "cryptography::cryptocurrencies", "api-bindings", ] license = "GPL-3.0-only" repository = "https://github.com/gfusee/novax" [lib] name = "novax" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.72" [dependencies.hex] version = "0.4.3" [dependencies.multiversx-sc] version = "0.52.3" [dependencies.multiversx-sc-codec] version = "0.20.1" [dependencies.multiversx-sc-codec-derive] version = "=0.20.1" [dependencies.multiversx-sc-scenario] version = "0.52.3" [dependencies.multiversx-sc-snippets] version = "0.52.3" [dependencies.multiversx-sdk] version = "0.4.1" [dependencies.novax-data] version = "0.1.20" [dependencies.novax-executor] version = "0.1.20" [dependencies.num-bigint] version = "0.4.3" features = ["serde"] [dependencies.reqwest] version = "0.11.18" [dependencies.serde] version = "1.0.177" [dependencies.serde_json] version = "1.0.104" [dependencies.tokio] version = "1.29.1" [build-dependencies.novax-abi-build] version = "0.1.20" [features] ci = ["novax-abi-build/no-fmt-output"]