# 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 = "klever-sc" version = "0.43.3" authors = [ "Andrei Marinica ", "Klever ", ] description = "Klever smart contract API" homepage = "https://klever.io/" documentation = "https://docs.klever.finance/" readme = "README.md" keywords = [ "klever", "wasm", "webassembly", "blockchain", "contract", ] categories = [ "no-std", "wasm", "cryptography::cryptocurrencies", "development-tools", ] license = "GPL-3.0-only" repository = "https://github.com/klever-io/klever-vm-sdk-rs" [package.metadata.docs.rs] all-features = true [dependencies.bitflags] version = "1.3.2" [dependencies.hex-literal] version = "0.3.1" [dependencies.klever-sc-codec] version = "=0.18.1" features = ["derive"] [dependencies.klever-sc-derive] version = "=0.43.3" [dependencies.num-traits] version = "0.2" default-features = false [features] alloc = ["klever-sc-codec/alloc"] managed-map = [] num-bigint = ["klever-sc-codec/num-bigint"] promises = []