multiversx-price-aggregator-sc 0.55.0

MultiversX Price aggregator Smart Contract
Documentation
[dependencies.arrayvec]
default-features = false
version = "0.7"

[dependencies.getrandom]
features = ["js"]
version = "0.2"

[dependencies.multiversx-sc]
version = "0.55.0"

[dependencies.multiversx-sc-modules]
version = "0.55.0"

[dependencies.rand]
version = "0.8.5"

[dev-dependencies.multiversx-sc-scenario]
version = "0.55.0"

[lib]
name = "multiversx_price_aggregator_sc"
path = "src/lib.rs"

[package]
authors = ["Claudiu-Marcel Bruda <claudiu.bruda@multiversx.com>", "MultiversX <contact@multiversx.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "wasm", "cryptography::cryptocurrencies"]
description = "MultiversX Price aggregator Smart Contract"
documentation = "https://docs.multiversx.com/"
edition = "2021"
homepage = "https://multiversx.com/"
keywords = ["multiversx", "wasm", "webassembly", "blockchain", "contract"]
license = "GPL-3.0-only"
name = "multiversx-price-aggregator-sc"
readme = "README.md"
repository = "https://github.com/multiversx/mx-sdk-rs"
version = "0.55.0"

[[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"