# 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 = "dharitri-codec" version = "0.4.1" authors = [ "Andrei Marinica ", "Dharitri Network ", ] description = "Lightweight binary serializer/deserializer, written especially for Dharitri smart contracts" homepage = "https://dharitri.com/" documentation = "https://docs.dharitri.com/" readme = "README.md" keywords = [ "dharitri", "wasm", "webassembly", "blockchain", "contract", ] categories = [ "no-std", "wasm", "cryptography::cryptocurrencies", "development-tools", ] license = "GPL-3.0-only" repository = "https://github.com/Battula-anil-app-could/dx-sdk-rs-new" [dependencies.arrayvec] version = "0.7.1" default-features = false [dependencies.dharitri-codec-derive] version = "=0.4.1" optional = true [dependencies.num-bigint] version = "0.4.2" optional = true [dependencies.wee_alloc] version = "0.4" [dev-dependencies.dharitri-codec-derive] version = "=0.4.1" [features] alloc = [] derive = ["dharitri-codec-derive"]