elrond-wasm-sc-dns 1.1.0

Elrond Domain Name Service smart contract
Documentation
[dependencies.elrond-wasm]
version = "0.16.1"

[dependencies.elrond-wasm-derive]
version = "0.16.1"

[dependencies.elrond-wasm-module-features-default]
optional = true
package = "elrond-wasm-module-features"
version = "0.16.1"

[dependencies.elrond-wasm-module-features-wasm]
default-features = false
features = ["wasm-output-mode"]
optional = true
package = "elrond-wasm-module-features"
version = "0.16.1"

[dependencies.elrond-wasm-node]
optional = true
version = "0.16.1"
[dev-dependencies.elrond-wasm-debug]
version = "0.16.1"

[features]
default = ["elrond-wasm-module-features-default"]
wasm-output-mode = ["elrond-wasm-node", "elrond-wasm-module-features-wasm"]

[package]
authors = ["Andrei Marinica <andrei.marinica@elrond.com>", "Elrond Network <contact@elrond.com>"]
categories = ["no-std", "wasm", "cryptography::cryptocurrencies", "development-tools"]
description = "Elrond Domain Name Service smart contract"
documentation = "https://docs.elrond.com/"
edition = "2018"
homepage = "https://elrond.com/"
keywords = ["elrond", "wasm", "webassembly", "blockchain", "contract"]
license = "GPL-3.0-only"
name = "elrond-wasm-sc-dns"
readme = "README.md"
repository = "https://github.com/ElrondNetwork/sc-dns-rs"
version = "1.1.0"