elrond-codec 0.16.0

Lightweight binary serializer/deserializer, written especially for Elrond smart contracts
Documentation
# 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 = "elrond-codec"
version = "0.16.0"
authors = [
    "Andrei Marinica <andrei.marinica@elrond.com>",
    "Elrond Network <contact@elrond.com>",
]
description = "Lightweight binary serializer/deserializer, written especially for Elrond smart contracts"
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/elrond-wasm-rs"

[dependencies.arrayvec]
version = "0.7.1"
default-features = false

[dependencies.elrond-codec-derive]
version = "=0.16.0"
optional = true

[dependencies.num-bigint]
version = "0.4.2"
optional = true

[dependencies.wee_alloc]
version = "0.4"

[dev-dependencies.elrond-codec-derive]
version = "=0.16.0"

[features]
alloc = []
derive = ["elrond-codec-derive"]