# 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 = "multiversx-price-aggregator-sc" version = "0.54.6" authors = [ "Claudiu-Marcel Bruda ", "MultiversX ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "MultiversX Price aggregator Smart Contract" homepage = "https://multiversx.com/" documentation = "https://docs.multiversx.com/" readme = "README.md" keywords = [ "multiversx", "wasm", "webassembly", "blockchain", "contract", ] categories = [ "no-std", "wasm", "cryptography::cryptocurrencies", ] license = "GPL-3.0-only" repository = "https://github.com/multiversx/mx-sdk-rs" [lib] name = "multiversx_price_aggregator_sc" path = "src/lib.rs" [[test]] name = "price_aggregator_blackbox_test" path = "tests/price_aggregator_blackbox_test.rs" [[test]] name = "price_aggregator_proxy" path = "tests/price_aggregator_proxy.rs" [[test]] name = "price_aggregator_scenario_go_test" path = "tests/price_aggregator_scenario_go_test.rs" [[test]] name = "price_aggregator_stress_blackbox" path = "tests/price_aggregator_stress_blackbox.rs" [[test]] name = "price_aggregator_whitebox_test" path = "tests/price_aggregator_whitebox_test.rs" [dependencies.arrayvec] version = "0.7" default-features = false [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.multiversx-sc] version = "0.54.6" [dependencies.multiversx-sc-modules] version = "0.54.6" [dependencies.rand] version = "0.8.5" [dev-dependencies.multiversx-sc-scenario] version = "0.54.6"