# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "elrond-wasm-sc-dns" version = "1.1.0" authors = ["Andrei Marinica ", "Elrond Network "] description = "Elrond Domain Name Service smart contract" homepage = "https://elrond.com/" documentation = "https://docs.elrond.com/" readme = "README.md" keywords = ["elrond", "wasm", "webassembly", "blockchain", "contract"] categories = ["no-std", "wasm", "cryptography::cryptocurrencies", "development-tools"] license = "GPL-3.0-only" repository = "https://github.com/ElrondNetwork/sc-dns-rs" [dependencies.elrond-wasm] version = "0.16.1" [dependencies.elrond-wasm-derive] version = "0.16.1" [dependencies.elrond-wasm-module-features-default] version = "0.16.1" optional = true package = "elrond-wasm-module-features" [dependencies.elrond-wasm-module-features-wasm] version = "0.16.1" features = ["wasm-output-mode"] optional = true default-features = false package = "elrond-wasm-module-features" [dependencies.elrond-wasm-node] version = "0.16.1" optional = true [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"]